forked from FOSS/BangleApps
Update README.md
parent
2f1f561d43
commit
23493e946b
|
@ -1,12 +1,10 @@
|
|||
Displays the GPS speed, altitude and distance to selected waypoint. One is displayed on the watch face using the largest possible characters depending on the number of digits. The other is in a smaller characters below that. Both are always visible. You can display the current or maximum observed speed/altitude values. Current time is always displayed.
|
||||
|
||||
You can chose between two modes. One showing speed and altitude (green LED) and one showing speed and distance to waypoint (red LED).
|
||||
You can chose between two modes. One showing speed and altitude (A) and one showing speed and distance to waypoint (D).
|
||||
|
||||
The waypoints list is the same as that used with the [GPS Navigation] app so the same set of waypoints can be used across both apps. Refer to that app for waypoint file information.
|
||||
|
||||
Left Display Tap : Swaps the displays. You can have either speed or altitude/distance on the large primary display.
|
||||
|
||||
Right Display Tap : Swaps the modes between Speed+Altitude (green LED) or Speed+Distance (red LED).
|
||||
Left Display Tap : Swaps the displays. You can have either speed or [A]ltitude/[D]istance on the large primary display.
|
||||
|
||||
BTN1 : [Speed+Altitude] Short press < 2 secs toggles the displays between showing the current speed/alt values or the maximum speed/alt values recorded.
|
||||
|
||||
|
@ -14,6 +12,8 @@ BTN1 : [Speed+Altitude] Long press > 2 secs resets the recorded maximum values.
|
|||
|
||||
BTN1 : [Speed+Distance] Select next waypoint. Last fix distance from selected waypoint is displayed.
|
||||
|
||||
BTN3 : Swaps the modes between Speed+Altitude.
|
||||
|
||||
App Settings : Select the desired display units. Speed can be as per the default locale, kph, knots, mph or m/s. Distance caqn be km, miles or nautical miles. Altitude can be feet or metres. Select one of three colour schemes. Colours, high contrast (all white on black) or night ( all red on black ). Vibration can be used to indicate when a fix is lost or gained. One buzz for a lost fix and a double buzz when a fix is found.
|
||||
|
||||
Speed and Altitude:<br>
|
||||
|
|
Loading…
Reference in New Issue