MPLAB® Harmony Graphics Suite
|
Initializes an leKeyPadWidget widget pointer.
LIB_EXPORT void leKeyPadWidget_Constructor( leKeyPadWidget* pad, uint32_t rows, uint32_t cols );
Parameters |
Description |
leKeyPadWidget* wgt |
the pointer to initialize |
uint32_t rows |
the number of rows in the keypad |
uint32_t cols |
the number of columns in the keypad |
void
MPLAB® Harmony Graphics Suite
|