mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-10 16:27:56 -06:00
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:
parent
7f7c978462
commit
e81729bd65
2 changed files with 8 additions and 8 deletions
|
@ -2242,7 +2242,7 @@
|
||||||
// 480x320, 3.5", FSMC Display From MKS
|
// 480x320, 3.5", FSMC Display From MKS
|
||||||
// Normally used in MKS Robin Nano V1.2
|
// Normally used in 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
|
||||||
|
@ -2273,17 +2273,17 @@
|
||||||
//
|
//
|
||||||
// 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 AUTO
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -2338,7 +2338,7 @@
|
||||||
// 480x320, 3.5", FSMC Display From MKS
|
// 480x320, 3.5", FSMC Display From MKS
|
||||||
// Normally used in MKS Robin Nano V1.2
|
// Normally used in 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
|
||||||
|
@ -2369,19 +2369,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 AUTO
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue