fix compile error "OLED_WHITE"
This commit is contained in:
parent
23528d3d5c
commit
c78250b8d3
@ -40,10 +40,10 @@
|
||||
#endif
|
||||
|
||||
#ifndef MY_DISPLAY_FGCOLOR
|
||||
#define MY_DISPLAY_FGCOLOR OLED_WHITE
|
||||
#define MY_DISPLAY_FGCOLOR 1 //OLED_WHITE
|
||||
#endif
|
||||
#ifndef MY_DISPLAY_BGCOLOR
|
||||
#define MY_DISPLAY_BGCOLOR OLED_BLACK
|
||||
#define MY_DISPLAY_BGCOLOR 0 //OLED_BLACK
|
||||
#endif
|
||||
|
||||
// settings for TFT display library
|
||||
@ -57,10 +57,10 @@
|
||||
#define MY_DISPLAY_FIRSTLINE 30
|
||||
|
||||
#ifndef MY_DISPLAY_FGCOLOR
|
||||
#define MY_DISPLAY_FGCOLOR TFT_WHITE
|
||||
#define MY_DISPLAY_FGCOLOR 0xFFFF //TFT_WHITE
|
||||
#endif
|
||||
#ifndef MY_DISPLAY_BGCOLOR
|
||||
#define MY_DISPLAY_BGCOLOR TFT_BLACK
|
||||
#define MY_DISPLAY_BGCOLOR 0x0000 //TFT_BLACK
|
||||
#endif
|
||||
|
||||
#ifndef TOUCH_CS
|
||||
|
Loading…
Reference in New Issue
Block a user