clients: Add a touchscreen calibration tool
authorRob Bradford <rob@linux.intel.com>
Mon, 3 Dec 2012 19:44:15 +0000 (19:44 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 6 Dec 2012 20:53:08 +0000 (15:53 -0500)
commitbf33b1cced66c2dbfea600518ca5a64dcf638ed7
treeaa139fa5cf72b23fc130621b35b74146236153d1
parent4a822495fad43b8b971ed49184ebd4eebe24b674
clients: Add a touchscreen calibration tool

This a basic calibration tool designed for "in factory" calibration of a touch
screen. The constants for the calibration functions:

x' = Ax + By + C and
y' = Dx + Ey + F

Are printed on stdout when the calibration is completed.
clients/Makefile.am
clients/calibrator.c [new file with mode: 0644]