BangleApps/apps/widgps
Erik Andresen d20b52ee79 widgps: add intervall to update the widget
Periodically update so the always on display does show current GPS fix
2022-05-07 10:39:28 +02:00
..
ChangeLog widgps: add intervall to update the widget 2022-05-07 10:39:28 +02:00
README.md GPS widget: show fix status 2022-02-14 11:59:15 +01:00
metadata.json widgps: add intervall to update the widget 2022-05-07 10:39:28 +02:00
widget.js widgps: add intervall to update the widget 2022-05-07 10:39:28 +02: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)