2020-02-03 08:09 PM
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?
2020-02-04 01:39 AM
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