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

Link ‘app’ with LVGL

Type: bool

Help

Add LVGL header files to the ‘app’ include path. It may be disabled if the include paths for LVGL are causing aliasing issues for ‘app’.

Direct dependencies

LVGL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/gui/lvgl/Kconfig:366

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface

config APP_LINK_WITH_LVGL
    bool
    prompt "Link 'app' with LVGL" if LVGL
    default "y" if LVGL
    depends on LVGL
    help
      Add LVGL header files to the 'app' include path. It may be
      disabled if the include paths for LVGL are causing aliasing
      issues for 'app'.

(Definitions include propagated dependencies, including from if’s and menus.)