mirror of https://github.com/espruino/BangleApps
settings: fix missing call for touch calibration menu
parent
516e17d0d8
commit
726807b0f8
|
@ -997,7 +997,7 @@ function showTouchscreenCalibration() {
|
|||
g.setFont("6x8:2").setFontAlign(0,0).drawString(/*LANG*/"Calibrated!", g.getWidth()/2, g.getHeight()/2);
|
||||
}
|
||||
// now load the main menu again
|
||||
setTimeout(() => restoreMenu(LCDMenu), 500);
|
||||
setTimeout(() => restoreMenu(LCDMenu()), 500);
|
||||
}
|
||||
|
||||
function touchHandler(_,e) {
|
||||
|
|
Loading…
Reference in New Issue