:orphan: .. title:: CONFIG_LVGL_VER_RES_MAX .. kconfig:: CONFIG_LVGL_VER_RES_MAX CONFIG_LVGL_VER_RES_MAX ####################### *Vertical Screen Resolution* Type: ``int`` Help ==== .. code-block:: none Vertical screen resolution in pixels Direct dependencies =================== (\ :kconfig:`LVGL ` && (\ :kconfig:`BOARD_MIMXRT1050_EVK ` || \ :kconfig:`BOARD_MIMXRT1050_EVK_QSPI `)) || (\ :kconfig:`LVGL ` && (\ :kconfig:`BOARD_MIMXRT1060_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK_HYPERFLASH `)) || (\ :kconfig:`LVGL ` && \ :kconfig:`BOARD_MIMXRT1064_EVK `) || \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 272 - 272 - 272 - "0" if \ :kconfig:`HAS_DTS ` - 320 Kconfig definitions =================== At ``/arm/mimxrt1050_evk/Kconfig.defconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_VER_RES_MAX int default 272 depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI) ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_VER_RES_MAX int default 272 depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH) ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_VER_RES_MAX int default 272 depends on LVGL && BOARD_MIMXRT1064_EVK ---- At ``/gui/lvgl/Kconfig.graphical:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:24`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Graphical settings .. code-block:: kconfig 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.)*