EDF - OnePIC MCU
v1.1.0
|
![]() |
Functions | |
void | EDF_mTouchPoll (void) |
Polls the touch buttons. | |
Variables | |
BANNER_STATE | _bannerState |
indicates whether or not to print: | |
uint8_t * | p_capString |
pointer to the actuall sting to be printed to the LCD | |
uint8_t | p_capStringUp [] = "Up" |
'UP' text | |
uint8_t | p_capStringDown [] = "Down" |
'DOWN' text | |
uint8_t | p_capStringLeft [] = "Left" |
'LEFT' text | |
uint8_t | p_capStringRight [] = "Right" |
'RIGHT' text | |
uint8_t | p_capStringEnter [] = "Enter" |
'ENTER' text | |
uint8_t | p_capStringBlank [] = " " |
' ' blank text | |
uint8_t | printed = 0 |
void EDF_mTouchPoll | ( | void | ) |
Polls the touch buttons.
Definition at line 53 of file OnePIC_mtouch.c.
indicates whether or not to print:
Definition at line 38 of file OnePIC_mtouch.c.