CmdCalibrate
From MCS Wiki AVR
(Difference between revisions)
Line 19: | Line 19: | ||
The calibration procedure collects three touches from the touch screen, then computes and loads an appropriate matrix into <span style="color:#ff0000;">REG_TOUCH_TRANSFORM_A-F</span>. | The calibration procedure collects three touches from the touch screen, then computes and loads an appropriate matrix into <span style="color:#ff0000;">REG_TOUCH_TRANSFORM_A-F</span>. | ||
− | To use it, create a display list and then use | + | To use it, create a display list and then use CmdCalibrate . The co-processor engine overlays the touch targets on the current Display List, gathers the calibration input and updates <span style="color:#ff0000;">REG_TOUCH_TRANSFORM_A-F</span>. |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Latest revision as of 14:20, 12 December 2014
Action
Execute the touch screen calibration routine.
Syntax
CmdCalibrate
Remarks
The calibration procedure collects three touches from the touch screen, then computes and loads an appropriate matrix into REG_TOUCH_TRANSFORM_A-F.
To use it, create a display list and then use CmdCalibrate . The co-processor engine overlays the touch targets on the current Display List, gathers the calibration input and updates REG_TOUCH_TRANSFORM_A-F.
The completion of this function is detected when the value of REG_CMD_READ is equal to REG_CMD_WRITE.
Languages | English |
---|