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
+6
View File
@@ -0,0 +1,6 @@
local lvgl = require("lvgl")
return {
fusion_12 = lvgl.Font("fusion", 12, "normal"),
fusion_10 = lvgl.Font("fusion", 10, "normal"),
}