Addition Support for Arduino I2C based on PCF8574A

Fork of TextLCD by Wim Huiskamp

Files at this revision

API Documentation at this revision

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