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 34:d824a83e56e3, committed 2014-12-03
- Comitter:
- oscarvzfz
- Date:
- Wed Dec 03 03:47:30 2014 +0000
- Parent:
- 33:900a94bc7585
- Commit message:
- I2C LCD
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD.h Thu Aug 28 15:44:08 2014 +0000 +++ b/TextLCD.h Wed Dec 03 03:47:30 2014 +0000 @@ -73,9 +73,9 @@ //LCD and serial portexpanders should be wired accordingly // //Select Hardware module (one option only) -#define DEFAULT 1 +#define DEFAULT 0 #define ADAFRUIT 0 -#define DFROBOT 0 +#define DFROBOT 1 #if (DEFAULT==1) //Definitions for default (WH) mapping between serial port expander pins and LCD controller