bumped version of kitchen combo, updated README file for swatch, bumped Change Log

master
hughbarney 2021-04-14 23:14:00 +01:00
parent 612717fd54
commit 7be55db00e
3 changed files with 21 additions and 8 deletions

View File

@ -3083,7 +3083,7 @@
{ "id": "kitchen", { "id": "kitchen",
"name": "Kitchen Combo", "name": "Kitchen Combo",
"icon": "kitchen.png", "icon": "kitchen.png",
"version":"0.03", "version":"0.04",
"description": "Combination of the stepo, walkersclock, arrow and waypointer apps into a multiclock format. 'Everything but the kitchen sink'. Requires firmware v2.08.167 or later", "description": "Combination of the stepo, walkersclock, arrow and waypointer apps into a multiclock format. 'Everything but the kitchen sink'. Requires firmware v2.08.167 or later",
"tags": "tool,outdoors,gps", "tags": "tool,outdoors,gps",
"readme": "README.md", "readme": "README.md",
@ -3093,6 +3093,7 @@
{"name":"stepo.kit.js","url":"stepo.kit.js"}, {"name":"stepo.kit.js","url":"stepo.kit.js"},
{"name":"gps.kit.js","url":"gps.kit.js"}, {"name":"gps.kit.js","url":"gps.kit.js"},
{"name":"digi.kit.js","url":"digi.kit.js"}, {"name":"digi.kit.js","url":"digi.kit.js"},
{"name":"swatch.kit.js","url":"swatch.kit.js"},
{"name":"compass.kit.js","url":"compass.kit.js"}, {"name":"compass.kit.js","url":"compass.kit.js"},
{"name":"waypoints.json","url":"waypoints.json","evaluate":false}, {"name":"waypoints.json","url":"waypoints.json","evaluate":false},
{"name":"kitchen.img","url":"kitchen.icon.js","evaluate":true} {"name":"kitchen.img","url":"kitchen.icon.js","evaluate":true}

View File

@ -1,3 +1,4 @@
0.01: First version 0.01: First version
0.02: compass disable BTN1,BTN2 while waiting for GPS to reach RUNNING status 0.02: compass disable BTN1,BTN2 while waiting for GPS to reach RUNNING status
0.03: Don't buzz for GPS fix in Quiet Mode 0.03: Don't buzz for GPS fix in Quiet Mode
0.04: Added stopwatch face

View File

@ -1,4 +1,4 @@
# Kitchen Combo - a multiclock format of the waypointer, walksersclock, stopo and arrow apps. # Kitchen Combo - a multiclock format of the waypointer, walksersclock, stepo and arrow apps.
![](screenshot_kitchen.jpg) ![](screenshot_kitchen.jpg)
@ -14,14 +14,14 @@ Please refer to the section on calibration of the compass. This
should be done each time the app is going to be used. should be done each time the app is going to be used.
The app has 4 faces that can quickly be switched from one to another. The app has 4 faces that can quickly be switched from one to another.
* Stepo - a large font clock that dosplays the current steps in a doughnut guauge * Stepo - a large font clock that displays the current steps in a doughnut gauge
* GPS - when the GPS is on displays current grid ref, lat, lon, speed, altitude and course * GPS - when the GPS is on displays current grid ref, lat, lon, speed, altitude and course
* Digi - a digital clock with day and date, displays battery and memory status (click BTN1) * Digi - a digital clock with day and date, displays battery and memory status (click BTN1)
* Swatch - a simple stopwatch that times in seconds, minutes and up to 999 hours, with lap times
* Waypointer - a compass arrow that points to a selected waypoint when the GPS is on. * Waypointer - a compass arrow that points to a selected waypoint when the GPS is on.
- enables you to mark waypoints and cycle through a list of waypoints - enables you to mark waypoints and cycle through a list of waypoints
- shows distance and bearing to currently selected waypoint - shows distance and bearing to currently selected waypoint
## Common buttons used to navigate through the app ## Common buttons used to navigate through the app
* BTN3 - short press, next app/clock face * BTN3 - short press, next app/clock face
@ -45,9 +45,9 @@ The following buttons depend on which face is currently in use
![](screenshot_stepo.jpg) ![](screenshot_stepo.jpg)
- Displays the time in large font - Displays the time in large font
- Display current step count in a doughnut guage - Display current step count in a doughnut gauge
- Show step count in the middle of the doughnut guage - Show step count in the middle of the doughnut gauge
- The guage show percentage of steps out of a goal of 10000 steps - The gauge show percentage of steps out of a goal of 10000 steps
- When the battery is less than 25% the doughnut turns red - When the battery is less than 25% the doughnut turns red
- Use BTN3 to switch to the next app - Use BTN3 to switch to the next app
@ -64,6 +64,11 @@ The following buttons depend on which face is currently in use
- Use BTN1 to switch between display of battery and memory %. - Use BTN1 to switch between display of battery and memory %.
- Use BTN3 to switch to the next app. - Use BTN3 to switch to the next app.
## Swatch
- A simple stopwatch
- BTN1 - start, stop
- BTN2 - lap if the timer is running, reset if the timer is stopped
## Waypointer ## Waypointer
- Use BTN1 to select previous waypoint (when GPS is on) - Use BTN1 to select previous waypoint (when GPS is on)
- Use BTN2 to select the next waypoint (when GPS is on) - Use BTN2 to select the next waypoint (when GPS is on)
@ -197,3 +202,9 @@ the correct direction heading or is not stable with respect to tilt
and roll - redo the calibration by pressing *BTN3*. Calibration data and roll - redo the calibration by pressing *BTN3*. Calibration data
is recorded in a storage file named `magnav.json`. is recorded in a storage file named `magnav.json`.
### Issues
* GPS time display shows GMT and not BST, needs localising
* Occassional buzzing after 2-3 days of use, seems to disappear after
a reset to the launcher menu. Needs investigation
* Stopwatch display to hide hours count if elapsed time is less than 1 hour.