CONFIG_LVGL_VER_RES_MAX

Vertical Screen Resolution

Type: int

Help

Vertical 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 ifs and menus.)

Defaults

  • 272

  • 272

  • 272

  • “0” if HAS_DTS

  • 320

Kconfig definitions

At <Zephyr>/boards/arm/mimxrt1050_evk/Kconfig.defconfig:65

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config LVGL_VER_RES_MAX
    int
    default 272
    depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)

At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:65

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config LVGL_VER_RES_MAX
    int
    default 272
    depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)

At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config LVGL_VER_RES_MAX
    int
    default 272
    depends on LVGL && BOARD_MIMXRT1064_EVK

At <Zephyr>/lib/gui/lvgl/Kconfig.graphical:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:8<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:24

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings

config LVGL_VER_RES_MAX
    int "Vertical Screen Resolution"
    default "0" if HAS_DTS
    default 320
    depends on LVGL
    help
      Vertical screen resolution in pixels

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)