:orphan: .. title:: CONFIG_LVGL_HOR_RES_MAX .. kconfig:: CONFIG_LVGL_HOR_RES_MAX CONFIG_LVGL_HOR_RES_MAX ####################### *Horizontal Screen Resolution* Type: ``int`` Help ==== .. code-block:: none Horizontal 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 ======== - 480 - 480 - 480 - "0" if \ :kconfig:`HAS_DTS ` - 480 Kconfig definitions =================== At ``/arm/mimxrt1050_evk/Kconfig.defconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_HOR_RES_MAX int default 480 depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI) ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_HOR_RES_MAX int default 480 depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH) ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_HOR_RES_MAX int default 480 depends on LVGL && BOARD_MIMXRT1064_EVK ---- At ``/gui/lvgl/Kconfig.graphical:19`` 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_HOR_RES_MAX int "Horizontal Screen Resolution" default "0" if HAS_DTS default 480 depends on LVGL help Horizontal screen resolution in pixels *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*