DISABLE_ENCODER

MarlinFirmware/Marlin#24618
This commit is contained in:
Scott Lahteine 2022-08-19 16:28:44 -05:00
parent 562916fdc6
commit c99afaedd7
316 changed files with 632 additions and 316 deletions

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3202,7 +3202,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3255,7 +3255,8 @@
#define BUTTON_DELAY_EDIT 75 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3256,7 +3256,8 @@
#define BUTTON_DELAY_EDIT 75 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3178,7 +3178,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3178,7 +3178,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3270,7 +3270,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3181,7 +3181,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3181,7 +3181,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3179,7 +3179,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3178,7 +3178,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3178,7 +3178,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3215,7 +3215,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3215,7 +3215,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3215,7 +3215,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3215,7 +3215,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3210,7 +3210,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3210,7 +3210,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3210,7 +3210,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3181,7 +3181,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3210,7 +3210,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3192,7 +3192,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3175,7 +3175,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3198,7 +3198,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3198,7 +3198,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3182,7 +3182,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3198,7 +3198,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3190,7 +3190,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3178,7 +3178,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3182,7 +3182,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3192,7 +3192,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3185,7 +3185,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3185,7 +3185,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3191,7 +3191,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3179,7 +3179,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3191,7 +3191,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3179,7 +3179,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3180,7 +3180,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3205,7 +3205,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3210,7 +3210,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3187,7 +3187,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3188,7 +3188,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3188,7 +3188,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3189,7 +3189,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3182,7 +3182,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3182,7 +3182,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3181,7 +3181,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3179,7 +3179,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3184,7 +3184,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3180,7 +3180,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3180,7 +3180,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3182,7 +3182,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3189,7 +3189,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3176,7 +3176,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3175,7 +3175,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3177,7 +3177,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

View file

@ -3175,7 +3175,8 @@
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the TFT backlight if set (5mn)
//#define DISABLE_ENCODER // Disable the click encoder, if any.
//#define TOUCH_IDLE_SLEEP 300 // (s) Turn off the backlight after a period of inactivity
#define TOUCH_SCREEN_CALIBRATION

Some files were not shown because too many files have changed in this diff Show more