How fast the GLK19264-7T-1U device can process commands?
Posted: Wed Jan 20, 2010 12:48 pm
I'm writing to a GLK19264-7T-1U device, and for some reason the the text isn't rendered properly.
These are the actions I do:
The text in action #8 isn't displayed at all.
Also, apparently that the text in action #5 doesn't get completely clear. I'm not sure since it doesn't make sense, because that the text in action #5 is located in another unrelated coordinate. It's better to assume that something else happens, which slightly corrupts the text that's sent in action #9 (It looks like that the "Clear Screen" command in action #7 doesn't completes.)
Note:
How fast this LCD device can process commands and text?
Thank you.
Regards,
Dor.
These are the actions I do:
- Send a "Clear Screen" command. (0xFE 0x58)
- Write 20-chars-long text.
- Waits 1 second.
- Send a "Clear Screen" command. (0xFE 0x58)
- Write 20-chars-long text.
- Waits 3 seconds.
- Send a "Clear Screen" command. (0xFE 0x58)
- Write 20-chars-long text.
- Doing the following for 3 times recursively:
- Send a "Setting the Cursor Position" command. (0xFE 0x47)
- Write 7-chars-long text.
The text in action #8 isn't displayed at all.
Also, apparently that the text in action #5 doesn't get completely clear. I'm not sure since it doesn't make sense, because that the text in action #5 is located in another unrelated coordinate. It's better to assume that something else happens, which slightly corrupts the text that's sent in action #9 (It looks like that the "Clear Screen" command in action #7 doesn't completes.)
Note:
- By "text" I mean ASCII characters, not commands.
- Assume no delay, unless written.
- Assume no other bugs/errors, unless written.
- Commands are sent via UART (TTL) with an AT91SAM7X micro-controller (has an 18.432MHz oscillator).
- UART communication speed is the LCD's default one.
- In action #3: Instead of a 1 second delay, I tried a 2 seconds delay, and everything worked correctly by doing so.
- My program/software is simple and I passed through the code to see if any errors exist.
I didn't find any bugs (although it doesn't confirms that my software is lack of bugs), so I wanted to be sure that it's not the LCD.
How fast this LCD device can process commands and text?
Thank you.
Regards,
Dor.