From 349b263ed954a8e425a21dc27386bf51dacaa4ea Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 23 Jan 2024 18:07:38 +0100 Subject: [PATCH] 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 --- meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb b/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb index b6652440b..9ab53ad14 100644 --- a/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb +++ b/meta-digi-dey/recipes-graphics/lvgl/lvgl-demo_8.3.0.bb @@ -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