Merge pull request #37 from Giorgiofox/patch-1

Update HD44780.h
This commit is contained in:
Jonathan Naylor
2016-05-02 21:02:16 +01:00

View File

@@ -30,6 +30,9 @@
#ifdef ADAFRUIT_DISPLAY
#define AF_BASE 100
#define AF_RED (AF_BASE + 6)
#define AF_GREEN (AF_BASE + 7)
#define AF_BLUE (AF_BASE + 8)
#define AF_RW (AF_BASE + 14)
#define AF_RW (AF_BASE + 14)
#define MCP23017 0x20
#endif