-
CONFIG_LVGL_BUILD_IN_FONT_UNSCII_8
¶
Enable build-in 8px monospace fonts
Type: bool
Help¶
Enable build-in monospace font support, size 8 pixels
Default¶
y
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:31
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
config LVGL_BUILD_IN_FONT_UNSCII_8
bool "Enable build-in 8px monospace fonts"
default y
depends on LVGL
help
Enable build-in monospace font support, size 8 pixels
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)