MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 115 of file animation.h.

Field Documentation

◆ bk

RGB bk

The background color

Definition at line 123 of file animation.h.

◆ frames

ANIMATIONFRAME* frames

Pointer to the animation frame.

Definition at line 133 of file animation.h.

◆ height

unsigned int height

The height of the animation.

Definition at line 120 of file animation.h.

◆ nr_frames

int nr_frames

The number of all frames.

Definition at line 126 of file animation.h.

◆ time_unit

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 131 of file animation.h.

◆ width

unsigned int width

The width of the animation.

Definition at line 118 of file animation.h.


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