:orphan: .. title:: CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS .. option:: CONFIG_CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS *Use default fonts* Type: ``bool`` Help ==== Use default fonts. Direct dependencies =================== \ :option:`CHARACTER_FRAMEBUFFER ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`CHARACTER_FRAMEBUFFER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/fb/Kconfig:16`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:40`` Menu path: (top menu) → Character framebuffer for dot matrix displays .. parsed-literal:: config CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS bool prompt "Use default fonts" if \ :option:`CHARACTER_FRAMEBUFFER ` default "y" if \ :option:`CHARACTER_FRAMEBUFFER ` depends on \ :option:`CHARACTER_FRAMEBUFFER ` help Use default fonts. *(Definitions include propagated dependencies, including from if's and menus.)*