Overview
Beginning with v0.28.0, animated GIF image support has been implemented.
Configuration
Enable GIF Support
To enable GIF decoder support, define the following in lv_conf.h
:
#define LV_USE_GIF 1 // Enable GIF decoder
Usage
GIF images can be utilized as either embedded variables or external files. For external file implementation, refer to Use External Image File as Source.