Panel coordinate and measurement data of a single touch. More...
#include <touch.h>
Data Fields | |
| int16_t | panel_x |
| Calibrated panel X coordinate. | |
| int16_t | panel_y |
| Calibrated panel Y coordinate. | |
| uint16_t | raw_x |
| Raw X sample value. | |
| uint16_t | raw_y |
| Raw Y sample value. | |
Panel coordinate and measurement data of a single touch.
Definition at line 168 of file touch.h.
Calibrated panel X coordinate.
Definition at line 169 of file touch.h.
Referenced by touch_priv_process_samples().
Calibrated panel Y coordinate.
Definition at line 170 of file touch.h.
Referenced by touch_priv_process_samples().
Raw X sample value.
Definition at line 171 of file touch.h.
Referenced by touch_calibrate_task_handler(), and touch_priv_process_samples().
Raw Y sample value.
Definition at line 172 of file touch.h.
Referenced by touch_calibrate_task_handler(), and touch_priv_process_samples().
1.6.3