MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laImageSequenceWidget_SetImage( laImageSequenceWidget* img, uint32_t idx, GFXU_ImageAsset* imgAst );
Parameters |
Description |
laImageSequenceWidget* img |
the widget |
uint32_t idx |
the index |
GFXU_ImageAsset* imgAst |
the image asset pointer |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|