Embedded SDK
Embedded SDK
|
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... | |
Represents all information about an animation (succession of icons)
Definition at line 382 of file nbgl_types.h.
uint16_t nbgl_animation_s::delayMs |
delay between 2 drawings
Definition at line 386 of file nbgl_types.h.
const nbgl_icon_details_t** nbgl_animation_s::icons |
array of nbIcons pointers on icons
Definition at line 383 of file nbgl_types.h.
uint8_t nbgl_animation_s::nbIcons |
number of icons in icons array
Definition at line 384 of file nbgl_types.h.
nbgl_parsingType_t nbgl_animation_s::parsing |
Definition at line 385 of file nbgl_types.h.