#include <nitro/spi.h>
void TP_GetLatestCalibratedPointInAuto( TPData * result );
result | A pointer used for acquiring results |
None.
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).
TPData, TP_GetLatestRawPointInAuto,TP_RequestAutoSamplingStart
2004/04/16 Initial version.
CONFIDENTIAL