Turn the touchwheel back on after sleep

custom
jacqueline 2 years ago
parent 320fdeb9d8
commit cccee29c3a
  1. 2
      src/drivers/touchwheel.cpp

@ -38,6 +38,8 @@ TouchWheel::TouchWheel() {
}; };
gpio_config(&int_config); gpio_config(&int_config);
WriteRegister(LOW_POWER, 1);
// Configure keys 0, 1, and 2 as a wheel. // Configure keys 0, 1, and 2 as a wheel.
WriteRegister(SLIDER_OPTIONS, 0b11000000); WriteRegister(SLIDER_OPTIONS, 0b11000000);

Loading…
Cancel
Save