summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
AgeCommit message (Collapse)Author
2023-07-07wire up the playing screen with some real datajacqueline
Includes implementing song duration calculation for CBR MP3 files
2023-07-05Start on wiring up playback screen to real datajacqueline
2023-07-04Add basic browsing and playing uijacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-07Cute brightness fade to avoid ugly startup :)jacqueline
2023-06-07R4 pre-emptive bringupjacqueline
Includes stripping out the IC-specific I2S stuff, and doing more manual volume control using pots
2023-06-06Fix up screen brightness and transitionsjacqueline
2023-06-06Get basic audio playback going againjacqueline
2023-06-01Add touchwheel -> encoder adapterjacqueline
2023-05-24Add some placeholder splash and menu screensjacqueline
Includes a bunch of misc display fixes. Most significantly, our lvgl tickers was busted.
2023-05-24reuse annotate new filesjacqueline
2023-05-22Merge branch 'main' into state-machinesjacqueline
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline