Home
last modified time | relevance | path

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

/lvgl-latest/src/font/
Dlv_font.h143 #if LV_FONT_MONTSERRAT_12 in LV_FONT_DECLARE()
Dlv_font_montserrat_12.c13 #ifndef LV_FONT_MONTSERRAT_12
14 #define LV_FONT_MONTSERRAT_12 1 macro
17 #if LV_FONT_MONTSERRAT_12
/lvgl-latest/env_support/cmsis-pack/
DREADME.md74 Update macro `LV_FONT_MONTSERRAT_12` to `1`.
76 Update macro `LV_FONT_MONTSERRAT_12` to `1`.
Dlv_conf_cmsis.h354 #define LV_FONT_MONTSERRAT_12 1 macro
/lvgl-latest/
Dlv_conf_template.h366 #define LV_FONT_MONTSERRAT_12 0
DKconfig498 config LV_FONT_MONTSERRAT_12 config
572 select LV_FONT_MONTSERRAT_12
/lvgl-latest/src/
Dlv_conf_internal.h1008 #ifndef LV_FONT_MONTSERRAT_12
1010 #define LV_FONT_MONTSERRAT_12 CONFIG_LV_FONT_MONTSERRAT_12 macro
1012 #define LV_FONT_MONTSERRAT_12 0 macro
/lvgl-latest/docs/overview/
Dfont.md32 - `LV_FONT_MONTSERRAT_12` 12 px font
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c142 #if LV_FONT_MONTSERRAT_12 in lv_demo_widgets()