Best for displaying animated gif ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Best for displaying animated gif ?

1,307 Views
mannsikchung
Contributor III

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?

20170523_182657.jpg

I want display this on OLED  128x64 (as Black and White).

frog.gif

Best Regards.

Mannsik

Labels (2)
0 Kudos
3 Replies

910 Views
b36401
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

910 Views
mannsikchung
Contributor III

Hi Victor

How to add gifview in yocto?

Is there any bb file for yocto?

BR.

Mannsik

0 Kudos

910 Views
b36401
NXP Employee
NXP Employee

Here is a document regarding to add a package:

https://community.nxp.com/docs/DOC-94967

0 Kudos