Reading status from LCD unit

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
LCDMan
LCD?
Posts: 5
Joined: Wed Jul 10, 2002 6:00 pm

Post by LCDMan »

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.
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

No there is no way to read those values from memory.
Henry J.
President
Matrix Orbital
LCDMan
LCD?
Posts: 5
Joined: Wed Jul 10, 2002 6:00 pm

Post by LCDMan »

Thanks.

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

LCDMan.
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

On the new graphic displays GLK16080-20 you will be able to perform a file dump getting the startup bitmap from memory...

but I don't see why one would want that, especialy the backlight status...
Henry J.
President
Matrix Orbital
LCDMan
LCD?
Posts: 5
Joined: Wed Jul 10, 2002 6:00 pm

Post by LCDMan »

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.
LCDMan
LCD?
Posts: 5
Joined: Wed Jul 10, 2002 6:00 pm

Post by LCDMan »

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....
zedgama3
LCD?
Posts: 5
Joined: Thu Sep 05, 2002 6:00 pm

Post by zedgama3 »

The hardest answer to find is the one directly under your nose. :smile:
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

And then you slap your self and thing "what the heck was I thinking!?!?!"
Henry J.
President
Matrix Orbital
LCDMan
LCD?
Posts: 5
Joined: Wed Jul 10, 2002 6:00 pm

Post by LCDMan »

Exactly! :lol:
Post Reply