At 11:19 PM 6/7/97 -0700, you wrote: >How do I implement scrolling on one of the newer displays lacking the extra >driver chip? I have a 16x1 display that must be treated as an 8x2. Can't >for the life of me figure out how to get text to scroll all the way across >using the bult in shift! I did it by buffering the text in RAM, then updating the entire display. This way because I knew it would work first time. A more-elegant and less-RAM-usage-on-PIC alternative would be to write the data to the display, and use it's memory to buffer the data. You can shift the data by telling the LCD to display a different portion of the buffer (called shifting?) Andy ================================================================== Andy Kunz - Montana Design - 409 S 6th St - Phillipsburg, NJ 08865 Hardware & Software for Industry & R/C Hobbies "Go fast, turn right, and keep the wet side down!" ==================================================================