Update broken TFT Configurations (#288)

This commit is contained in:
Jason Smith 2020-11-02 18:31:38 -08:00 committed by GitHub
parent 6f2ac1a555
commit 2db44102bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 25 deletions

View file

@ -111,7 +111,6 @@
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT_2 3
#define NUM_SERIAL 2
/**
* This setting determines the communication speed of the printer.
@ -788,7 +787,6 @@
//=============================================================================
// @section motion
// delta speeds must be the same on xyz
/**
* Default Settings
*
@ -2369,7 +2367,7 @@
//
// 480x320, 3.5", FSMC Stock Display from AnyCubic
//
//#define ANYCUBIC_TFT35
#define ANYCUBIC_TFT35
//
// 320x240, 2.8", FSMC Stock Display from Longer/Alfawise
@ -2379,17 +2377,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