An interface to the Sparkfun Serial Graphic LCD, LCD-09351; and Graphic LCD Serial Backpack, LCD-09352. Derived class from Serial so that you can conveniently send text to the display with printf(), putc(), etc.

Dependents:   DataBus2018

Revision:
2:84b78506add6
Parent:
1:2f436b8aebf4
Child:
3:dff460658aed
diff -r 2f436b8aebf4 -r 84b78506add6 SerialGraphicLCD.h
--- a/SerialGraphicLCD.h	Wed Mar 28 16:33:27 2012 +0000
+++ b/SerialGraphicLCD.h	Thu Mar 29 18:33:42 2012 +0000
@@ -66,10 +66,10 @@
 
     /** set text position in rows, columns
      *
+     * @param col is the col coordinate
      * @param row is the row coordinate
-     * @param col is the col coordinate
      */
-    void pos(int row, int col);
+    void pos(int col, int row);
     
     /** set text position in x, y coordinates
      *