EDF - OnePIC MCU  v1.1.0
source/base/OnePIC_mtouch.c File Reference

Contains touch routine which lights up the corresponding mTouch LED when pressed Enter here every mTouch interrupt for polling of buttons. More...

#include "OnePIC_mtouch.h"
#include "mTouchCVD.h"
#include <stdint.h>
#include "bsp.h"
#include "OnePIC_led.h"
Include dependency graph for OnePIC_mtouch.c:

Go to the source code of this file.

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

Detailed Description

Contains touch routine which lights up the corresponding mTouch LED when pressed Enter here every mTouch interrupt for polling of buttons.

Definition in file OnePIC_mtouch.c.