Open gif file and show him

Description

Is it possible to open and play a GIF file somehow

What MCU/Processor/Board and compiler are you using?

Simulator

What LVGL version are you using?

v7

I think this may be what you’re looking for: https://github.com/lvgl/lv_lib_gif

2 Likes

A PR of animation image widget is submitted, It can support GIF displaying, the 1st step is to convert the GIF to a series pictures, then the animation image widget can play the series pictures to display the effect, hope this help.

PR: https://github.com/lvgl/lvgl/pull/1911