Skip to content

Commit

Permalink
STM32 Touch UI timings, Longer onboard pullups (MarlinFirmware#16219)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and LinoBarreca committed Dec 18, 2019
1 parent e23a0d7 commit b4fd364
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/stm32/pins_LONGER3D_LK.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#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)
// May be used for BLTouch Servo function on older variants (<= V08)
#define ONBOARD_ENDSTOPPULLUPS

//
// Filament Sensor
Expand Down
4 changes: 2 additions & 2 deletions config/examples/JGAurora/A1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,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

#define XPT2046_X_CALIBRATION 12316
#define XPT2046_Y_CALIBRATION -8981
Expand Down
4 changes: 2 additions & 2 deletions config/examples/JGAurora/A5S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,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

#define XPT2046_X_CALIBRATION 12316
#define XPT2046_Y_CALIBRATION -8981
Expand Down
4 changes: 2 additions & 2 deletions config/examples/Mks/Robin_Pro/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2063,8 +2063,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

#define XPT2046_X_CALIBRATION 12316
#define XPT2046_Y_CALIBRATION -8981
Expand Down
4 changes: 2 additions & 2 deletions config/examples/delta/FLSUN/QQ-S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2167,8 +2167,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

#define XPT2046_X_CALIBRATION 12316
#define XPT2046_Y_CALIBRATION -8981
Expand Down

0 comments on commit b4fd364

Please sign in to comment.