_StartCalibration
This function starts the calibration process for SMI RED system.
Prototype :
fun [ObjSmi I I I I I I I I] I
- ObjSmi : the ObjSmi object
- I : number of calibration points (2, 5, 9 or 13).
- I : validation for calibration process (1 if required, 0 otherwise)
- I : device to display calibration process (0 for Primary device, 1 for Secondary device)
- I : speed for calibration process (0 for Slow, 1 for Fast)
- I : brightness of foreground displayed during calibration (from 0 to 255)
- I : brightness of background displayed during calibration (from 0 to 255)
- I : shape displayed during calibration (0 for Circle1, 1 for Circle2, 2 for Cross)
- I : shape size (from 1 to 50)
Return : I 0 if success, NIL otherwise
See also :
Example :
Note :