 |
WebRadioApp
0.1
|
Go to the documentation of this file.
42 #ifndef EW_BSP_TOUCH_H
43 #define EW_BSP_TOUCH_H
50 #define EW_BSP_TOUCH_DOWN 1
54 #define EW_BSP_TOUCH_MOVE 2
57 #define EW_BSP_TOUCH_UP 3
int YPos
Definition: ew_bsp_touch.h:90
static int TouchAreaHeight
Definition: ew_bsp_touch.c:66
void EwBspTouchDone(void)
Terminates the touch driver.
Definition: ew_bsp_touch.c:114
unsigned long EwGetTicks(void)
Definition: ewextrte.c:251
unsigned long Ticks
Definition: ew_bsp_touch.c:59
static XTouchEvent TouchEvent[NO_OF_FINGERS]
Definition: ew_bsp_touch.c:67
#define NO_OF_FINGERS
Definition: ew_bsp_touch.c:45
#define DELTA_TIME
Definition: ew_bsp_touch.c:47
int State
Definition: ew_bsp_touch.h:92
#define EW_BSP_TOUCH_DOWN
Definition: ew_bsp_touch.h:50
int XPos
Definition: ew_bsp_touch.c:57
int EwBspTouchGetEvents(XTouchEvent **aTouchEvent)
The function EwBspTouchGetEvents reads the current touch positions from the touch driver and returns ...
Definition: ew_bsp_touch.c:129
Definition: ew_bsp_touch.h:74
void EwBspTouchEventHandler(int aEventId)
int YPos
Definition: ew_bsp_touch.c:58
unsigned char TouchId
Definition: ew_bsp_touch.c:61
#define DELTA_TOUCH
Definition: ew_bsp_touch.c:46
#define EW_BSP_TOUCH_MOVE
Definition: ew_bsp_touch.h:54
int Finger
Definition: ew_bsp_touch.h:91
#define EW_BSP_TOUCH_HOLD
Definition: ew_bsp_touch.c:53
#define CPU_LOAD_SET_ACTIVE()
Definition: ew_bsp_clock.h:56
Definition: ew_bsp_touch.c:56
void EwBspTouchInit(int aWidth, int aHeight)
Initializes the touch driver.
Definition: ew_bsp_touch.c:79
#define EW_BSP_TOUCH_UP
Definition: ew_bsp_touch.h:57
static XTouchData TouchData[NO_OF_FINGERS]
Definition: ew_bsp_touch.c:68
#define CPU_LOAD_SET_IDLE()
Definition: ew_bsp_clock.h:55
int XPos
Definition: ew_bsp_touch.h:89
#define TS_I2C_ADDRESS
Definition: ew_bsp_touch.c:44
#define EW_BSP_TOUCH_IDLE
Definition: ew_bsp_touch.c:50
This file contains general configuration settings for the target system, like memory ranges and displ...
unsigned char State
Definition: ew_bsp_touch.c:62
static int TouchAreaWidth
Definition: ew_bsp_touch.c:65
static FT6X06_Object_t FT6X06Obj
Definition: ew_bsp_touch.c:69