:orphan: .. title:: LVGL_DEFAULT_FONT_BUILD_IN_30_ASCII .. option:: CONFIG_LVGL_DEFAULT_FONT_BUILD_IN_30_ASCII *Build-in ASCII font 30* Type: ``bool`` Direct dependencies =================== \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONT_30_ASCII_BPP ` != 0 && \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.fonts:169`` 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 → Default LVGL font .. parsed-literal:: config LVGL_DEFAULT_FONT_BUILD_IN_30_ASCII bool prompt "Build-in ASCII font 30" if \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONT_30_ASCII_BPP ` != 0 && \ :ref:` ` depends on \ :option:`LVGL_BUILD_IN_FONT_30 ` && \ :option:`LVGL_BUILD_IN_FONT_30_ASCII_BPP ` != 0 && \ :ref:` ` *(Definitions include propagated dependencies, including from if's and menus.)*