:orphan: .. title:: LVGL_BUILD_IN_FONT_30_SYMBOL_BPP .. option:: CONFIG_LVGL_BUILD_IN_FONT_30_SYMBOL_BPP *Symbol character set BPP* Type: ``int`` Help ==== Bits per pixel (1,2,4,8) for font, 0 will disable font Direct dependencies =================== \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 0 if \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.fonts:109`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:37`` → ``lib/Kconfig:15`` → ``lib/gui/Kconfig:9`` → ``lib/gui/lvgl/Kconfig:362`` Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support → Fonts → Enable build-in fonts → Enable build-in 30px fonts .. parsed-literal:: config LVGL_BUILD_IN_FONT_30_SYMBOL_BPP int prompt "Symbol character set BPP" if \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` default 0 if \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` depends on \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` help Bits per pixel (1,2,4,8) for font, 0 will disable font *(Definitions include propagated dependencies, including from if's and menus.)*