Hi,

If you can get your lcd to respond atleast then please tryout the following code. You will be surprised.

I post a little program here and would like you guys to try it out U N-E D I T E D. Please use the LCD Defines as your config. You can use a 16/20 characters display if you wish. Steve would you mind explaining I am a little too drunk.

Code:
MAIN:
LCDOUT $FE,1
LCDOUT "MERRY CHRISTMAS AND HAPPY NEW YEAR 2007 "
LCDOUT $FE,$C0
LCDOUT "***FROM YOUR FRIEND SOUGATA IN INDIA****"
PAUSE 1000
LOOP:
LCDOUT $FE, $18
PAUSE 500
GOTO LOOP