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

@ -2150,6 +2150,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
@ -2191,10 +2197,10 @@
#define TOUCH_SCREEN_CALIBRATION
#define XPT2046_X_CALIBRATION 12316
#define XPT2046_Y_CALIBRATION -8981
#define XPT2046_X_OFFSET -43
#define XPT2046_Y_OFFSET 257
//#define XPT2046_X_CALIBRATION 12316
//#define XPT2046_Y_CALIBRATION -8981
//#define XPT2046_X_OFFSET -43
//#define XPT2046_Y_OFFSET 257
#endif
//