diff --git a/apps.json b/apps.json index 234d5b616..039becf2c 100644 --- a/apps.json +++ b/apps.json @@ -3083,7 +3083,7 @@ { "id": "kitchen", "name": "Kitchen Combo", "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", "tags": "tool,outdoors,gps", "readme": "README.md", @@ -3093,6 +3093,7 @@ {"name":"stepo.kit.js","url":"stepo.kit.js"}, {"name":"gps.kit.js","url":"gps.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":"waypoints.json","url":"waypoints.json","evaluate":false}, {"name":"kitchen.img","url":"kitchen.icon.js","evaluate":true} diff --git a/apps/kitchen/ChangeLog b/apps/kitchen/ChangeLog index b3026a817..2bb3989da 100644 --- a/apps/kitchen/ChangeLog +++ b/apps/kitchen/ChangeLog @@ -1,3 +1,4 @@ 0.01: First version 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 \ No newline at end of file +0.03: Don't buzz for GPS fix in Quiet Mode +0.04: Added stopwatch face diff --git a/apps/kitchen/README.md b/apps/kitchen/README.md index 3312f4381..06e4a40ba 100644 --- a/apps/kitchen/README.md +++ b/apps/kitchen/README.md @@ -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) @@ -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. 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 * 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. - enables you to mark waypoints and cycle through a list of waypoints - shows distance and bearing to currently selected waypoint - ## Common buttons used to navigate through the app * 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) - Displays the time in large font -- Display current step count in a doughnut guage -- Show step count in the middle of the doughnut guage -- The guage show percentage of steps out of a goal of 10000 steps +- Display current step count in a doughnut gauge +- Show step count in the middle of the doughnut gauge +- The gauge show percentage of steps out of a goal of 10000 steps - When the battery is less than 25% the doughnut turns red - 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 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 - Use BTN1 to select previous 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 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.