Home
last modified time | relevance | path

Searched refs:LV_FONT_MONTSERRAT_18 (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.4.0/src/font/
Dlv_font.h152 #if LV_FONT_MONTSERRAT_18 in LV_FONT_DECLARE()
Dlv_font_montserrat_18.c13 #ifndef LV_FONT_MONTSERRAT_18
14 #define LV_FONT_MONTSERRAT_18 1 macro
17 #if LV_FONT_MONTSERRAT_18
/lvgl-3.4.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h339 #define LV_FONT_MONTSERRAT_18 0 macro
/lvgl-3.4.0/
Dlv_conf_template.h333 #define LV_FONT_MONTSERRAT_18 0
DKconfig469 config LV_FONT_MONTSERRAT_18 config
545 select LV_FONT_MONTSERRAT_18
/lvgl-3.4.0/src/
Dlv_conf_internal.h938 #ifndef LV_FONT_MONTSERRAT_18
940 #define LV_FONT_MONTSERRAT_18 CONFIG_LV_FONT_MONTSERRAT_18 macro
942 #define LV_FONT_MONTSERRAT_18 0 macro
/lvgl-3.4.0/docs/overview/
Dfont.md39 - `LV_FONT_MONTSERRAT_18` 18 px font
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c131 #if LV_FONT_MONTSERRAT_18 in lv_demo_widgets()