BangleApps/apps/widgps
Marco H 4cb847fa11 GPS widget: show fix status 2022-02-14 11:59:15 +01:00
..
ChangeLog GPS widget: show fix status 2022-02-14 11:59:15 +01:00
README.md GPS widget: show fix status 2022-02-14 11:59:15 +01:00
metadata.json GPS widget: show fix status 2022-02-14 11:59:15 +01:00
widget.js GPS widget: show fix status 2022-02-14 11:59:15 +01:00
widget.png added gps and hrm power status widgets 2021-02-12 20:34:10 +00:00

README.md

GPS Power Status Widget

A simple widget that shows the on/off and fix status of the GPS.

The GPS can quickly run the battery down if it is on all the time so it is useful to know if it has been switched on or not.

  • Uses Bangle.isGPSOn()
  • Shows in grey when the GPS is off
  • Shows in amber when the GPS is on but has no fix
  • Shows in green when the GPS is on and has a fix

Written by: Hugh Barney For support and discussion please post in the Bangle JS Forum

Extended by Marco (myxor)