-
CONFIG_LVGL_BUILD_IN_FONT_ROBOTO_12
¶
Enable build-in 12px fonts
Type: bool
Help¶
Enable build-in font support, size 12 pixels
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:11
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_ROBOTO_12
bool "Enable build-in 12px fonts"
depends on LVGL
help
Enable build-in font support, size 12 pixels
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)