-
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.)
Defaults¶
- 480 if
LVGL
&& (BOARD_MIMXRT1050_EVK
||BOARD_MIMXRT1050_EVK_QSPI
) - 480 if
LVGL
&& (BOARD_MIMXRT1060_EVK
||BOARD_MIMXRT1060_EVK_HYPERFLASH
) - 480 if
LVGL
&&BOARD_MIMXRT1064_EVK
- 320 if
LVGL
Kconfig definitions¶
At boards/arm/mimxrt1050_evk/Kconfig.defconfig:79
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config LVGL_HOR_RES int default 480 ifLVGL
&& (BOARD_MIMXRT1050_EVK
||BOARD_MIMXRT1050_EVK_QSPI
) depends onLVGL
&& (BOARD_MIMXRT1050_EVK
||BOARD_MIMXRT1050_EVK_QSPI
)
At boards/arm/mimxrt1060_evk/Kconfig.defconfig:47
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config LVGL_HOR_RES int default 480 ifLVGL
&& (BOARD_MIMXRT1060_EVK
||BOARD_MIMXRT1060_EVK_HYPERFLASH
) depends onLVGL
&& (BOARD_MIMXRT1060_EVK
||BOARD_MIMXRT1060_EVK_HYPERFLASH
)
At boards/arm/mimxrt1064_evk/Kconfig.defconfig:53
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config LVGL_HOR_RES int default 480 ifLVGL
&&BOARD_MIMXRT1064_EVK
depends onLVGL
&&BOARD_MIMXRT1064_EVK
At lib/gui/lvgl/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface
config LVGL_HOR_RES int prompt "Horizontal Screen Resolution" ifLVGL
default 320 ifLVGL
depends onLVGL
help Horizontal screen resolution in pixels
(Definitions include propagated dependencies, including from if’s and menus.)