Merge pull request #37 from MarkyAD/md-branch

fix for ST7735_REDTAB
This commit is contained in:
Bodmer
2017-09-16 00:46:11 +01:00
committed by GitHub

View File

@@ -38,7 +38,7 @@
#define TAB_COLOUR INITR_GREENTAB128
#define CGRAM_OFFSET
#elif defined (ST6635_REDTAB)
#elif defined (ST7735_REDTAB)
#define TAB_COLOUR INITR_REDTAB
#elif defined (ST7735_BLACKTAB)