Hello,
The LCD 16x2 is not enough to display long test phrase.
I want roll this phare text message from left/right.
How to do this ?
Thanks,
V5D
Put your text in a buffer.
Print the buffer from 0 to 15
wait some time
Print the buffer from 1 to 16
wait some time
Print the buffer from 2 to 17
wait some time
...
Search the forum - this question comes once a month.
Two examples:
Library to print to LCD "in the backround" using a buffer - Using Arduino / Programming Questions - Arduino Forum
If you are using the library:
try the " lcd.autoscroll(); " or " lcd.scrollDisplayLeft(); "or " lcd.scrollDisplayRight() ; ".
Searching the forum is not as easy as searching the internet... I can only use one search term or I get endless irrelevant topics. I searched "LCD" for this example from last week.
if people would post their LCD questions in the subforum "Displays" it would be easier.
@viet5d
you can move your post from the generic Programming Questions to the more appropriate "Display" Section when you use the pencil/edit icon in the header line.
unless you know the site:arduino.cc filter of google ![]()
https://www.google.com/search?q=lcd+scroll+text+arduino+site%3Aarduino.cc
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.