|
GUIslice
0.16.0
Embedded GUI in C
|
Functions that handle GPIO / pin and keyboard input. More...
Functions | |
| void | gslc_SetPinPollFunc (gslc_tsGui *pGui, GSLC_CB_PIN_POLL pfunc) |
| void | gslc_InitInputMap (gslc_tsGui *pGui, gslc_tsInputMap *asInputMap, uint8_t nInputMapMax) |
| void | gslc_InputMapAdd (gslc_tsGui *pGui, gslc_teInputRawEvent eInputEvent, int16_t nInputVal, gslc_teAction eAction, int16_t nActionVal) |
Functions that handle GPIO / pin and keyboard input.
| void gslc_InitInputMap | ( | gslc_tsGui * | pGui, |
| gslc_tsInputMap * | asInputMap, | ||
| uint8_t | nInputMapMax | ||
| ) |
| void gslc_InputMapAdd | ( | gslc_tsGui * | pGui, |
| gslc_teInputRawEvent | eInputEvent, | ||
| int16_t | nInputVal, | ||
| gslc_teAction | eAction, | ||
| int16_t | nActionVal | ||
| ) |
| void gslc_SetPinPollFunc | ( | gslc_tsGui * | pGui, |
| GSLC_CB_PIN_POLL | pfunc | ||
| ) |