Scrolling text on display
Hi all, I have a dot programmable display that I am using with my PIC16F877A, I am communicating with this display serially(SPI) with a synchronous clock and data signals. My intentions are to have a scrolling text that goes from right to left. I am having a hard time trying to conceptualize on how to shift a particular text. I was wondering if you have any suggestions for my problem. maybe a pseudocode along with a sample code would be very helpful. Any help would be greatly appreciated, thanks.
Srig
Which LED Driver are You using
Hi Srigopal,
I need to know which LED driver you are using. Is it from the Maxim or Altera stable ? Let's get the things straight :
1. You need to load data into the display.
2. You need to wait a few miliseconds
3. You need to shift the data and go to step one.
Additionally you might want to fetch data. So use an array and do some table read stuff.
Regards
Sougata