custom fonts and further UI reworks
This commit is contained in:
11
components/user_fonts/CMakeLists.txt
Normal file
11
components/user_fonts/CMakeLists.txt
Normal 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 "./")
|
||||
Reference in New Issue
Block a user