MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_SetItemIcon Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetItemIcon Function
C
LIB_EXPORT laResult laListWheelWidget_SetItemIcon(
    laListWheelWidget* whl, 
    uint32_t index, 
    GFXU_ImageAsset* img
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t idx 
the index to configure 
GFXU_ImageAsset* 
the image asset pointer to use as the icon 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite