:orphan: .. title:: LVGL_USE_ASSERT_STYLE .. option:: CONFIG_LVGL_USE_ASSERT_STYLE *Enable style assertion* Type: ``bool`` Help ==== .. code-block:: none Enable style assertion Check if a used style is correctly initialized. (Fast) Direct dependencies =================== \ :option:`LVGL_USE_DEBUG ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`TEST ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.debug:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:29`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings → Enable debug support .. code-block:: kconfig config LVGL_USE_ASSERT_STYLE bool "Enable style assertion" default y if TEST depends on LVGL_USE_DEBUG && LVGL help Enable style assertion Check if a used style is correctly initialized. (Fast) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*