Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font.h147 #if LV_FONT_MONTSERRAT_14 in LV_FONT_DECLARE()
Dlv_font_montserrat_14.c13 #ifndef LV_FONT_MONTSERRAT_14
14 #define LV_FONT_MONTSERRAT_14 1 macro
17 #if LV_FONT_MONTSERRAT_14
/lvgl-latest/src/
Dlv_conf_internal.h1015 #ifndef LV_FONT_MONTSERRAT_14
1018 #define LV_FONT_MONTSERRAT_14 CONFIG_LV_FONT_MONTSERRAT_14 macro
1020 #define LV_FONT_MONTSERRAT_14 0 macro
1023 #define LV_FONT_MONTSERRAT_14 1 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h355 #define LV_FONT_MONTSERRAT_14 1 macro
/lvgl-latest/
Dlv_conf_template.h367 #define LV_FONT_MONTSERRAT_14 1
DKconfig500 config LV_FONT_MONTSERRAT_14 config
575 select LV_FONT_MONTSERRAT_14
/lvgl-latest/docs/overview/
Dfont.md33 - `LV_FONT_MONTSERRAT_14` 14 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c129 #if LV_FONT_MONTSERRAT_14 in lv_demo_widgets()