:orphan: .. title:: choice: Default theme small font .. _choice_337: .. describe:: choice: Default theme small font *Default theme small font* Type: ``bool`` Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_UNSCII_8 ` Choice options ============== - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_8 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_10 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_12 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_14 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_16 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_18 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_20 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_22 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_24 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_26 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_28 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_30 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_32 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_34 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_36 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_38 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_40 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_42 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_44 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_46 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_48 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_12_SUBPX ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_28_COMPRESSED ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_DEJAVU_16_PERSIAN_HEBREW ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_SIMSUN_16_CJK ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_UNSCII_8 ` - \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_CUSTOM ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.themes:240`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:30`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes .. parsed-literal:: choice bool "Default theme small font" default \ :option:`LVGL_THEME_DEFAULT_FONT_SMALL_UNSCII_8 ` depends on \ :option:`LVGL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*