Home
last modified time | relevance | path

Searched refs:lv_font_montserrat_14 (Results 1 – 11 of 11) sorted by relevance

/lvgl-3.4.0/tests/
DCMakeLists.txt39 -DLV_FONT_DEFAULT=&lv_font_montserrat_14
63 -DLV_FONT_DEFAULT=&lv_font_montserrat_14
90 -DLV_FONT_DEFAULT=&lv_font_montserrat_14
119 -DLV_FONT_DEFAULT=&lv_font_montserrat_14
231 -DLV_FONT_DEFAULT=&lv_font_montserrat_14
/lvgl-3.4.0/src/font/
Dlv_font.mk10 CSRCS += lv_font_montserrat_14.c
Dlv_font.h145 LV_FONT_DECLARE(lv_font_montserrat_14) in LV_FONT_DECLARE()
Dlv_font_montserrat_14.c2179 const lv_font_t lv_font_montserrat_14 = { variable
2181 lv_font_t lv_font_montserrat_14 = {
/lvgl-3.4.0/src/
Dlv_conf_kconfig.h64 # define CONFIG_LV_FONT_DEFAULT &lv_font_montserrat_14
Dlv_conf_internal.h1113 #define LV_FONT_DEFAULT &lv_font_montserrat_14
/lvgl-3.4.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h372 #define LV_FONT_DEFAULT &lv_font_montserrat_14
/lvgl-3.4.0/
Dlv_conf_template.h366 #define LV_FONT_DEFAULT &lv_font_montserrat_14
/lvgl-3.4.0/zephyr/
DCMakeLists.txt143 ../src/font/lv_font_montserrat_14.c
/lvgl-3.4.0/docs/overview/
Dstyle.md290 …&lv_font_montserrat_10, &lv_font_montserrat_14, &lv_font_montserrat_18); /*Small, normal, large fo…
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c125 font_normal = &lv_font_montserrat_14; in lv_demo_widgets()