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

Bits per pixel

Type: int

Help

Number of bits per pixel, in case the number of pixels should be derived from the color depth set the number of pixels to zero.

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:91

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_BITS_PER_PIXEL
    int
    default 0 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:59

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_BITS_PER_PIXEL
    int
    default 0 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:65

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_BITS_PER_PIXEL
    int
    default 0 if LVGL && BOARD_MIMXRT1064_EVK
    depends on LVGL && BOARD_MIMXRT1064_EVK

At lib/gui/lvgl/Kconfig:62

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

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

config LVGL_BITS_PER_PIXEL
    int
    prompt "Bits per pixel" if LVGL
    default 0 if LVGL
    depends on LVGL
    help
      Number of bits per pixel, in case the number of pixels should be derived
      from the color depth set the number of pixels to zero.

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