:orphan: .. title:: LVGL_BUILD_IN_FONT_20_ASCII_BPP .. option:: CONFIG_LVGL_BUILD_IN_FONT_20_ASCII_BPP *ASCII 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_20 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 4 if \ :option:`LVGL_BUILD_IN_FONT_20 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.fonts:58`` 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 20px fonts .. parsed-literal:: config LVGL_BUILD_IN_FONT_20_ASCII_BPP int prompt "ASCII character set BPP" if \ :option:`LVGL_BUILD_IN_FONT_20 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` default 4 if \ :option:`LVGL_BUILD_IN_FONT_20 ` && \ :option:`LVGL_BUILD_IN_FONTS ` && \ :option:`LVGL ` depends on \ :option:`LVGL_BUILD_IN_FONT_20 ` && \ :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.)*