Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qaqland/display-test
Test your display with colors and lines
https://github.com/qaqland/display-test
display-test linux sdl2
Last synced: 5 days ago
JSON representation
Test your display with colors and lines
- Host: GitHub
- URL: https://github.com/qaqland/display-test
- Owner: qaqland
- Created: 2023-11-17T13:18:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T15:09:03.000Z (10 months ago)
- Last Synced: 2024-01-23T07:40:04.524Z (10 months ago)
- Topics: display-test, linux, sdl2
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Display Test
> [!WARNING]
> **PHOTOSENSITIVITY/EPILEPSY SEIZURES**Test your display with colors and lines.
- color pure \* 8
- color level \* 7
- lines \* 2## Build
Only need `libsdl2-dev`, `libsdl2-devel` or `sdl2-dev`
Run `make` to build it.
## Usage
see `display-test -h`
## Wayland
```
SDL_VIDEODRIVER=wayland ./display-test
```## Scripts for Development
```
apk add sdl2-dev bear
bear -- make
```