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

Horizontal Screen Resolution

Type: int

Help

Horizontal screen resolution in pixels

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_HOR_RES
    int
    default 480 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:47

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_HOR_RES
    int
    default 480 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:53

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config LVGL_HOR_RES
    int
    default 480 if LVGL && BOARD_MIMXRT1064_EVK
    depends on LVGL && BOARD_MIMXRT1064_EVK

At lib/gui/lvgl/Kconfig:24

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

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

config LVGL_HOR_RES
    int
    prompt "Horizontal Screen Resolution" if LVGL
    default 320 if LVGL
    depends on LVGL
    help
      Horizontal screen resolution in pixels

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