Library implementing the TextDisplay interface for the Serial LCDs as sold by Sparkfun etc...

Dependencies:   TextDisplays

Revision:
2:60947d4b0efe
Parent:
1:7174fd65fd77
--- a/TextLCD_Serial.h	Sat Aug 28 14:00:41 2010 +0000
+++ b/TextLCD_Serial.h	Sun Sep 05 09:23:37 2010 +0000
@@ -57,7 +57,7 @@
             ScrollLeft  = 0x18,
             ScrollRight = 0x1C,
             
-            Position    = 0x80            
+            Position    = 0x80
         };
     };