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