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: Timer_TestOverflow
Fork of TextLCD by
Revision 39:3654c6ecddae, committed 2015-03-26
- Comitter:
- eduardoG26
- Date:
- Thu Mar 26 14:21:49 2015 +0000
- Parent:
- 38:9f5f86dfd44a
- Commit message:
- 20150326
Changed in this revision
| TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD_Config.h Tue Nov 25 19:21:18 2014 +0000 +++ b/TextLCD_Config.h Thu Mar 26 14:21:49 2015 +0000 @@ -44,9 +44,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 #define YWROBOT 0 #define GYLCD 0 #define SYDZ 0
