summaryrefslogtreecommitdiff
path: root/src/tangara/lua/bridge.cpp
AgeCommit message (Collapse)Author
2024-07-03Load fonts asynchronously on a bg taskjacqueline
This saves a second or two from bootup; AFAICT this *mostly* reclaims the dynamic fonts boot time regression.
2024-06-14Load fonts dynamically from /luajacqueline
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
2024-06-12WIP fix issues introduced by lvgl version bumpjacqueline
2024-05-17add a lua binding for playing a sine wavejacqueline
2024-05-10Fix imports after mergeailurux
2024-05-02move driver includes into a subdir as welljacqueline
2024-05-02start moving include files into subdirsjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline