https://github.com/codebrainz/lcdtester
Simple program to check LCDs for things like dead pixels or color correctness.
https://github.com/codebrainz/lcdtester
Last synced: 3 months ago
JSON representation
Simple program to check LCDs for things like dead pixels or color correctness.
- Host: GitHub
- URL: https://github.com/codebrainz/lcdtester
- Owner: codebrainz
- Created: 2010-11-24T08:40:07.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-24T18:16:30.000Z (over 14 years ago)
- Last Synced: 2025-01-15T11:47:53.317Z (5 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This program is just a simple Python script that goes fullscreen and allows
you to change the color shown on the fullscreen in a convenient way.Requirements:
- Python2
- pygameInstallation/Usage:
Just change into the dir with the 'lcdtest' file and execute it with:
./lcdtest
or
python ./lcdtest
If you want to install it, copy the file into /usr/bin or wherever.