Dear all.
I'm using "iMX6ULL 14x14 evk" and enabled OLED 128x64 as below image.
Running image is based on yocto, core-image-sato, X11 is running.
As running X, you can see a mouse cursor in below image.
Now I want display small animated gif on this display, without any windows title bar.
How can I display animated gif on OLED?
What is the best recipe for displaying animated gif?
I want display this on OLED 128x64 (as Black and White).
Best Regards.
Mannsik
You can split animated gif into frames:
# convert frog.gif frog.png
And then on board use a loop to display them.
Or you can use some utility like gifview to display animated gif directly.
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Victor
How to add gifview in yocto?
Is there any bb file for yocto?
BR.
Mannsik
Here is a document regarding to add a package: