add TOUCH_CS for tft lib compatibility
This commit is contained in:
parent
399e815cd8
commit
e477118696
@ -60,6 +60,10 @@
|
|||||||
#define MY_DISPLAY_BGCOLOR TFT_BLACK
|
#define MY_DISPLAY_BGCOLOR TFT_BLACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef TOUCH_CS
|
||||||
|
#define TOUCH_CS NOT_A_PIN
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// setup display hardware type, default is OLED 128x64
|
// setup display hardware type, default is OLED 128x64
|
||||||
|
Loading…
Reference in New Issue
Block a user