Use MKS_ROBIN_TFT35 for Tevo Nereus, FLSUN Q5 (#270)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2020-10-22 03:31:56 -07:00 committed by GitHub
parent 7f7c978462
commit e81729bd65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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