MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageSequenceWidget_SetImage Function
MPLAB® Harmony Graphics Suite
laImageSequenceWidget_SetImage Function
C
LIB_EXPORT laResult laImageSequenceWidget_SetImage(
    laImageSequenceWidget* img, 
    uint32_t idx, 
    GFXU_ImageAsset* imgAst
);
Parameters
Parameters 
Description 
laImageSequenceWidget* img 
the widget 
uint32_t idx 
the index 
GFXU_ImageAsset* imgAst 
the image asset pointer 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite