STM32 Touch UI timings, Longer onboard pullups (#16219)
This commit is contained in:
parent
a358b72ec8
commit
a0badf572e
@ -44,6 +44,7 @@
|
|||||||
#define Z_MIN_PIN PE6 // pin 5 Standard Endstop or Z_Probe endstop function
|
#define Z_MIN_PIN PE6 // pin 5 Standard Endstop or Z_Probe endstop function
|
||||||
#define Z_MAX_PIN PE5 // pin 4 (Unused in stock Alfawise setup)
|
#define Z_MAX_PIN PE5 // pin 4 (Unused in stock Alfawise setup)
|
||||||
// May be used for BLTouch Servo function on older variants (<= V08)
|
// May be used for BLTouch Servo function on older variants (<= V08)
|
||||||
|
#define ONBOARD_ENDSTOPPULLUPS
|
||||||
|
|
||||||
//
|
//
|
||||||
// Filament Sensor
|
// Filament Sensor
|
||||||
|
@ -2066,8 +2066,8 @@
|
|||||||
//
|
//
|
||||||
#define TOUCH_BUTTONS
|
#define TOUCH_BUTTONS
|
||||||
#if ENABLED(TOUCH_BUTTONS)
|
#if ENABLED(TOUCH_BUTTONS)
|
||||||
#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 250 // (ms) Button repeat delay for menus
|
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||||
|
|
||||||
#define XPT2046_X_CALIBRATION 12316
|
#define XPT2046_X_CALIBRATION 12316
|
||||||
#define XPT2046_Y_CALIBRATION -8981
|
#define XPT2046_Y_CALIBRATION -8981
|
||||||
|
@ -2066,8 +2066,8 @@
|
|||||||
//
|
//
|
||||||
#define TOUCH_BUTTONS
|
#define TOUCH_BUTTONS
|
||||||
#if ENABLED(TOUCH_BUTTONS)
|
#if ENABLED(TOUCH_BUTTONS)
|
||||||
#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 250 // (ms) Button repeat delay for menus
|
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||||
|
|
||||||
#define XPT2046_X_CALIBRATION 12316
|
#define XPT2046_X_CALIBRATION 12316
|
||||||
#define XPT2046_Y_CALIBRATION -8981
|
#define XPT2046_Y_CALIBRATION -8981
|
||||||
|
@ -2063,8 +2063,8 @@
|
|||||||
//
|
//
|
||||||
#define TOUCH_BUTTONS
|
#define TOUCH_BUTTONS
|
||||||
#if ENABLED(TOUCH_BUTTONS)
|
#if ENABLED(TOUCH_BUTTONS)
|
||||||
#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 250 // (ms) Button repeat delay for menus
|
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||||
|
|
||||||
#define XPT2046_X_CALIBRATION 12316
|
#define XPT2046_X_CALIBRATION 12316
|
||||||
#define XPT2046_Y_CALIBRATION -8981
|
#define XPT2046_Y_CALIBRATION -8981
|
||||||
|
@ -2167,8 +2167,8 @@
|
|||||||
//
|
//
|
||||||
#define TOUCH_BUTTONS
|
#define TOUCH_BUTTONS
|
||||||
#if ENABLED(TOUCH_BUTTONS)
|
#if ENABLED(TOUCH_BUTTONS)
|
||||||
#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 250 // (ms) Button repeat delay for menus
|
#define BUTTON_DELAY_MENU 100 // (ms) Button repeat delay for menus
|
||||||
|
|
||||||
#define XPT2046_X_CALIBRATION 12316
|
#define XPT2046_X_CALIBRATION 12316
|
||||||
#define XPT2046_Y_CALIBRATION -8981
|
#define XPT2046_Y_CALIBRATION -8981
|
||||||
|
Loading…
Reference in New Issue
Block a user