Set naive TFT_COLOR_UI at 320x240

This commit is contained in:
Scott Lahteine 2020-10-14 14:12:46 -05:00
parent 37d6f2712c
commit 87f8579b28
10 changed files with 20 additions and 20 deletions

View file

@ -2284,7 +2284,7 @@
//#define TFT_INTERFACE_SPI
// TFT Resolution. Enable one of the following options:
//#define TFT_RES_320x240
#define TFT_RES_320x240
//#define TFT_RES_480x272
//#define TFT_RES_480x320
@ -2303,7 +2303,7 @@
* root of your SD card, together with the compiled firmware.
*/
//#define TFT_CLASSIC_UI
//#define TFT_COLOR_UI
#define TFT_COLOR_UI
//#define TFT_LVGL_UI
/**