Touch Calibration
Hi,
Following situation:
I have a 480x272 display in portrait mode.
(1) In TouchGFXDesigner the 0/0 point is top left with x-axis in horizontal and y-axis vertical down.
(2) The expected (by the TouchGFX Framework) touch coordinates are 0/0 top right with x-axis vertical down and y-axis horizontal to the left.
(3) My Touch controller has 0/0 bottom left with x-axis vertical up and y-axis horizontal to the right.
So now I can't figure out how this translates to the calibration class.
- The calibration points: Do they base on (1),(2) or (3)?
- Measured points for calibration matrix: Do they base on (1),(2) or (3)?
- Measured points for "sampleTouch" function: Do they base on (1),(2) or (3)?
Thanks for your help.
/jimmii