MPLAB® Harmony Graphics Suite
|
Enumeration: laImageSequenceEntry_t
Defines a single entry for the image sequence widget
typedef struct laImageSequenceEntry_t { GFXU_ImageAsset* image; uint32_t delay; laHAlignment halign; laVAlignment valign; } laImageSequenceEntry;
Members |
Description |
GFXU_ImageAsset* image; |
image asset pointer |
uint32_t delay; |
how many time units to display this entry |
laHAlignment halign; |
the horizontal alignment for this entry |
laVAlignment valign; |
the vertical alignment for this entry |
None.
MPLAB® Harmony Graphics Suite
|