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
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 62 of file fsl_ft5406.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 73 of file fsl_ft5406.h.
uint16_t TOUCH_X [inherited] |
X coordinate of the touch point
Definition at line 74 of file fsl_ft5406.h.
uint16_t TOUCH_Y [inherited] |
Y coordinate of the touch point
Definition at line 75 of file fsl_ft5406.h.
Generated on Sun Jul 17 2022 23:10:29 by
1.7.2