Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font.h151 #if LV_FONT_MONTSERRAT_16 in LV_FONT_DECLARE()
Dlv_font_montserrat_16.c13 #ifndef LV_FONT_MONTSERRAT_16
14 #define LV_FONT_MONTSERRAT_16 1 macro
17 #if LV_FONT_MONTSERRAT_16
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h356 #define LV_FONT_MONTSERRAT_16 1 macro
/lvgl-latest/
Dlv_conf_template.h368 #define LV_FONT_MONTSERRAT_16 0
DKconfig503 config LV_FONT_MONTSERRAT_16 config
578 select LV_FONT_MONTSERRAT_16
/lvgl-latest/src/
Dlv_conf_internal.h1026 #ifndef LV_FONT_MONTSERRAT_16
1028 #define LV_FONT_MONTSERRAT_16 CONFIG_LV_FONT_MONTSERRAT_16 macro
1030 #define LV_FONT_MONTSERRAT_16 0 macro
/lvgl-latest/docs/overview/
Dfont.md34 - `LV_FONT_MONTSERRAT_16` 16 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c116 #if LV_FONT_MONTSERRAT_16 in lv_demo_widgets()