mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Update HD44780.h
Increase colors number
This commit is contained in:
parent
a968110416
commit
97e634118f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue