Hello sir,
I am working on glcd interfacing with 8051.its working good.I want to scroll text messge on GLCD from left to right.It is possible or Not.If it is possible means how can i write the code.Please help me sir............................
Hello sir,
I am working on glcd interfacing with 8051.its working good.I want to scroll text messge on GLCD from left to right.It is possible or Not.If it is possible means how can i write the code.Please help me sir............................
You may need to provide more information on your graphic LCD display, but if it is matrixed, you may be able to scroll your message by progressivly incrementing the column at which your message begins.
Thank you reply,
But i am using ks0108 GLCD,I want scroll left to right, i know that to increment colum address but i dont know that starting colum address.Please help me sir.
void setstartline(unsigned char z)
{
DATA=0xC0|z;
CS1=0;
CS2=0;
RS=0;RW=0;
lcd_e=1;
DelayMs(20);
lcd_e=0;
}
this function scroll the data from top to botom.i want scroll left to right.................................
There is lots of information out there on the web. Although not the same chip, perhaps you can borrow from our friends at Arduino.