continuous scrolling text, multiple questions
Posted: Fri Apr 26, 2013 1:15 pm
I have a hard time getting to grips how I should make a String scroll back and forth on a LCD display and still be able to let the PIC do other things.
I am using a PIC18F4550 running at 48Mhz with no divide. I want to move the String being displayed on the LCD one step every 100ms
While the text is scrolling I need to be able to send a byte over USB as soon as a button is pressed
Also I need to display a number on the second line of the display and it is interrupt driven from an optical encoder so it has to be able to change quickly without noticeable delays.
I would like to do all this with just one PIC but I guess if I have to I can use more than one PIC and somehow have them communicate with each other.
I am using a PIC18F4550 running at 48Mhz with no divide. I want to move the String being displayed on the LCD one step every 100ms
While the text is scrolling I need to be able to send a byte over USB as soon as a button is pressed
Also I need to display a number on the second line of the display and it is interrupt driven from an optical encoder so it has to be able to change quickly without noticeable delays.
I would like to do all this with just one PIC but I guess if I have to I can use more than one PIC and somehow have them communicate with each other.