KSM edits to RA8875

Dependents:   Liz_Test_Code

Embed: (wiki syntax)

« Back to documentation index

tpMatrix_t Struct Reference

tpMatrix_t Struct Reference

Data type that manages the calibration matrix for the resistive touch panel. More...

#include <DisplayDefs.h>

Data Fields

int32_t An
 calibration factor, see source for details
int32_t Bn
 calibration factor, see source for details
int32_t Cn
 calibration factor, see source for details
int32_t Dn
 calibration factor, see source for details
int32_t En
 calibration factor, see source for details
int32_t Fn
 calibration factor, see source for details
int32_t Divider
 calibration factor, see source for details

Detailed Description

Data type that manages the calibration matrix for the resistive touch panel.

This object, when instantiated, may be passed back and forth, stored and loaded, but the internals are generally of little interest.

Definition at line 96 of file DisplayDefs.h.


Field Documentation

int32_t An

calibration factor, see source for details

Definition at line 98 of file DisplayDefs.h.

int32_t Bn

calibration factor, see source for details

Definition at line 99 of file DisplayDefs.h.

int32_t Cn

calibration factor, see source for details

Definition at line 100 of file DisplayDefs.h.

int32_t Divider

calibration factor, see source for details

Definition at line 104 of file DisplayDefs.h.

int32_t Dn

calibration factor, see source for details

Definition at line 101 of file DisplayDefs.h.

int32_t En

calibration factor, see source for details

Definition at line 102 of file DisplayDefs.h.

int32_t Fn

calibration factor, see source for details

Definition at line 103 of file DisplayDefs.h.