:orphan: .. title:: CONFIG_LVGL_USE_DEBUG .. kconfig:: CONFIG_LVGL_USE_DEBUG CONFIG_LVGL_USE_DEBUG ##################### *Enable debug support* Type: ``bool`` Help ==== .. code-block:: none Enable debug support. If debug support is enabled LVGL will validate the parameters of any function call made and if an invalid parameter is found __ASSERT is called. Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`TEST ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.debug:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:29`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings .. code-block:: kconfig config LVGL_USE_DEBUG bool "Enable debug support" default y if TEST depends on LVGL help Enable debug support. If debug support is enabled LVGL will validate the parameters of any function call made and if an invalid parameter is found __ASSERT is called. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*