MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laKeyPadWidget_GetKeyReleasedImage Function
MPLAB® Harmony Graphics Suite
laKeyPadWidget_GetKeyReleasedImage Function
C
LIB_EXPORT GFXU_ImageAsset* laKeyPadWidget_GetKeyReleasedImage(
    laKeyPadWidget* pad, 
    uint32_t row, 
    uint32_t col
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
uint32_t row 
the indicated row 
uint32_t col 
the indicated column 
Returns

GFXU_ImageAsset* - pointer to the icon image asset

MPLAB® Harmony Graphics Suite