CONFIG_LVGL_HOR_RES_MAX
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 ifs and menus.)
Kconfig definitions
At <Zephyr>/boards/arm/mimxrt1050_evk/Kconfig.defconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config LVGL_HOR_RES_MAX
int
default 480
depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)
At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config LVGL_HOR_RES_MAX
int
default 480
depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)
At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config LVGL_HOR_RES_MAX
int
default 480
depends on LVGL && BOARD_MIMXRT1064_EVK
At <Zephyr>/lib/gui/lvgl/Kconfig.graphical:19
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_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.)