Search found 5 matches

by LCDMan
Thu Sep 12, 2002 10:40 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading status from LCD unit
Replies: 8
Views: 7783

Exactly! :lol:
by LCDMan
Fri Jul 12, 2002 11:12 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading status from LCD unit
Replies: 8
Views: 7783

Nevermind, I figured out a way to do it :smile:

Just set the backlight to off, first thing when the app starts up, so I have a known "good state".

DuH! It's so simple, wonder why I didn't think of that before....
by LCDMan
Fri Jul 12, 2002 11:02 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading status from LCD unit
Replies: 8
Views: 7783

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 ...
by LCDMan
Fri Jul 12, 2002 10:46 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading status from LCD unit
Replies: 8
Views: 7783

Thanks.

Is there any intention of adding these features for any future models?

LCDMan.
by LCDMan
Fri Jul 12, 2002 10:38 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Reading status from LCD unit
Replies: 8
Views: 7783

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.