mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 15:14:02 -06:00
parent
167bc83858
commit
76a9f77fa0
265 changed files with 293 additions and 265 deletions
|
@ -2616,7 +2616,7 @@
|
|||
//#define DWIN_CREALITY_LCD
|
||||
|
||||
//
|
||||
// ADS7843/XPT2046 ADC Touchscreen such as ILI9341 2.8
|
||||
// Touch Screen Settings
|
||||
//
|
||||
#define TOUCH_SCREEN
|
||||
#if ENABLED(TOUCH_SCREEN)
|
||||
|
@ -2631,6 +2631,10 @@
|
|||
#define TOUCH_OFFSET_Y 349
|
||||
//#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue