index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ui
/
lvgl_task.cpp
Age
Commit message (
Expand
)
Author
2024-05-02
WIP merge cyclically dependent components into one big component
jacqueline
2024-04-22
Improve handling of the display
jacqueline
2024-04-10
WIP decompose our giant LVGL driver into smaller classes
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
2023-11-07
haptics: buzz on boot, and when changing focus of items.
Robin Howard
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-03
Generalise the lvgl input driver in preparation for more input methods
jacqueline
2023-09-05
Move UI task to priority 0 during playback
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-28
Custom themes and top bar styling
ailurux
2023-08-25
More performance and usability tweaks
jacqueline
2023-08-25
Performance tweaks for smoother tunes
jacqueline
2023-08-25
Add modal dialog support
jacqueline
2023-08-24
Throttle framerate a little more
jacqueline
2023-08-07
Use a timer to keep framerate consistent
jacqueline
2023-07-26
make event queue go faster
jacqueline
2023-07-08
Add theme class
ailurux
2023-07-05
Reset styles, flesh out playback and browser screens
jacqueline
2023-07-04
Touchpad works better now yay
ailurux
2023-07-04
Add basic browsing and playing ui
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-06
Fix up screen brightness and transitions
jacqueline
2023-06-06
Get basic audio playback going again
jacqueline
2023-06-01
Add touchwheel -> encoder adapter
jacqueline
2023-05-24
Add some placeholder splash and menu screens
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-23
Remove audio drain task
jacqueline
2023-05-22
Merge branch 'main' into state-machines
jacqueline
2023-05-22
Generalise worker tasks, and centralise task priorities + stacks
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline
2023-04-21
wrap driver instance ownership + di in a class
jacqueline
2023-04-21
split out lvgl task into its own component
jacqueline