GUIslice  0.16.0
Embedded GUI in C
Input Mapping Functions

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)
 

Detailed Description

Functions that handle GPIO / pin and keyboard input.

Function Documentation

void gslc_InitInputMap ( gslc_tsGui pGui,
gslc_tsInputMap asInputMap,
uint8_t  nInputMapMax 
)
Todo:
Doc. This API is experimental and subject to change
void gslc_InputMapAdd ( gslc_tsGui pGui,
gslc_teInputRawEvent  eInputEvent,
int16_t  nInputVal,
gslc_teAction  eAction,
int16_t  nActionVal 
)
Todo:
Doc. This API is experimental and subject to change
void gslc_SetPinPollFunc ( gslc_tsGui pGui,
GSLC_CB_PIN_POLL  pfunc 
)
Todo:
Doc. This API is experimental and subject to change