damon zhang / Mbed OS rt1050_emwin_gui_demo
Embed: (wiki syntax)

« Back to documentation index

Ft5406_rt

Enumerations

enum  _touch_event { kTouch_Down = 0, kTouch_Up = 1, kTouch_Contact = 2, kTouch_Reserved = 3 }

Variables

uint8_t TOUCH_ID
uint16_t TOUCH_X
uint16_t TOUCH_Y

Enumeration Type Documentation

Enumerator:
kTouch_Down 

The state changed to touched.

kTouch_Up 

The state changed to not touched.

kTouch_Contact 

There is a continuous touch being detected.

kTouch_Reserved 

No touch information available.

Definition at line 61 of file fsl_ft5406_rt.h.


Variable Documentation

uint8_t TOUCH_ID [inherited]

Id of the touch point. This numeric value stays constant between down and up event.

Definition at line 72 of file fsl_ft5406_rt.h.

uint16_t TOUCH_X [inherited]

X coordinate of the touch point

Definition at line 73 of file fsl_ft5406_rt.h.

uint16_t TOUCH_Y [inherited]

Y coordinate of the touch point

Definition at line 74 of file fsl_ft5406_rt.h.