index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
touchwheel.cpp
Age
Commit message (
Collapse
)
Author
2024-05-02
move driver includes into a subdir as well
jacqueline
2024-04-11
Migrate all existing control schemes to the cool new world
jacqueline
2024-02-07
Silence chatty touchwheel log
jacqueline
2024-01-09
tweak wheel sensitivity, improve AKS for centre button
jacqueline
2023-12-18
Add the touchwheel button to the AKS channel
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-03
Add scroll velocity + more input methods
jacqueline
2023-09-08
Just wait for touchwheel reboot instead of being clever
jacqueline
2023-09-08
Support retries for samd and touchwheel i2c
jacqueline
2023-09-08
Reset the touchwheel during boot
jacqueline
2023-09-04
Turn the touchwheel back on after sleep
jacqueline
2023-08-25
Add modal dialog support
jacqueline
2023-08-24
Improve centre button responsiveness
jacqueline
2023-08-21
Add idle->standby support when locked and no music
jacqueline
2023-07-31
Return zeroes when the touchwheel isn't connected
jacqueline
2023-07-04
Fix button not being released
ailurux
2023-06-26
Improve encoder driver
jacqueline
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-16
Fix issues with importing my entire library
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-12
Touchwheel works!!!!!!!
jacqueline
2023-05-12
Slightly improve touchwheel not-working-ness
jacqueline
It still doesn't work tho
2023-05-02
Give the touchwheel a little more juice for debugging
jacqueline
2023-04-19
Temporarily allow the touchwheel to be missing
jacqueline
2023-04-12
Leave the display reset pin alone; we don't need it
jacqueline
2023-04-04
fix up touchpad timeouts, make it less chatty
jacqueline
2023-03-13
Touchwheel test
ailurux