From 9c9f3235cc1f501d979342273607d4bbef723178 Mon Sep 17 00:00:00 2001 From: unitexe Date: Thu, 26 Feb 2026 15:53:22 -0600 Subject: Enable graphics for radxa-zero-3e - Boot splash - Kernel logo - Plymouth splash - Flutter app --- meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg (limited to 'meta-unit-graphics/recipes-bsp/u-boot/files') diff --git a/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg b/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg new file mode 100644 index 0000000..997ebd1 --- /dev/null +++ b/meta-unit-graphics/recipes-bsp/u-boot/files/splash.cfg @@ -0,0 +1,9 @@ +CONFIG_CMD_BMP=y +CONFIG_BMP=y +CONFIG_BMP_24BPP=y +CONFIG_HIDE_LOGO_VERSION=y +CONFIG_SPLASH_SCREEN=y +CONFIG_SPLASH_SCREEN_ALIGN=y +CONFIG_SPLASH_SOURCE=y +CONFIG_VIDEO_BMP_GZIP=y +CONFIG_VIDEO_LOGO_MAX_SIZE=0x120000 -- cgit v1.2.3