summaryrefslogtreecommitdiff
path: root/lib/luavgl/src/luavgl.h
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 bump luavgl to latestjacqueline
2024-03-07Add luavgl_to_style methodailurux
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline