-
CONFIG_LVGL_USE_FONT_COMPRESSED
¶
Enable compressed font support
Type: bool
Help¶
Enable support for compressed fonts. If it's disabled, compressed
glyphs cannot be processed by the library and won't be rendered.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/lib/gui/lvgl/Kconfig.fonts:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:31
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts
config LVGL_USE_FONT_COMPRESSED
bool "Enable compressed font support"
depends on LVGL
help
Enable support for compressed fonts. If it's disabled, compressed
glyphs cannot be processed by the library and won't be rendered.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)