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.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At lib/gui/lvgl/Kconfig.fonts:6
Included via Kconfig:8
→ Kconfig.zephyr:43
→ lib/Kconfig:8
→ lib/gui/Kconfig:4
→ 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.)