:orphan: .. title:: CONFIG_LVGL_THEME_MATERIAL_FLAG_NO_FOCUS .. kconfig:: CONFIG_LVGL_THEME_MATERIAL_FLAG_NO_FOCUS CONFIG_LVGL_THEME_MATERIAL_FLAG_NO_FOCUS ######################################## *Disable focus* Type: ``bool`` Help ==== .. code-block:: none Disable indication of focused state in material theme Direct dependencies =================== \ :kconfig:`LVGL_USE_THEME_MATERIAL ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig.themes:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:30`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes .. code-block:: kconfig config LVGL_THEME_MATERIAL_FLAG_NO_FOCUS bool "Disable focus" depends on LVGL_USE_THEME_MATERIAL && LVGL help Disable indication of focused state in material theme *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*