MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laKeyPadWidget_SetKeyBackgroundType( laKeyPadWidget* pad, uint32_t row, uint32_t col, laBackgroundType type );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
laBackgroundType type |
the desired background type |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|