touchpad2 2.0.0.0
|
TouchPad 2 XY data object. More...
#include <touchpad2.h>
Data Fields | |
uint8_t | xy_info |
uint8_t | no_of_fingers |
uint8_t | id_tag |
uint16_t | x_pos |
uint16_t | y_pos |
uint16_t | touch_str |
TouchPad 2 XY data object.
XY data object definition of TouchPad 2 Click driver.
uint8_t id_tag |
Identify a specific co-ordinate.
uint8_t no_of_fingers |
Number of touches + hovers.
uint16_t touch_str |
Touch Strength – indicates the „hardness‟ of this touch.
uint16_t x_pos |
X Position.
uint8_t xy_info |
Status bytes, and indicates the total number of active co-ordinates.
uint16_t y_pos |
Y Position.