TP_GetLatestCalibratedPointInAuto

Syntax

#include <nitro/spi.h>
void TP_GetLatestCalibratedPointInAuto( TPData * result );

Arguments

result A pointer used for acquiring results

Return Values

None.

Description

Selects and gets the most recent valid touch panel values from the autosampling result of the past frame.
If there was no valid sampling value in the past frame, this obtains the coordinates with the validity flag set to ON. For x, y coordinate values, it takes values in the calibrated range (x: 0 – 255 y: 0 – 191).

See Also

TPData, TP_GetLatestRawPointInAuto,TP_RequestAutoSamplingStart

Revision History

2004/04/16 Initial version.


CONFIDENTIAL