The latest development version of this page may be more current than this released 1.14.1 version.
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

Direct dependencies

<choice: Default LVGL font>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At lib/gui/lvgl/Kconfig.fonts:181

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9lib/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.)