LCDisplay with IIC (I2C)-bus and IC 8574
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