Skip to content

Commit d5a995a

Browse files
authored
Merge pull request #3506 from pavelmachek/m_25_sixths5
sixths v0.05
2 parents b055aca + 2de968a commit d5a995a

File tree

4 files changed

+138
-69
lines changed

4 files changed

+138
-69
lines changed

apps/sixths/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
0.02: better GPS support, adding altitude and temperature support
33
0.03: minor code improvements
44
0.04: make height auto-calibration useful and slow ticks to save power
5+
0.05: add ability to navigate to waypoints, better documentation

apps/sixths/README.md

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,35 @@ minutes, real distance will be usually higher than approximation.
2424

2525
Useful gestures:
2626

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
3141

3242
When application detects watch is being worn, it will use vibrations
3343
to communicate back to the user.
3444

45+
B -- battery low.
3546
E -- acknowledge, gesture understood.
3647
T -- start of new hour.
3748

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+
3856
Written by: [Pavel Machek](https://github.com/pavelmachek)
3957

4058
## Future Development
@@ -55,4 +73,27 @@ Todo:
5573

5674
*) only turn on compass when needed
5775

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

apps/sixths/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "id": "sixths",
22
"name": "Sixth sense",
3-
"version": "0.04",
3+
"version": "0.05",
44
"description": "Clock for outdoor use with GPS support",
55
"icon": "app.png",
66
"readme": "README.md",

0 commit comments

Comments
 (0)