Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.c34 #if LV_FONT_MONTSERRAT_24 in lv_example_span_1()
/lvgl-latest/src/font/
Dlv_font.h167 #if LV_FONT_MONTSERRAT_24 in LV_FONT_DECLARE()
Dlv_font_montserrat_24.c13 #ifndef LV_FONT_MONTSERRAT_24
14 #define LV_FONT_MONTSERRAT_24 1 macro
17 #if LV_FONT_MONTSERRAT_24
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h360 #define LV_FONT_MONTSERRAT_24 0 macro
/lvgl-latest/
Dlv_conf_template.h372 #define LV_FONT_MONTSERRAT_24 0
DKconfig511 config LV_FONT_MONTSERRAT_24 config
590 select LV_FONT_MONTSERRAT_24
/lvgl-latest/src/
Dlv_conf_internal.h1054 #ifndef LV_FONT_MONTSERRAT_24
1056 #define LV_FONT_MONTSERRAT_24 CONFIG_LV_FONT_MONTSERRAT_24 macro
1058 #define LV_FONT_MONTSERRAT_24 0 macro
/lvgl-latest/docs/overview/
Dfont.md38 - `LV_FONT_MONTSERRAT_24` 24 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c111 #if LV_FONT_MONTSERRAT_24 in lv_demo_widgets()