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