lvgl/lv_lib_gif

About how to convert gif to C array

moion opened this issue · 4 comments

moion commented

I'm a beginner in lvgl.
I want to use lv_lib_gif in my project.And ran the example successfully.
But the LVGL's online converter can't convert GIF format.Only support BMP, JPG or PNG.
Is there any way to convert(🥺)

Hi,
if you are using the latest LVGL (not v7) then you can use the gif library right from LVGL. See https://docs.lvgl.io/master/libs/gif.html

Regarding the converter, we are updating to new converter available here https://lvgl.io/tools/imageconverter_new
Please try with it.

moion commented

thanks

Great, thanks for the feedback.

@embeddedt I've published the new image converter at https://lvgl.io/tools/imageconverter

As it's your merit, could you write a few words about it in a forum announcement?

Done.