CONFIG_LVGL_USE_ASSERT_STYLE¶
Enable style assertion
Type: bool
Help¶
Enable style assertion
Check if a used style is correctly initialized. (Fast)
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.debug:65
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/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.)