1
0
Fork 0
BangleApps/apps/widtmr
David Peer b8215908a6 Expose timer functions for other apps. Updated notanalog and lcars to use this lib. 2022-02-25 17:55:47 +01:00
..
ChangeLog Renaming 2022-02-25 17:14:19 +01:00
README.md Expose timer functions for other apps. Updated notanalog and lcars to use this lib. 2022-02-25 17:55:47 +01:00
app-icon.js Renaming 2022-02-25 17:14:19 +01:00
app.js Expose timer functions for other apps. Updated notanalog and lcars to use this lib. 2022-02-25 17:55:47 +01:00
app.png Renaming 2022-02-25 17:14:19 +01:00
metadata.json Renaming 2022-02-25 17:14:19 +01:00
screenshot.png Renaming 2022-02-25 17:14:19 +01:00
widget.js Expose timer functions for other apps. Updated notanalog and lcars to use this lib. 2022-02-25 17:55:47 +01:00

README.md

Timer Widget

This is a fork of the Chrono Widget, but implements a simpler UI which to be able to set a timer faster with less interaction. Additionally, it exposes some functions that can be used by other apps or clocks to easily implement a timer. It is used e.g. by lcars or notanalog.

Lib

Different functions are exposed to integrate a timer into your own app.

Example:

WIDGETS["widtmr"].isStarted();
WIDGETS["widtmr"].reload();
WIDGETS["widtmr"].getRemainingMinutes();

Creator

David Peer forked from Purple-Tentacle