summaryrefslogtreecommitdiff
path: root/src/ui/lvgl_task.cpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-22Improve handling of the displayjacqueline
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-07haptics: buzz on boot, and when changing focus of items.Robin Howard
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-03Generalise the lvgl input driver in preparation for more input methodsjacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Custom themes and top bar stylingailurux
2023-08-25More performance and usability tweaksjacqueline
2023-08-25Performance tweaks for smoother tunesjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-08-24Throttle framerate a little morejacqueline
2023-08-07Use a timer to keep framerate consistentjacqueline
2023-07-26make event queue go fasterjacqueline
2023-07-08Add theme classailurux
2023-07-05Reset styles, flesh out playback and browser screensjacqueline
2023-07-04Touchpad works better now yayailurux
2023-07-04Add basic browsing and playing uijacqueline
2023-06-30Clean up gpios interfacejacqueline
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
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-23Remove audio drain taskjacqueline
2023-05-22Merge branch 'main' into state-machinesjacqueline
2023-05-22Generalise worker tasks, and centralise task priorities + stacksjacqueline
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