The latest development version of this page may be more current than this released 1.14.1 version.
choice LVGL_COLOR_DEPTH: Color Depth

Color Depth

Type: bool

Help

Color depth to be used by library

Direct dependencies

(LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)) || (LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)) || (LVGL && BOARD_MIMXRT1064_EVK) || LVGL

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

Kconfig definitions

At boards/arm/mimxrt1050_evk/Kconfig.defconfig:94

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LVGL_COLOR_DEPTH
    bool
    default LVGL_COLOR_DEPTH_16 if LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)
    depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)

At boards/arm/mimxrt1060_evk/Kconfig.defconfig:62

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LVGL_COLOR_DEPTH
    bool
    default LVGL_COLOR_DEPTH_16 if LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)
    depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)

At boards/arm/mimxrt1064_evk/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LVGL_COLOR_DEPTH
    bool
    default LVGL_COLOR_DEPTH_16 if LVGL && BOARD_MIMXRT1064_EVK
    depends on LVGL && BOARD_MIMXRT1064_EVK

At lib/gui/lvgl/Kconfig:42

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

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

choice LVGL_COLOR_DEPTH
    bool
    prompt "Color Depth" if LVGL
    default LVGL_COLOR_DEPTH_32 if LVGL
    depends on LVGL
    help
      Color depth to be used by library

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