custom fonts and further UI reworks

This commit is contained in:
Mikkeli Matlock
2026-02-15 18:13:53 +09:00
parent 9ca0227214
commit 12dbbd8942
17 changed files with 7286 additions and 311 deletions

View File

@@ -0,0 +1,11 @@
idf_component_register(
SRCS "DSEG14C_BI_32px.c"
"DSEG14C_BI_40px.c"
"DSEG14C_BI_50px.c"
"InziuIosevka_Slab_CC_12px.c"
"InziuIosevka_Slab_CC_16px.c"
"InziuIosevka_Slab_CC_20px.c"
"InziuIosevka_Slab_CC_24px.c"
"InziuIosevka_Slab_CC_32px.c"
REQUIRES lvgl__lvgl
INCLUDE_DIRS "./")