74Views2Replies
Make lcd display all green
Does anyone know of a way to set a LCD display so that it will just come on and be solid green? I have several that I want to set up this way.
Thanks
c
Does anyone know of a way to set a LCD display so that it will just come on and be solid green? I have several that I want to set up this way.
Thanks
c
Comments
5 years ago
Alphanumeric or bit mapped? LOTS of LCD displays are green by default, even displaying nothing. Green without backlight, green with backlight. But the display color (white, yellow, green, blue, and mixtures) is fixed.
The alphanumeric (HD44780 compatible) type usually have a block character, but there's generally spacing between the chars that cannot be removed. For a bitmapped display, follow Downunder35m's advice...
5 years ago
Just send a green image thrugh the display controller, without one you are most likely lost.