Configurable TOUCH_BUTTONS repeat delays (#15245)
This commit is contained in:
committed by
Scott Lahteine
parent
f01f0d1956
commit
d277e93f4d
@ -2145,6 +2145,9 @@
|
||||
#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_MENU 100 // (ms) Button repeat delay for menus
|
||||
|
||||
#if ENABLED(TS_V11)
|
||||
// Alfawise U20 ILI9341 2.8 TP Ver 1.1 / Green PCB on the back of touchscreen
|
||||
#define XPT2046_X_CALIBRATION 11605
|
||||
@ -2295,7 +2298,7 @@
|
||||
*/
|
||||
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
|
||||
|
||||
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
|
||||
// (ms) Delay before the next move will start, to give the servo time to reach its target angle.
|
||||
// 300ms is a good value but you can try less delay.
|
||||
// If the servo can't reach the requested position, increase it.
|
||||
#define SERVO_DELAY { 300 }
|
||||
|
Reference in New Issue
Block a user