Update Setup23_TTGO_TM.h
This commit is contained in:
parent
95d1cd89c2
commit
16eefd6ada
|
|
@ -20,6 +20,10 @@
|
|||
//#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
|
||||
#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red
|
||||
|
||||
// Black and white swap option
|
||||
//#define TFT_INVERSION_ON
|
||||
#define TFT_INVERSION_OFF
|
||||
|
||||
#define LOAD_GLCD
|
||||
#define LOAD_FONT2
|
||||
#define LOAD_FONT4
|
||||
|
|
|
|||
Loading…
Reference in New Issue