CONFIG_LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW

Enable Dejavu 16px font with Hebrew, Arabic and Persian letters

Type: bool

Help

Enable Dejavu font support, size 16 pixels, Hebrew, Arabic, Perisan letters and all their forms

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.fonts:138

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:31

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts

config LVGL_FONT_DEJAVU_16_PERSIAN_HEBREW
    bool "Enable Dejavu 16px font with Hebrew, Arabic and Persian letters"
    depends on LVGL
    help
      Enable Dejavu font support, size 16 pixels, Hebrew, Arabic, Perisan
      letters and all their forms

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)