#include <nitro/spi.h>void TP_GetLatestCalibratedPointInAuto( TPData * result );
This function selects the most recent valid touch panel values from the autosampling results and acquires them. For x, y coordinate values, it takes values in the range of the screen coordinates (x coordinate: 0 – 255, y coordinate: 0 – 191) and it is calibrated.
result |
Pointer used for acquiring results |
None
TPData, TP_GetLatestRawPointInAuto, TP_RequestAutoSamplingStart
04/16/2004 Initial version