Skip to main content
wshen
Associate II
February 4, 2020
Question

can I use mp4 file as splash screen

  • February 4, 2020
  • 1 reply
  • 1033 views

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?

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
February 4, 2020

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