#include <nitro/spi.h>BOOL TP_GetUserInfo( TPCalibrateParam* calibrate );
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.
calibrate |
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.
05/21/2004 Initial version