MPLAB® Harmony Graphics Suite
|
The enabled flag controls the visibility and interactibility of a key pad cell. This enables the key pad to be configured to match such examples as a phone dialer key pad with twelve buttons total but the buttons to the left and right of the zero button not being drawn.
LIB_EXPORT laResult laKeyPadWidget_SetKeyEnabled( laKeyPadWidget* pad, uint32_t row, uint32_t col, laBool enabled );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
laBool enabled |
the flag value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|