Hi,

Still a bit of a noob here but getting the hang of things now. I've recently bought a 2x16 and a 4x20 LCD display. Great fun! Finally put a negative couple of volts via a pot' on the display to get the contrast to show the image. However, I seem to have an issue with the larger (4x20) unit. When I first send the command:

LCDOUT $FE,1,"Hello"

It displays this, but, if I then follow it with a pause perhaps, and another command:

LCDOUT $FE,1,"Hello"
PAUSE 500
LCDOUT $FE,1,"World"

It's output is:

Hello
[clear screen]
rld

Help!! Any subsequent info sent to the screen misses the first 2 chars.

I've replaced the LCD with the 2x16 but this works fine. Put the 4x20 LCD back on and the problem returns...

Weird

Any offers?

-Jimbo-