Calibration matrix coefficients. More...
#include <touch.h>
Data Fields | |
| int32_t | a |
| Coefficient for X panel coordinate transform. | |
| int32_t | b |
| Coefficient for X panel coordinate transform. | |
| int32_t | c |
| Offset for X panel coordinate. | |
| int32_t | d |
| Coefficient for Y panel coordinate transform. | |
| int32_t | e |
| Coefficient for Y panel coordinate transform. | |
| int32_t | f |
| Offset for Y panel coordinate. | |
| int32_t | k |
| Common denominator. | |
Calibration matrix coefficients.
Should be computed by touch_compute_calibration_matrix().
Definition at line 191 of file touch.h.
Coefficient for X panel coordinate transform.
Definition at line 192 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Coefficient for X panel coordinate transform.
Definition at line 193 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Offset for X panel coordinate.
Definition at line 194 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Coefficient for Y panel coordinate transform.
Definition at line 195 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Coefficient for Y panel coordinate transform.
Definition at line 196 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Offset for Y panel coordinate.
Definition at line 197 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
Common denominator.
Definition at line 198 of file touch.h.
Referenced by touch_compute_calibration_matrix(), and touch_priv_process_samples().
1.6.3