An open API service indexing awesome lists of open source software.

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.

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
- pygame

Installation/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.