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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/19/01 01:07
Read: times


 
#15847 - RE: scrolling text on lcd
The LCD controller, HD44780 has the feature to scroll text on LCD.

16+8
1. Write the desired text to the LCD.

2. Then send #24 to the LCD as an Instruction.

3. If you repeat item 2 for 100 times (that means have a loop), you would see the text scrolling very fast across your LCD.

4. If you send #28 to the LCD as an Instruction, the text will scroll the other direction ( right or left ... u try it ).

5. To slow down the scroll, add a delay before or after the instruction ( #24 or #28 ). This will cause it to slow down.

I wish u the best...he he he

List of 7 messages in thread
TopicAuthorDate
scrolling text on lcd            01/01/70 00:00      
RE: scrolling text on lcd            01/01/70 00:00      
RE: scrolling text on lcd            01/01/70 00:00      
RE: scrolling text on lcd - simulator!            01/01/70 00:00      
RE: scrolling text on lcd - simulator            01/01/70 00:00      
RE: scrolling text on lcd - simulator            01/01/70 00:00      
RE: scrolling text on lcd            01/01/70 00:00      

Back to Subject List