Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
enum _touch_event |
- 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.
Generated on Wed Jul 20 2022 15:03:45 by
