touch_calibration_matrix Struct Reference
[General touch driver]

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.

Detailed Description

Calibration matrix coefficients.

Should be computed by touch_compute_calibration_matrix().

Definition at line 191 of file touch.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3