MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laKeyPadWidget_SetKeyReleasedImage Function
MPLAB® Harmony Graphics Suite
laKeyPadWidget_SetKeyReleasedImage Function
C
LIB_EXPORT laResult laKeyPadWidget_SetKeyReleasedImage(
    laKeyPadWidget* pad, 
    uint32_t row, 
    uint32_t col, 
    GFXU_ImageAsset* img
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
uint32_t row 
the indicated row 
uint32_t col 
the indicated column 
GFXU_ImageAsset* img 
pointer to an image asset 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite