Page 1 of 1

40x4 lcd problem

Posted: 24 Jul 2010 09:18
by shaomme05
Hi,

i am using a 40x4 lcd. i program using only the E1. that is only first two line i am working with.
i am using mikroC 8.2, pic 16F877a. lcd 4 bit connection is maintained.

the problem is that i cannot print text correctly on the 2nd line. at the second line text prints at 30 column position though the command is as follows:

Code: Select all

lcd_out(2,1, "Hello!");
what is the problem? please help me!

Re: 40x4 lcd problem

Posted: 24 Jul 2010 18:54
by shaomme05
I have solved the problem!! :mrgreen: