TP_GetUserInfo

C Specification

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

Arguments

calibrate A 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.

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.

See Also

Revision History

05/21/2004 Initial version