Add a second font, flesh out browser screen
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
local lvgl = require("lvgl")
|
||||
|
||||
return {
|
||||
fusion_12 = lvgl.Font("fusion", 12, "normal"),
|
||||
fusion_10 = lvgl.Font("fusion", 10, "normal"),
|
||||
}
|
||||
Reference in New Issue
Block a user