added written by hugh barney to all my apps as waypointer moto mis-atributed it to someone else

pull/1433/head
hughbarney 2022-02-11 22:41:58 +00:00
parent 03c408cb0c
commit 6cad86c211
11 changed files with 46 additions and 0 deletions

View File

@ -43,3 +43,7 @@ charge.
This app is based in the work done by [jeffmer](https://github.com/jeffmer/JeffsBangleAppsDev) This app is based in the work done by [jeffmer](https://github.com/jeffmer/JeffsBangleAppsDev)
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -107,3 +107,8 @@ try {
* Some useful code on Github can be found [here](https://portal.u-blox.com/s/question/0D52p0000925T00CAE/ublox-max-m8q-getting-stuck-when-sleeping-with-extint-pin-control) * Some useful code on Github can be found [here](https://portal.u-blox.com/s/question/0D52p0000925T00CAE/ublox-max-m8q-getting-stuck-when-sleeping-with-extint-pin-control)
and [here](https://github.com/thasti/utrak/blob/master/gps.c) and [here](https://github.com/thasti/utrak/blob/master/gps.c)
Written by: [Hugh Barney, with support from Gordon Williams](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -280,3 +280,8 @@ The following error codes will be displayed if one of the dependancies is not me
* Add a small graph to the heart rate monitor app * Add a small graph to the heart rate monitor app
* Add a facility to call the Arrow calibration process * Add a facility to call the Arrow calibration process
* Maybe create waypoints.json file if missing * Maybe create waypoints.json file if missing
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -3,6 +3,7 @@
"name": "Simplest Clock", "name": "Simplest Clock",
"version": "0.06", "version": "0.06",
"description": "The simplest working clock, acts as a tutorial piece", "description": "The simplest working clock, acts as a tutorial piece",
"readme": "README.md",
"icon": "simplest.png", "icon": "simplest.png",
"screenshots": [{"url":"screenshot_simplest.png"}], "screenshots": [{"url":"screenshot_simplest.png"}],
"type": "clock", "type": "clock",

View File

@ -34,3 +34,7 @@ clothing catches it.
is 160*160 and is larger than required. The reason for this is that is 160*160 and is larger than required. The reason for this is that
I plan to use this watch face with others in a multiclock format I plan to use this watch face with others in a multiclock format
and want to be able to reuse the arrayBuffer with other clocks. and want to be able to reuse the arrayBuffer with other clocks.
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -15,3 +15,8 @@ Reminiscent of a Telegram or Turing machine tape.
**Swipe Left** - move forward to the next app icon **Swipe Left** - move forward to the next app icon
**Swipe Right** - move backwards (to the left) to the previous app **Swipe Right** - move backwards (to the left) to the previous app
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -59,3 +59,8 @@ on the second line of the watch.
## Future Enhancements ## Future Enhancements
* Ability to turn on the heart rate monitor and display the rate on the info line * Ability to turn on the heart rate monitor and display the rate on the info line
* Maybe a simple stopwatch capability * Maybe a simple stopwatch capability
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -174,3 +174,7 @@ The majority of the code in this application is a merge of
[jeffmer's](https://github.com/jeffmer/JeffsBangleAppsDev) GPS [jeffmer's](https://github.com/jeffmer/JeffsBangleAppsDev) GPS
Navigation and Compass Navigation Applications. Navigation and Compass Navigation Applications.
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -9,3 +9,8 @@ aware.
- Uses Bangle.isCompassOn(), requires firmware v2.08.167 or later - Uses Bangle.isCompassOn(), requires firmware v2.08.167 or later
- Shows in grey when the compass is off - Shows in grey when the compass is off
- Shows in amber when the compass is on - Shows in amber when the compass is on
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -8,3 +8,7 @@ it is useful to know if it has been switched on or not.
- Uses Bangle.isGPSOn() - Uses Bangle.isGPSOn()
- Shows in grey when the GPS is off - Shows in grey when the GPS is off
- Shows in amber when the GPS is on - Shows in amber when the GPS is on
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)

View File

@ -6,3 +6,7 @@ Monitor.
- Uses Bangle.isHRTOn(). Requires firmware v2.08.167 or later. - Uses Bangle.isHRTOn(). Requires firmware v2.08.167 or later.
- Shows in grey when the HRT is off - Shows in grey when the HRT is off
- Shows in red when the HRT is on - Shows in red when the HRT is on
Written by: [Hugh Barney](https://github.com/hughbarney) For support
and discussion please post in the [Bangle JS
Forum](http://forum.espruino.com/microcosms/1424/)