@@ -24,17 +24,35 @@ minutes, real distance will be usually higher than approximation.
24
24
25
25
Useful gestures:
26
26
27
- F -- disable GPS.
28
- G -- enable GPS for 4 hours in low power mode.
29
- N -- take a note and write it to the log.
30
- S -- enable GPS for 30 minutes in high power mode.
27
+ B -- "Battery", show/buzz battery info
28
+ D -- "Down", previous waypoint
29
+ F -- "oFf", disable GPS.
30
+ G -- "Gps", enable GPS for 4 hours in low power mode.
31
+ I -- "Info", toggle info display
32
+ L -- "aLtimeter", load altimeter app
33
+ M -- "Mark", create mark from current position
34
+ N -- "Note", take a note and write it to the log.
35
+ O -- "Orloj", run orloj app
36
+ R -- "Run", run "runplus" app
37
+ S -- "Speed", enable GPS for 30 minutes in high power mode.
38
+ T -- "Time", buzz current time
39
+ U -- "Up", next waypoint
40
+ Y -- "compass", reset compass
31
41
32
42
When application detects watch is being worn, it will use vibrations
33
43
to communicate back to the user.
34
44
45
+ B -- battery low.
35
46
E -- acknowledge, gesture understood.
36
47
T -- start of new hour.
37
48
49
+ Three colored dots may appear on display. North is on the 12 o'clock
50
+ position (top of the display).
51
+
52
+ red: this is direction to the waypoint.
53
+ green: this is direction you are moving into, according to GPS.
54
+ blue: this is direction top of watch faces, according to the compass.
55
+
38
56
Written by: [ Pavel Machek] ( https://github.com/pavelmachek )
39
57
40
58
## Future Development
55
73
56
74
* ) only turn on compass when needed
57
75
58
- * ) adjust draw timeouts to save power
76
+ * ) only warn about battery low when it crosses thresholds, update
77
+ battery low message
78
+
79
+ * ) rename "show" to something else -- it collides with built-in
80
+
81
+ * ) adjust clock according to GPS
82
+
83
+ * ) show something more reasonable than (NOTEHERE).
84
+
85
+ * ) hide messages after timeout.
86
+
87
+ * ) show route lengths after the fact
88
+
89
+ * ) implement longer recording than "G".
90
+
91
+ * ) Probably T should be G.
92
+
93
+ * ) sum gps distances for a day
94
+
95
+ * ) allow setting up home altitude, or at least disable auto-calibration
96
+
97
+ * ) show time-to-sunset / sunrise?
98
+
99
+ * ) one-second updates when gps is active
0 commit comments