nvkjdgjdfgjfgjf
Fork of TextLCD by
Revision 11:bc8f50a756cb, committed 2013-10-18
- Comitter:
- javiernegrette
- Date:
- Fri Oct 18 05:34:44 2013 +0000
- Parent:
- 10:cbc652aee573
- Commit message:
- This library was made public the command C1
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r cbc652aee573 -r bc8f50a756cb TextLCD.h --- a/TextLCD.h Fri Oct 18 05:00:40 2013 +0000 +++ b/TextLCD.h Fri Oct 18 05:34:44 2013 +0000 @@ -42,7 +42,7 @@ */ class TextLCD : public Stream { public: -//void writeCommand(int command); //quedo publica ya la podemos usar en el codigo C +void writeCommand(int command); //quedo publica ya la podemos usar en el codigo C /** LCD panel format */ enum LCDType { LCD16x2 /**< 16x2 LCD panel (default) */ @@ -98,7 +98,7 @@ int address(int column, int row); void character(int column, int row, int c); void writeByte(int value); - void writeCommand(int command); // esta se documenta para poder poner comandos quedo publica + //void writeCommand(int command); // esta se documenta para poder poner comandos quedo publica void writeData(int data); DigitalOut _rs, _e;