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.
Fork of TextLCD by
Revision 1:bb9be1ccca1e, committed 2013-11-08
- Comitter:
- javiernegrette
- Date:
- Fri Nov 08 17:01:15 2013 +0000
- Parent:
- 0:de90b67b2bca
- Commit message:
- kjbfgjfdbgjf
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD.h Thu Oct 11 20:16:06 2012 +0000 +++ b/TextLCD.h Fri Nov 08 17:01:15 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;