-
CONFIG_LVGL_DEFAULT_FONT_CUSTOM
¶
Custom font
Type: bool
Help¶
Use a none build-in font as default font. A pointer named lv_default_font_custom_ptr should exists as a global variable and pint yo a valid font structure
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:181
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
→ lib/gui/lvgl/Kconfig:362
Menu path: (top menu) → Additional libraries → Graphical user interface → Fonts → Default LVGL font
config LVGL_DEFAULT_FONT_CUSTOM bool prompt "Custom font" if <choice: Default LVGL font> depends on <choice: Default LVGL font> help Use a none build-in font as default font. A pointer named lv_default_font_custom_ptr should exists as a global variable and pint yo a valid font structure
(Definitions include propagated dependencies, including from if’s and menus.)