Improve touch buttons behavior (#16109)
This commit is contained in:
parent
a087a653cd
commit
ab61c09bff
7 changed files with 57 additions and 50 deletions
|
|
@ -2139,7 +2139,7 @@
|
|||
#if ENABLED(TOUCH_BUTTONS)
|
||||
#define TOUCH_CALIBRATION // Include user calibration widget in menus (Alfawise)
|
||||
|
||||
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_EDIT 75 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||
|
||||
#if ENABLED(TS_V11)
|
||||
|
|
|
|||
|
|
@ -2138,7 +2138,7 @@
|
|||
#if ENABLED(TOUCH_BUTTONS)
|
||||
#define TOUCH_CALIBRATION // Include user calibration widget in menus (Alfawise)
|
||||
|
||||
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_EDIT 75 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||
|
||||
#if ENABLED(TS_V11)
|
||||
|
|
|
|||
|
|
@ -2059,8 +2059,8 @@
|
|||
//
|
||||
#define TOUCH_BUTTONS
|
||||
#if ENABLED(TOUCH_BUTTONS)
|
||||
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
|
||||
#define BUTTON_DELAY_EDIT 75 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||
|
||||
/* MKS Robin TFT v2.0 */
|
||||
#define XPT2046_X_CALIBRATION 12013
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue