summaryrefslogtreecommitdiff
path: root/src/drivers/include/relative_wheel.hpp
AgeCommit message (Collapse)Author
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-02-13Sensitivity value now between 0 and 255ailurux
2024-02-12Scroll sensitivity configurable, but invertedailurux
2023-10-03Make accessors in RelativeWheel constjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-25More performance and usability tweaksjacqueline
- pin ui and decoder to opposite cores - disable touch wheel when controls are locked
2023-06-30Clean up gpios interfacejacqueline
2023-06-26Improve encoder driverjacqueline
It actually works and clicks now! Still a bit rough though. Need to dive into lvgl internals to work out what it's doing with enc_diff
2023-06-06Get basic audio playback going againjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline