MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laImageSequenceWidget_SetImageDelay Function
MPLAB® Harmony Graphics Suite
laImageSequenceWidget_SetImageDelay Function
C
LIB_EXPORT laResult laImageSequenceWidget_SetImageDelay(
    laImageSequenceWidget* img, 
    uint32_t idx, 
    uint32_t delay
);
Parameters
Parameters 
Description 
laImageSequenceWidget* img 
the widget 
uint32_t idx 
the index 
uint32_t delay 
the delay value 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite