Move screen for Color UI (#19386)

This commit is contained in:
Victor Oliveira
2020-09-17 08:52:21 -03:00
committed by GitHub
parent 62206c0386
commit 5b56d6698a
15 changed files with 662 additions and 6 deletions

View File

@ -325,13 +325,21 @@
#define LCD_PINS_RS PC6
#elif ENABLED(TFT_480x320_SPI)
#ifndef XPT2046_X_CALIBRATION
#define XPT2046_X_CALIBRATION -17253
#endif
#ifndef XPT2046_Y_CALIBRATION
#define XPT2046_Y_CALIBRATION 11579
#endif
#ifndef XPT2046_X_OFFSET
#define XPT2046_X_OFFSET 514
#endif
#ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET -24
#endif
#define TFT_DRIVER ST7796
#define TFT_BUFFER_SIZE 14400
#define TFT_DRIVER ST7796
#define TFT_BUFFER_SIZE 14400
#endif