CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

LCD Question: first line scrolling and the second for use??

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Schneider



Joined: 20 Nov 2006
Posts: 8

View user's profile Send private message

LCD Question: first line scrolling and the second for use??
PostPosted: Sat Jan 27, 2007 10:15 pm     Reply with quote

I'm trying to keep my LCD's first line scrolling while the major interaction is displayed (written and erased) in the second line.

Does anyone knows how can I do that? (or if its possible?).

Thanks!
Ttelmah
Guest







PostPosted: Sun Jan 28, 2007 3:51 am     Reply with quote

Yes.
All you do, is make a RAM array 'copy' of what you want on the first line, and update/scroll this. Then position the 'write' to the start of the first line, and write this, whenever you want the text to change. Normally you 'time' this update perhaps once every half second or so.
Generally, there is no 'shortcut' way of doing this (one line scroll function on the LCD for example), but the amount of work involved is quite small.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group