:orphan: .. title:: CONFIG_LVGL .. kconfig:: CONFIG_LVGL CONFIG_LVGL ########### *LittlevGL GUI library* Type: ``bool`` Help ==== .. code-block:: none This option enables the LittlevGL GUI library. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` Menu path: (Top) → Additional libraries .. code-block:: kconfig menuconfig LVGL bool "LittlevGL GUI library" help This option enables the LittlevGL GUI library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*