Autosave touch cal

pull/4/head
erikkaashoek 6 years ago
parent 432a715768
commit 62b2751754

@ -333,6 +333,8 @@ touch_cal_exec(void)
config.touch_cal[2] = (x2 - x1) * 16 / LCD_WIDTH;
config.touch_cal[3] = (y2 - y1) * 16 / LCD_HEIGHT;
config_save(); // Auto save touch calibration
//redraw_all();
touch_start_watchdog();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.