From e81729bd65b496bf5e5d973d7758aad167f7875c Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Thu, 22 Oct 2020 03:31:56 -0700 Subject: [PATCH] Use MKS_ROBIN_TFT35 for Tevo Nereus, FLSUN Q5 (#270) Co-authored-by: Scott Lahteine --- config/examples/Tevo/Nereus/Configuration.h | 8 ++++---- config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/examples/Tevo/Nereus/Configuration.h b/config/examples/Tevo/Nereus/Configuration.h index f06e3bb0de..0133f6c0b4 100644 --- a/config/examples/Tevo/Nereus/Configuration.h +++ b/config/examples/Tevo/Nereus/Configuration.h @@ -2242,7 +2242,7 @@ // 480x320, 3.5", FSMC Display From MKS // Normally used in MKS Robin Nano V1.2 // -//#define MKS_ROBIN_TFT35 +#define MKS_ROBIN_TFT35 // // 480x272, 4.3", FSMC Display From MKS @@ -2273,17 +2273,17 @@ // // 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 diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h index 97256aedc6..86661b24bf 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h @@ -2338,7 +2338,7 @@ // 480x320, 3.5", FSMC Display From MKS // Normally used in MKS Robin Nano V1.2 // -//#define MKS_ROBIN_TFT35 +#define MKS_ROBIN_TFT35 // // 480x272, 4.3", FSMC Display From MKS @@ -2369,19 +2369,19 @@ // // 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_480x272 - #define TFT_RES_480x320 + //#define TFT_RES_480x320 #endif /**