fixed tpCalibrate()

ugfx_release_2.6
Tectu 2012-07-10 02:51:29 +02:00
parent 755e5be0b1
commit 7394b541e4
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}