LCD
Fork of TextLCD by
Revision 8:d692719a4c59, committed 2013-11-13
- Comitter:
- amarincan
- Date:
- Wed Nov 13 02:57:28 2013 +0000
- Parent:
- 7:44f34c09bd37
- Commit message:
- se cambio una funcion privada a publica
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
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;