:orphan: .. title:: LVGL_USE_FONT_COMPRESSED .. option:: 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 =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.fonts:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:31`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts .. parsed-literal:: config LVGL_USE_FONT_COMPRESSED bool "Enable compressed font support" depends on \ :option:`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.)*