From cccee29c3a6202a7c79bc9bc6d70287528a13ef0 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 4 Sep 2023 09:47:22 +1000 Subject: [PATCH] Turn the touchwheel back on after sleep --- src/drivers/touchwheel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/drivers/touchwheel.cpp b/src/drivers/touchwheel.cpp index 836e688a..c617e5df 100644 --- a/src/drivers/touchwheel.cpp +++ b/src/drivers/touchwheel.cpp @@ -38,6 +38,8 @@ TouchWheel::TouchWheel() { }; gpio_config(&int_config); + WriteRegister(LOW_POWER, 1); + // Configure keys 0, 1, and 2 as a wheel. WriteRegister(SLIDER_OPTIONS, 0b11000000);