From 58854bc55dc5aae4b144384d4916def930dd0262 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 24 Aug 2023 19:17:37 +1000 Subject: Improve centre button responsiveness --- src/drivers/include/touchwheel.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/include') diff --git a/src/drivers/include/touchwheel.hpp b/src/drivers/include/touchwheel.hpp index 38e8a9f1..9d002156 100644 --- a/src/drivers/include/touchwheel.hpp +++ b/src/drivers/include/touchwheel.hpp @@ -49,9 +49,12 @@ class TouchWheel { CALIBRATE = 6, RESET = 7, LOW_POWER = 8, + RECALIBRATION_DELAY = 12, SLIDER_OPTIONS = 14, CHARGE_TIME = 15, + DETECT_THRESHOLD_BASE = 16, KEY_CONTROL_BASE = 28, + PULSE_SCALE_BASE = 40, }; void WriteRegister(uint8_t reg, uint8_t val); -- cgit v1.2.3