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
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.fonts:144
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/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.)