TP_GetUserInfo


C Specification

#include <nitro/spi.h>
BOOL TP_GetUserInfo( TPCalibrateParam* calibrate );

Description

This function acquires touch panel calibration values from the flash memory that is in the hardware.

Caution

Future extensions could modify this function.

Avoid programming that is dependent on the sizes in the current implementation.

Arguments

calibrate Pointer used for acquiring results

Return Values

Returns TRUE if valid calibration parameters are found in flash memory. Returns a value of FALSE if valid values are not found.

See Also

Revision History

05/21/2004 Initial version