-
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 point to a valid font structure
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:79
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:457
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts → Default LVGL font
config LVGL_DEFAULT_FONT_CUSTOM bool "Custom 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 point to a valid font structure
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)