MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laListWheelWidget_SetItemIcon( laListWheelWidget* whl, uint32_t index, GFXU_ImageAsset* img );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t idx |
the index to configure |
GFXU_ImageAsset* |
the image asset pointer to use as the icon |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|