Libreria TExtLCD

Dependents:   PID_Encoder PID_Encoder PID_Encoder_gw_Final Tarea_7_PID-PWM ... more

Fork of TextLCD by Pallavi Prasad

Revision:
1:322e5cb08318
Parent:
0:de90b67b2bca
--- a/TextLCD.h	Thu Oct 11 20:16:06 2012 +0000
+++ b/TextLCD.h	Sat Nov 09 18:07:59 2013 +0000
@@ -42,7 +42,7 @@
  */
 class TextLCD : public Stream {
 public:
-
+void writeCommand(int command);
     /** LCD panel format */
     enum LCDType {
         LCD16x2     /**< 16x2 LCD panel (default) */
@@ -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;