Home
last modified time | relevance | path

Searched refs:LV_FONT_MONTSERRAT_20 (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c46 #if LV_FONT_MONTSERRAT_20 in lv_example_span_1()
/lvgl-latest/src/font/
Dlv_font.h159 #if LV_FONT_MONTSERRAT_20 in LV_FONT_DECLARE()
Dlv_font_montserrat_20.c13 #ifndef LV_FONT_MONTSERRAT_20
14 #define LV_FONT_MONTSERRAT_20 1 macro
17 #if LV_FONT_MONTSERRAT_20
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h358 #define LV_FONT_MONTSERRAT_20 0 macro
/lvgl-latest/
Dlv_conf_template.h370 #define LV_FONT_MONTSERRAT_20 0
DKconfig507 config LV_FONT_MONTSERRAT_20 config
584 select LV_FONT_MONTSERRAT_20
/lvgl-latest/src/
Dlv_conf_internal.h1040 #ifndef LV_FONT_MONTSERRAT_20
1042 #define LV_FONT_MONTSERRAT_20 CONFIG_LV_FONT_MONTSERRAT_20 macro
1044 #define LV_FONT_MONTSERRAT_20 0 macro
/lvgl-latest/docs/overview/
Dfont.md36 - `LV_FONT_MONTSERRAT_20` 20 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c124 #if LV_FONT_MONTSERRAT_20 in lv_demo_widgets()