Add a second font, flesh out browser screen

This commit is contained in:
jacqueline
2023-11-23 10:40:04 +11:00
parent 9eb5ae6e94
commit b07bfbc6c7
49 changed files with 56220 additions and 102 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ return function()
})
menu.root:center()
menu.status_bar = widgets.StatusBar(menu.root, {})
menu.status_bar = widgets.StatusBar(menu.root, {transparent_bg = true})
menu.list = lvgl.List(menu.root, {
w = lvgl.PCT(100),