BangleApps/apps/speedalt/README.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

2021-01-26 22:15:56 +00:00
A watch/clock that displays the GPS speed and altitude. 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.
As a power saving measure you can :
- Set a timeout after which the display will dim. Touching the display or buttons will restore the display to 100% brightness. The brightness while dimmed can be set to anything between 100% (no dimming) to 0% (fully off)
- Turn the GPS on/off using one of the buttons. While GPS is off the display becomes a simple clock.
2021-01-21 06:28:06 +00:00
Display Tap : Swaps the displays. You can have either speed or altitude on the large display.
2021-01-26 22:15:56 +00:00
BTN1 : GPS Power on/off.
2021-01-22 11:51:20 +00:00
BTN3 : Short press < 2 secs toggles the displays between showing the current speed/alt values or the maximum values recorded.
2021-01-22 11:52:19 +00:00
2021-01-22 11:51:20 +00:00
BTN3 : Long press > 2 secs resets the recorded maximum values.
2021-01-26 22:15:56 +00:00
App Settings : Select the desired display units. Speed can be as per the default locale, kph, knots, mph or m/s. 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 ). Power saving settings.
2021-01-21 06:48:51 +00:00
2021-01-21 06:58:26 +00:00
<img src="screen1.png">
2021-01-21 07:01:59 +00:00
<img src="screen2.png">
<img src="screen3.png">
<img src="screen4.png">
2021-01-21 06:58:26 +00:00
2021-01-21 06:48:51 +00:00
Developed for my use in sailing, cycling and motorcycling. If you find this software useful or have feedback drop me a line mike[at]kereru.com. Enjoy!
( Many thanks to Gordon Williams. Awesome job. )