Restores touch calibration from supplied points

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static void RestoreLCDCalibration(
	int points,
	short[] sx,
	short[] sy,
	short[] cx,
	short[] cy
)

Parameters

points
Type: System..::..Int32
Number of points used for calibration
sx
Type: array<System..::..Int16>[]()[][]
SX values of calibration
sy
Type: array<System..::..Int16>[]()[][]
SY values of calibration
cx
Type: array<System..::..Int16>[]()[][]
CX values of calibration
cy
Type: array<System..::..Int16>[]()[][]
CY values of calibration

See Also