MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <animation.h>

Data Fields

unsigned int width
 
unsigned int height
 
RGB bk
 
int nr_frames
 
int time_unit
 
ANIMATIONFRAMEframes
 

Detailed Description

Animation structure

Definition at line 104 of file animation.h.

Field Documentation

RGB bk

The background color

Definition at line 112 of file animation.h.

ANIMATIONFRAME* frames

Pointer to the animation frame.

Definition at line 122 of file animation.h.

unsigned int height

The height of the animation.

Definition at line 109 of file animation.h.

int nr_frames

The number of all frames.

Definition at line 115 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 120 of file animation.h.

unsigned int width

The width of the animation.

Definition at line 107 of file animation.h.


The documentation for this struct was generated from the following file: