From 97e634118ff887c6aa927a24c5a46c4f7e4de1a9 Mon Sep 17 00:00:00 2001 From: Giorgio Campiotti Date: Mon, 2 May 2016 21:42:46 +0200 Subject: [PATCH] Update HD44780.h Increase colors number --- HD44780.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HD44780.h b/HD44780.h index f8a2866..3c910e8 100644 --- a/HD44780.h +++ b/HD44780.h @@ -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