Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
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
 
uint8_t nbIcons
 number of icons in icons array
 
nbgl_parsingType_t parsing
 
uint16_t delayMs
 delay between 2 drawings
 

Detailed Description

Represents all information about an animation (succession of icons)

Definition at line 396 of file nbgl_types.h.

Member Data Documentation

◆ delayMs

uint16_t nbgl_animation_s::delayMs

delay between 2 drawings

Definition at line 400 of file nbgl_types.h.

◆ icons

const nbgl_icon_details_t** nbgl_animation_s::icons

array of nbIcons pointers on icons

Definition at line 397 of file nbgl_types.h.

◆ nbIcons

uint8_t nbgl_animation_s::nbIcons

number of icons in icons array

Definition at line 398 of file nbgl_types.h.

◆ parsing

nbgl_parsingType_t nbgl_animation_s::parsing

Definition at line 399 of file nbgl_types.h.


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