Hi all.
the two group datas from my ILI9341 touch screen by finger draw on it, how to get which draw is toward which direction by what calculation please?
Thanks
Adam
Seems to me that it would be best to capture 3 data points (say P0, P1, P2). Then convert them to polar coordinates -- with their average used as the center of your polar coordinate system. Then note if theta increases or decreases as you progress from P0 to P1 to P2.
EDIT:
Actually, given the three points, you can determine the center of the circle to use as the origin of the polar coordinate system.