I came across this problem in the past when programming LCD displays with 6800 and HC11 series
processors and now with the F628 chip.
I'm currently developing a program that uses a 4x20 display to display incoming data. The display
will refresh with the rate of the incoming data and could even be as often as 50 milliseconds.
The problem that I'm having is that quite often, especially when the refresh rate is high, either
some characters will be garbled or the formatting is totally gone - ie. if I want to display something
at the beginning of line 4, it will start displaying in the middle of line 3.
To me it seems like there is some sort of a timing issue or the LCD is unable to cope with high
refresh rates.
I'm just curious if anyone else has encountered this problem in the past and what measures did
you take to circumvent this problem.
BTW, I'm using a 4 wire interface to push data to the LCD.
Thanks!