#include <nitro/spi.h>
BOOL TP_GetUserInfo( TPCalibrateParam* calibrate );
calibrate | A pointer used for acquiring results |
Returns TRUE if valid calibration parameters are found in flash memory. Returns a value of FALSE if valid values are not found.
This function acquires touch panel calibration values from the flash memory that is in the hardware.
Future extensions could modify this function. Avoid programming that is dependent on the sizes in the current implementation.
05/21/2004 Initial version