EDF - OnePIC MCU  v1.1.0
mTouch
Collaboration diagram for mTouch:

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

Function Documentation

void EDF_mTouchPoll ( void  )

Polls the touch buttons.

Note:
increase interrupt frequency for better resolution

Definition at line 53 of file OnePIC_mtouch.c.

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

indicates whether or not to print:

  • mTouch key (up,right,down,left,enter)
  • POT reading
Note:
LCD will ALWAYS be displaying the time

Definition at line 38 of file OnePIC_mtouch.c.