Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/22/06 10:18
Read: times


 
#112764 - problem in writing in the graphic LCD
Hi,
I'm using the graphic LCD(128x64) involving KS0108 controller.
Here, the display is controlled by two controllers based on the condition of the signals at the pins CS1 and CS2.
If CS1=1,and CS2=0 left side of the display is enabled and
if CS1=0,and CS2=1 right side of the display is enabled.
I need to display characters from left to right.For example,
"MAXIMUM RPM : 350".
I'm initialising both the left and the right sides of the display.Then while writing i'm initialising the address for writing as follows:
Write(0xb8,0);
Write(0x40,0);
Only on the left side the part message is displayed upto 0x64 end column addressof the left side.
Then I've also tried by enabling the right side.But the message on the left side is being repeated.

So,Please tell me the method to be followed in order to display the message contiuously from left.Since this is my first experience working in Graphic LCD,please tell the outline procedure to be followed.I've worked with the character display,so if you explain me comparitively,it'll be nice.

Regards,
Veena.


No replies in thread

Back to Subject List