Problem in LiquidCrystal lib (20x4)

liudr:
What kind of scrolling are you trying to get? Describe it and someone may have already done it and can share their codes.

Thanks for the reply.

I want to scroll a line of around 60 characters from right to left, on the top line of a 16x2 display. It's to display the software version of a project on start-up. The array is assigned to by RCS from within Emacs eg - char version[] = "$Id$";. I only want to do this the once on initial start-up.

Jim