From 84868655613a4fc9750749796b909e67337b37eb Mon Sep 17 00:00:00 2001 From: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com> Date: Mon, 19 Jun 2023 07:07:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Correct=20Elegoo=20Neptune=202?= =?UTF-8?q?=20TFT=20(#950)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uses MKS_ROBIN_TFT35 --- config/examples/Elegoo/Neptune 2/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/examples/Elegoo/Neptune 2/Configuration.h b/config/examples/Elegoo/Neptune 2/Configuration.h index ddef456388..a35c3d0502 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration.h +++ b/config/examples/Elegoo/Neptune 2/Configuration.h @@ -3308,7 +3308,7 @@ // 480x320, 3.5", FSMC Display From MKS // Usually paired with MKS Robin Nano V1.2 // -//#define MKS_ROBIN_TFT35 +#define MKS_ROBIN_TFT35 // // 480x272, 4.3", FSMC Display From MKS @@ -3359,19 +3359,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 ILI9341 + //#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 //#define TFT_RES_1024x600 #endif