Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font.h155 #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-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h357 #define LV_FONT_MONTSERRAT_18 0 macro
/lvgl-latest/
Dlv_conf_template.h369 #define LV_FONT_MONTSERRAT_18 0
DKconfig505 config LV_FONT_MONTSERRAT_18 config
581 select LV_FONT_MONTSERRAT_18
/lvgl-latest/src/
Dlv_conf_internal.h1033 #ifndef LV_FONT_MONTSERRAT_18
1035 #define LV_FONT_MONTSERRAT_18 CONFIG_LV_FONT_MONTSERRAT_18 macro
1037 #define LV_FONT_MONTSERRAT_18 0 macro
/lvgl-latest/docs/overview/
Dfont.md35 - `LV_FONT_MONTSERRAT_18` 18 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c137 #if LV_FONT_MONTSERRAT_18 in lv_demo_widgets()