:orphan: .. title:: CONFIG_LVGL_USE_FONT_COMPRESSED .. kconfig:: CONFIG_LVGL_USE_FONT_COMPRESSED CONFIG_LVGL_USE_FONT_COMPRESSED ############################### *Enable compressed font support* Type: ``bool`` Help ==== .. code-block:: none Enable support for compressed fonts. If it's disabled, compressed glyphs cannot be processed by the library and won't be rendered. Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig.fonts:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:31`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Fonts .. code-block:: kconfig 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.)*