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 43:067e07b6f5b8, committed 2018-09-20
- Comitter:
- Antulius
- Date:
- Thu Sep 20 06:17:44 2018 +0000
- Parent:
- 42:c1862c9160b4
- Commit message:
- TextLCD con soporte para el M?dulo Arduino I2C basado en PCF8574AT y para el SPI utilizando el SN74595
Changed in this revision
TextLCD_Config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD_Config.h Mon Aug 20 08:17:37 2018 +0000 +++ b/TextLCD_Config.h Thu Sep 20 06:17:44 2018 +0000 @@ -79,8 +79,9 @@ #define D_LCD_PIN_RW D_LCD_PIN_E2 //Select I2C Portexpander type (one option only) -#define PCF8574 1 +#define PCF8574 0 #define MCP23008 0 +#define SN74595 1 //Inverted Backlight control #define BACKLIGHT_INV 0