summaryrefslogtreecommitdiff
path: root/src/drivers/relative_wheel.cpp
AgeCommit message (Collapse)Author
2024-02-13Sensitivity value now between 0 and 255ailurux
2024-02-12Scroll sensitivity configurable, but invertedailurux
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2023-10-03Add scroll velocity + more input methodsjacqueline
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-07-11Fix browser view jankjacqueline
2023-07-08Add theme classailurux
2023-07-08Touchwheel ticks :)ailurux
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