I have to develop a LCD driver with a ST7FLITE09. the LCD is a Powertip 2004A with 4 rows and 20 characters and integrated driver chip. does anyone have a suggestion where to see for write an assembly code? thanks a lot echoes
For your information, there is an application note available on this site AN1048 which is about driving the LCD directly using software without the need of any LCD hardware driver chip.
I have just looked at your assembly source code and I wrote a code for my LCD. Just another question: my LCD has four lines. I set it with two line because I don't know how to set for four lines. So, when the first line is full, with shift option, the LCD starts to fill the third line. After that the second (I think it consider the first and the third as one line). have you got any suggestions? thanks echoes