Removing startup message from GLK12232
Posted: Sat Sep 23, 2006 6:18 pm
I'm building an embedded device using the GLK12232. How do I remove the startup screen and set the default backlight state to off? I have my own EEPROM with settings and would like to use that as the default. Basically, I want the powerup state to be a blank screen with no backlight so that I can apply my own defaults from the EEPROM.
I tried to erase file 0 but I'm having trouble getting things to work.
I tried:
WriteByteToDisplay( 254 );
WriteByteToDisplay( 45 );
WriteByteToDisplay( 5 );
WriteByteToDisplay( 0 );
If I do this I get a corrupted display because this prevents a subsequent clear display command from working(which works if I remove the command to erase bitmap 0 );
I also tried substituting in combinations of '5'(ascii 5) and '0'( ascii 0 ) but I get the same problem.
I'm don't have a clue how to set the default backlight state as I'm unable to find any mention of changing this in the documentation.
Thanks
I tried to erase file 0 but I'm having trouble getting things to work.
I tried:
WriteByteToDisplay( 254 );
WriteByteToDisplay( 45 );
WriteByteToDisplay( 5 );
WriteByteToDisplay( 0 );
If I do this I get a corrupted display because this prevents a subsequent clear display command from working(which works if I remove the command to erase bitmap 0 );
I also tried substituting in combinations of '5'(ascii 5) and '0'( ascii 0 ) but I get the same problem.
I'm don't have a clue how to set the default backlight state as I'm unable to find any mention of changing this in the documentation.
Thanks