🐛 Correct Elegoo Neptune 2 TFT (#950)

Uses MKS_ROBIN_TFT35
This commit is contained in:
EvilGremlin 2023-06-19 07:07:47 +03:00 committed by GitHub
parent 8827b814fd
commit 8486865561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3308,7 +3308,7 @@
// 480x320, 3.5", FSMC Display From MKS // 480x320, 3.5", FSMC Display From MKS
// Usually paired with MKS Robin Nano V1.2 // Usually paired with MKS Robin Nano V1.2
// //
//#define MKS_ROBIN_TFT35 #define MKS_ROBIN_TFT35
// //
// 480x272, 4.3", FSMC Display From MKS // 480x272, 4.3", FSMC Display From MKS
@ -3359,19 +3359,19 @@
// //
// Generic TFT with detailed options // Generic TFT with detailed options
// //
#define TFT_GENERIC //#define TFT_GENERIC
#if ENABLED(TFT_GENERIC) #if ENABLED(TFT_GENERIC)
// :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ] // :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ]
#define TFT_DRIVER ILI9341 //#define TFT_DRIVER AUTO
// Interface. Enable one of the following options: // Interface. Enable one of the following options:
#define TFT_INTERFACE_FSMC //#define TFT_INTERFACE_FSMC
//#define TFT_INTERFACE_SPI //#define TFT_INTERFACE_SPI
// TFT Resolution. Enable one of the following options: // TFT Resolution. Enable one of the following options:
//#define TFT_RES_320x240 //#define TFT_RES_320x240
//#define TFT_RES_480x272 //#define TFT_RES_480x272
#define TFT_RES_480x320 //#define TFT_RES_480x320
//#define TFT_RES_1024x600 //#define TFT_RES_1024x600
#endif #endif