Is there any way to query the unit to:
a. Determine if the backlight is currently on/off.
b. Read the 40 characters stored as the startup/bootup screen.
Thanks,
LCDMan.
Reading status from LCD unit
Well, I am writing some C++ code to communicate with the unit and I am writing a ToggleBacklight() function.
Now, if the user only uses my software to "talk" to the LCD, then there is no problem, but assume that he/she has used some other app and that app has turned on the LCD backlight. Now when my app starts up, it expects the backlight to be off and hence my ToggleBacklight() will perform incorrectly, since I cannot read the current status of the backlight at my app startup.
Sorry for the long post, but I just wanted to explain why I needed it.
Thanks,
LCDMan.
Now, if the user only uses my software to "talk" to the LCD, then there is no problem, but assume that he/she has used some other app and that app has turned on the LCD backlight. Now when my app starts up, it expects the backlight to be off and hence my ToggleBacklight() will perform incorrectly, since I cannot read the current status of the backlight at my app startup.
Sorry for the long post, but I just wanted to explain why I needed it.
Thanks,
LCDMan.