- Is there a way to lock the screen completely turning off the touchscreen, so
that interrupts are not even generated?
+ * To find out
+ - Why sometimes the phone will stop acting normal and will completely ignore
+ the screen for the purpose of screen dimming, that is, it will dim the
+ screen even if I'm using the touchscreen?
+
* Not quite needed yet:
- GPX log with more features (quality, course, speed, ...)
- Take a waypoint then show a menu with a timeout
// Menus
var menu_gps = zavai.registry.getmenu("menu.gps");
menu_gps.add_service_toggle("gps.gpx", "Start GPX trace", "Stop GPX trace");
- menu_gps.add_applet("ui.gps.monitor");
+ //menu_gps.add_applet("ui.gps.monitor");
menu_gps.add_widget(menu_waypoint);
menu_gps.add_widget(menu_gpsrequest);
menu_gps.add_widget(new GPSStuck());