Update touch screen settings

MarlinFirmware/Marlin#21843
This commit is contained in:
Scott Lahteine 2021-05-08 19:53:11 -05:00
parent 167bc83858
commit 76a9f77fa0
265 changed files with 293 additions and 265 deletions

View file

@ -2621,7 +2621,7 @@
//#define DWIN_CREALITY_LCD
//
// ADS7843/XPT2046 ADC Touchscreen such as ILI9341 2.8
// Touch Screen Settings
//
#define TOUCH_SCREEN
#if ENABLED(TOUCH_SCREEN)
@ -2636,6 +2636,10 @@
//#define TOUCH_OFFSET_Y -17
//#define TOUCH_ORIENTATION TOUCH_PORTRAIT
#if BOTH(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
#define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM
#endif
#if ENABLED(TFT_COLOR_UI)
//#define SINGLE_TOUCH_NAVIGATION
#endif