lvgl-demo: increase default application dimensions for ccimx6ul platform
This commit sets the default LVGL demo dimensions to match with the resolution of the supported LVDS display, showing the application at fullscreen. Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
a1f68f94d4
commit
349b263ed9
|
|
@ -36,6 +36,8 @@ LVGL_CONFIG_DRM_CARD:mx8-generic-bsp = "/dev/dri/card1"
|
|||
|
||||
LVGL_CONFIG_HOR_RES ?= "800"
|
||||
LVGL_CONFIG_VER_RES ?= "480"
|
||||
LVGL_CONFIG_HOR_RES:ccimx6ul ?= "1280"
|
||||
LVGL_CONFIG_VER_RES:ccimx6ul ?= "800"
|
||||
|
||||
do_configure:prepend() {
|
||||
if [ "${LVGL_CONFIG_USE_DRM}" -eq 1 ] ; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue