forked from FOSS/BangleApps
|
||
---|---|---|
.. | ||
ChangeLog | ||
README.md | ||
app-icon.js | ||
app.js | ||
app.png | ||
metadata.json | ||
screenshot.png | ||
widget.js |
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