cancel
Showing results for 
Search instead for 
Did you mean: 

can I use mp4 file as splash screen

wshen
Associate II

I am using STM32 series mcu and touchghx GUI. Can I load mp4 or any animation format as my splash page? If yes, could you provide any sample code?

1 REPLY 1
Martin KJELDSEN
Chief III

You can't use mp4s directly. You'd need to convert the Mp4 video to a MJPEG video. Then it's possible.

You may get some inspiration from this application:

http://sw-center-st-com.s3-eu-west-1.amazonaws.com/touchgfx/TouchGFX/Demos/simple_video769eval.zip

/Martin