From e987be94ed6d9390a41d13197878fecb3000c2f4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 14 Oct 2020 17:15:35 -0500 Subject: [PATCH] Update Alfawise/U20 --- config/examples/Alfawise/U20/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/examples/Alfawise/U20/Configuration.h b/config/examples/Alfawise/U20/Configuration.h index 132d719aa2..9afb2edb43 100644 --- a/config/examples/Alfawise/U20/Configuration.h +++ b/config/examples/Alfawise/U20/Configuration.h @@ -2335,22 +2335,22 @@ // // 320x240, 2.8", FSMC Stock Display from Longer/Alfawise // -//#define LONGER_LK_TFT28 +#define LONGER_LK_TFT28 // // Generic TFT with detailed options // -#define TFT_GENERIC +//#define TFT_GENERIC #if ENABLED(TFT_GENERIC) // :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ] #define TFT_DRIVER AUTO // Interface. Enable one of the following options: - #define TFT_INTERFACE_FSMC + //#define TFT_INTERFACE_FSMC //#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 #endif