The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_LVGL_USE_ASSERT_STYLE

Enable style assertion

Type: bool

Help

Enable style assertion

Check if a used style is correctly initialized. (Fast)

Direct dependencies

LVGL_USE_DEBUG && LVGL

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At lib/gui/lvgl/Kconfig.debug:65

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:8lib/gui/Kconfig:4lib/gui/lvgl/Kconfig:29

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings → Enable debug support

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.)