EDF - OnePIC MCU  v1.1.0
source/base/include/OnePIC_mtouch.h File Reference
#include <stdint.h>
Include dependency graph for OnePIC_mtouch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  CAP_BUTTON_tag {
  CAP_UP, CAP_DOWN, CAP_LEFT, CAP_RIGHT,
  CAP_ENTER, CAP_UP, CAP_DOWN, CAP_LEFT,
  CAP_RIGHT, CAP_ENTER
}
 Consists of the 5 touch buttons. More...
enum  BANNER_STATE_tag { BANNER_CAP, BANNER_POT }
 Consists of the LCD tasks to display. More...
typedef enum CAP_BUTTON_tag CAP_BUTTON
typedef enum BANNER_STATE_tag BANNER_STATE
BANNER_STATE _bannerState
 indicates whether or not to print:
uint8_t * p_capString
 pointer to the actuall sting to be printed to the LCD
void EDF_mTouchInit (void)
 init the board and touch buttons
void EDF_mTouchPoll (void)
 Polls the touch buttons.

Detailed Description

Definition in file OnePIC_mtouch.h.


Enumeration Type Documentation

Consists of the LCD tasks to display.

Enumerator:
BANNER_CAP 

touch button just pressed

BANNER_POT 

display the pot reading

Definition at line 47 of file OnePIC_mtouch.h.

Consists of the 5 touch buttons.

OnePIC_mtouch.h OnePIC_mtouch

Enumerator:
CAP_UP 

up button

CAP_DOWN 

down button

CAP_LEFT 

left button

CAP_RIGHT 

right button

CAP_ENTER 

enter button

Note:
individual sensitivity settings set in mTouch_config.h

Definition at line 29 of file OnePIC_mtouch.h.