fixed tpCalibrate()
This commit is contained in:
parent
755e5be0b1
commit
7394b541e4
1 changed files with 2 additions and 0 deletions
|
@ -143,5 +143,7 @@ void tpCalibrate(void) {
|
|||
|
||||
cal.xn = (float)cross[0][0] - cal.xm * (float)points[0][0];
|
||||
cal.yn = (float)cross[0][1] - cal.ym * (float)points[0][1];
|
||||
|
||||
lcdSetWindow(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue