Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Tarea_Reloj_mayamira Alarma_DS3231_Encoder_IRDA_LCD
Fork of TextLCD by
Revision 9:3624f726cd07, committed 2016-05-24
- Comitter:
- satelite
- Date:
- Tue May 24 13:56:17 2016 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Not changed
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 308d188a2d3a -r 3624f726cd07 TextLCD.h --- a/TextLCD.h Thu Jan 02 21:07:01 2014 +0000 +++ b/TextLCD.h Tue May 24 13:56:17 2016 +0000 @@ -88,6 +88,8 @@ int rows(); int columns(); + void writeCommand(int command); + protected: // Stream implementation functions @@ -97,7 +99,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;