Joined: 30 Jul 2007 Posts: 112 Location: Moscow, Russia
How to scroll text on LCD up or down?
Posted: Thu Apr 10, 2008 2:34 am
How to scroll text on 4-line LCD up or down, like in DOS or chat?
Matro Guest
Posted: Thu Apr 10, 2008 2:39 am
Your code has to store the 3 last lines of the current display and when a new line shall be displayed, you have to refresh the whole display by writing the previous stored lines on the 3 first lines and the new one on the last line.
Store the new 3 last lines and so on.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum