: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 ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/fb/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays .. parsed-literal:: config CHARACTER_FRAMEBUFFER_USE_DEFAULT_FONTS bool "Use default fonts" default y depends on \ :option:`CHARACTER_FRAMEBUFFER ` help Use default fonts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*