From 482047c94411880c67955220fe70af2bb6361693 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 14 Oct 2020 16:37:45 -0500 Subject: [PATCH] Mks/Robin was TFT_320x240 --- config/examples/Mks/Robin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/examples/Mks/Robin/Configuration.h b/config/examples/Mks/Robin/Configuration.h index 8618642517..2f54793847 100644 --- a/config/examples/Mks/Robin/Configuration.h +++ b/config/examples/Mks/Robin/Configuration.h @@ -2275,8 +2275,8 @@ #define TFT_DRIVER AUTO // Interface. Enable one of the following options: - //#define TFT_INTERFACE_FSMC - #define TFT_INTERFACE_SPI + #define TFT_INTERFACE_FSMC + //#define TFT_INTERFACE_SPI // TFT Resolution. Enable one of the following options: #define TFT_RES_320x240 @@ -2294,8 +2294,8 @@ * For LVGL_UI also copy the 'assets' folder from the build directory to the * root of your SD card, together with the compiled firmware. */ -#define TFT_CLASSIC_UI -//#define TFT_COLOR_UI +//#define TFT_CLASSIC_UI +#define TFT_COLOR_UI //#define TFT_LVGL_UI /**