EDF - OnePIC MCU
v1.1.0
|
#include <stdint.h>
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. |
Definition in file OnePIC_mtouch.h.
enum BANNER_STATE_tag |
Consists of the LCD tasks to display.
Definition at line 47 of file OnePIC_mtouch.h.
enum CAP_BUTTON_tag |
Consists of the 5 touch buttons.
OnePIC_mtouch.h OnePIC_mtouch
CAP_UP |
up button |
CAP_DOWN |
down button |
CAP_LEFT |
left button |
CAP_RIGHT |
right button |
CAP_ENTER |
enter button
|
Definition at line 29 of file OnePIC_mtouch.h.