summaryrefslogtreecommitdiff
path: root/src/ui/include
AgeCommit message (Collapse)Author
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-09-12Fix ui nits for playback screenjacqueline
The top bar now updates properly when starting playback, and the upcoming list items no longer marquee.
2023-09-12Use interrupt-based spi for the displayjacqueline
This solves our "audio stutters while scrolling" problem better! Turns out the real root cause was the polling SPI driver blocking a whole CPU during playback.
2023-09-08Flesh out onboarding a little, and add a way to get into itjacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
Also other misc task cleanup
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-29store the screen brightness in nvsjacqueline
2023-08-29Add a brightness slider to settingsjacqueline
2023-08-28Add some more icons, and reflect play/pause in top barjacqueline
2023-08-28Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwailurux
2023-08-28Custom themes and top bar stylingailurux
2023-08-28Move battery measurement to its own classjacqueline
2023-08-25Add placeholder settings UIjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-08-17Start on basic onboarding screensjacqueline
2023-07-28Lock button does that same thing alwaysjacqueline
2023-07-17Basic playlists for upcomingjacqueline
Beware under-testing and bugs. Just getting something barebones in so that I can do rN+1 bringup
2023-07-13Ui polish and fleshing outjacqueline
2023-07-13Fix browser navigation crashesjacqueline
2023-07-12Make title bar a common component, some ui nitsjacqueline
2023-07-12Make now playing screen interacting, including nice scrollingjacqueline
2023-07-11Fix browser view jankjacqueline
2023-07-08Add theme classailurux
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-05Reset styles, flesh out playback and browser screensjacqueline
2023-07-04Add missing files >.<jacqueline
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-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-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-24Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-05-22Merge branch 'main' into state-machinesjacqueline
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm
2023-05-19Add tinyfsm, start converting core functions to an FSM-based event loopjacqueline
2023-04-21wrap driver instance ownership + di in a classjacqueline
2023-04-21split out lvgl task into its own componentjacqueline