|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <animation.h>
Data Fields | |
| unsigned int | width |
| unsigned int | height |
| RGB | bk |
| int | nr_frames |
| int | time_unit |
| ANIMATIONFRAME * | frames |
Animation structure
Definition at line 116 of file animation.h.
| RGB bk |
The background color
Definition at line 124 of file animation.h.
| ANIMATIONFRAME* frames |
Pointer to the animation frame.
Definition at line 134 of file animation.h.
| unsigned int height |
The height of the animation.
Definition at line 121 of file animation.h.
| int nr_frames |
The number of all frames.
Definition at line 127 of file animation.h.
| int time_unit |
The unit of the time will be used count the delay time of every frame. The default is 1, equal to 10ms.
Definition at line 132 of file animation.h.
| unsigned int width |
The width of the animation.
Definition at line 119 of file animation.h.
1.8.13