GIF animated image
Starting from v0.28.0, we've supported GIF animated image.
Enable config
-
Define decoder support in
lv_conf.h
.#define LV_USE_GIF 1 // Enable GIF decoder
You can use GIF image as variable or external file. As for external file, refer to Use external image file as source.