CONFIG_LVGL_FONT_SIMSUN_16_CJK

Enable Simsun 16px font with CJK radicals

Type: bool

Help

Enable Simsun font support, size 16 pixels, 1000 most common CJK radicals

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:144

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_SIMSUN_16_CJK
    bool "Enable Simsun 16px font with CJK radicals"
    depends on LVGL
    help
      Enable Simsun font support, size 16 pixels, 1000 most common CJK
      radicals

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