Fix #2326
This commit is contained in:
parent
01b8420b97
commit
d6064fe141
|
|
@ -6,8 +6,8 @@
|
||||||
#define INIT_SEQUENCE_3 // Using this initialisation sequence improves the display image
|
#define INIT_SEQUENCE_3 // Using this initialisation sequence improves the display image
|
||||||
|
|
||||||
#define CGRAM_OFFSET
|
#define CGRAM_OFFSET
|
||||||
// #define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
|
#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
|
||||||
#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red
|
//#define TFT_RGB_ORDER TFT_BGR // Colour order Blue-Green-Red
|
||||||
|
|
||||||
#define TFT_INVERSION_ON
|
#define TFT_INVERSION_ON
|
||||||
// #define TFT_INVERSION_OFF
|
// #define TFT_INVERSION_OFF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue