Hello. Does any one successfully implemented uboot’s bootlogo or linux kernel’s splash screen on SPI TFT with DUO256M?
I was able to connect ST7789V SPI TFT through linux’s staging driver fbtft and run LVGL demos.
But no matter how I modified the configurations and bootargs, it is impossible to display bootlogo or splash screen on this tft. Setting console=ttyS1
on bootargs
actually print out the boot log on TFT but the image itself is never displayed. I even tried echo hello! > /dev/ttyS1
and the string hello
is printed on the TFT AFTER the full linux bootup.
According to sophgo’s official document “CV181x STARTUP SCREEN USER GUIDE” it seems like the SDK only suppor MIPI DSI, LVDS and I80 interfaces.
Can someone please help me how I can enable bootlogo or splash screen on SPI LCD?