Turn the touchwheel back on after sleep

This commit is contained in:
jacqueline
2023-09-04 09:47:22 +10:00
parent 320fdeb9d8
commit cccee29c3a
+2
View File
@@ -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);