LCD

Fork of TextLCD by Simon Ford

Revision:
8:d692719a4c59
Parent:
7:44f34c09bd37
diff -r 44f34c09bd37 -r d692719a4c59 TextLCD.h
--- a/TextLCD.h	Sat Dec 04 11:29:57 2010 +0000
+++ b/TextLCD.h	Wed Nov 13 02:57:28 2013 +0000
@@ -81,7 +81,7 @@
      * @param row     The vertical position from the top, indexed from 0
      */
     void locate(int column, int row);
-
+    void writeCommand(int command);
     /** Clear the screen and locate to 0,0 */
     void cls();
 
@@ -97,7 +97,7 @@
     int address(int column, int row);
     void character(int column, int row, int c);
     void writeByte(int value);
-    void writeCommand(int command);
+    //void writeCommand(int command);
     void writeData(int data);
 
     DigitalOut _rs, _e;