summaryrefslogtreecommitdiff
path: root/src/drivers/touchwheel.cpp
AgeCommit message (Collapse)Author
2024-05-02move driver includes into a subdir as welljacqueline
2024-04-11Migrate all existing control schemes to the cool new worldjacqueline
2024-02-07Silence chatty touchwheel logjacqueline
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2023-12-18Add the touchwheel button to the AKS channeljacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-03Add scroll velocity + more input methodsjacqueline
2023-09-08Just wait for touchwheel reboot instead of being cleverjacqueline
2023-09-08Support retries for samd and touchwheel i2cjacqueline
2023-09-08Reset the touchwheel during bootjacqueline
2023-09-04Turn the touchwheel back on after sleepjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-08-24Improve centre button responsivenessjacqueline
2023-08-21Add idle->standby support when locked and no musicjacqueline
2023-07-31Return zeroes when the touchwheel isn't connectedjacqueline
2023-07-04Fix button not being releasedailurux
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-16Fix issues with importing my entire libraryjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-12Touchwheel works!!!!!!!jacqueline
2023-05-12Slightly improve touchwheel not-working-nessjacqueline
It still doesn't work tho
2023-05-02Give the touchwheel a little more juice for debuggingjacqueline
2023-04-19Temporarily allow the touchwheel to be missingjacqueline
2023-04-12Leave the display reset pin alone; we don't need itjacqueline
2023-04-04fix up touchpad timeouts, make it less chattyjacqueline
2023-03-13Touchwheel testailurux