Add SPI_GRAPHICAL_TFT

See MarlinFirmware/Marlin#18817
This commit is contained in:
Scott Lahteine 2020-07-29 21:30:54 -05:00
parent 0c60da82fb
commit b70b054aa6
362 changed files with 2436 additions and 1104 deletions

View file

@ -2174,6 +2174,12 @@
//
//#define TFT_DRIVER AUTO
//
// SPI display (MKS Robin Nano V2.0, MKS Gen L V2.0)
// Upscaled 128x64 Marlin UI
//
//#define SPI_GRAPHICAL_TFT
//
// FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.)
// Upscaled 128x64 Marlin UI
@ -2216,16 +2222,16 @@
#define TOUCH_SCREEN_CALIBRATION
/* MKS Robin TFT v2.0 */
#define XPT2046_X_CALIBRATION 12013
#define XPT2046_X_CALIBRATION 12013
#define XPT2046_Y_CALIBRATION -8711
#define XPT2046_X_OFFSET -32
#define XPT2046_Y_OFFSET 256
#define XPT2046_X_OFFSET -32
#define XPT2046_Y_OFFSET 256
/* MKS Robin TFT v1.1 */
//#define XPT2046_X_CALIBRATION -11792
//#define XPT2046_X_CALIBRATION -11792
//#define XPT2046_Y_CALIBRATION 8947
//#define XPT2046_X_OFFSET 342
//#define XPT2046_Y_OFFSET -19
//#define XPT2046_X_OFFSET 342
//#define XPT2046_Y_OFFSET -19
#endif
//