

#include <nitro/spi.h>void TP_SetCalibrateParam( const TPCalibrateParam * param );
param |
Pointer to the calibration parameter to be set |
None.
Sets the parameter that is used for calibration. After you set the parameter with this function, its value is used by the TP_WaitCalibratedResult, TP_GetLatestCalibratedPointInAuto, TP_GetCalibratedPoint, and TP_GetUnCalibratedPoint functions. If you specify NULL, subsequently coordinates will not be converted using calibration. (The default value is NULL.)
TP_WaitCalibratedResult
TP_GetLatestCalibratedPointInAuto
TP_GetCalibratedPoint
TP_GetUnCalibratedPoint
2004/04/16 Initial version.
CONFIDENTIAL