Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_animation_s Struct Reference

Represents all information about an animation (succession of icons) More...

#include <nbgl_types.h>

Public Attributes

const nbgl_icon_details_t ** icons
 array of nbIcons pointers on icons More...
 
uint8_t nbIcons
 number of icons in icons array More...
 
nbgl_parsingType_t parsing
 
uint16_t delayMs
 delay between 2 drawings More...
 

Detailed Description

Represents all information about an animation (succession of icons)

Definition at line 382 of file nbgl_types.h.

Member Data Documentation

◆ delayMs

uint16_t nbgl_animation_s::delayMs

delay between 2 drawings

Definition at line 386 of file nbgl_types.h.

◆ icons

const nbgl_icon_details_t** nbgl_animation_s::icons

array of nbIcons pointers on icons

Definition at line 383 of file nbgl_types.h.

◆ nbIcons

uint8_t nbgl_animation_s::nbIcons

number of icons in icons array

Definition at line 384 of file nbgl_types.h.

◆ parsing

nbgl_parsingType_t nbgl_animation_s::parsing

Definition at line 385 of file nbgl_types.h.


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