Hello there!
At the moment, I am working on a user interface with the RT595 MCU and the lvgl library. The GUI Guider is really helping in that regard and I was able to put together a lot of stuff thanks to that.
Now, that the basic stuff is almost ready, we want to have some stuff that is a little bit more fancy and are thinking about using short videos for transitions etc.
I am able to play a video in the corresponding widget in GUI Guider, but there does not seem to be convenient option to port videos to c files like you can do with images. The main idea in the demos and documentation seems to be that you have a filesystem with external flash and write some wrappers for basic file operations to use the video files.
As we have no filesystem in place right now and would have enough internal flash to hold some short videos, we would like to just store and use the videos just like we do with simple images.
Is there a convenient way to do this?
I already thought of Animation images, but the compression would be much worse there.
Best Regards,
Kai.