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