TOUCH_CALIBRATION_AUTO_SAVE

MarlinFirmware/Marlin#20971
This commit is contained in:
Scott Lahteine 2021-02-02 14:36:31 -06:00
parent 0543d9743a
commit c4431e438c
239 changed files with 956 additions and 0 deletions

View file

@ -2483,6 +2483,10 @@
//#define TOUCH_OFFSET_Y 257
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
#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