touchtimer: add screenshots and describe the usage

pull/1183/head
crazysaem 2021-12-27 21:27:33 +00:00
parent 8bbed23dc8
commit bf345e53b8
10 changed files with 28 additions and 2 deletions

View File

@ -5068,11 +5068,12 @@
"name": "Touch Timer",
"shortName": "Touch Timer",
"version": "0.01",
"description": "Quickly and easily create a timer touch-only.",
"description": "Quickly and easily create a timer with touch-only input. The time caan be easily set with a number pad.",
"icon": "app.png",
"tags": "tools",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"screenshots": [{"url":"0_light_timer_edit.png"},{"url":"1_light_timer_ready.png"},{"url":"2_light_timer_running.png"},{"url":"3_light_timer_finished.png"}],
"storage": [
{ "name": "touchtimer.app.js", "url": "app.js" },
{ "name": "touchtimer.img", "url": "app-icon.js", "evaluate": true }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,3 +1,28 @@
# Touch Timer
Quickly and easily create a timer touch-only.
Quickly and easily create a timer with touch-only input. The time caan be easily set with a number pad.
## How to
- First input the timer time via the input buttons
- If you need to correct the time, press "<-".
- If the timer time is correct, press "OK".
- If you have accidentially pressed "OK", press "STOP" to go cancel.
- Press "START" to start the timer, if the time is correct.
- The timer will run the time until 0. Once it hits zero the watch will buzz for 1 second every 5 seconds for a total of 10 times, or until you press "STOP"
## Screenshots
### Light Theme
![](0_light_timer_edit.png)
![](1_light_timer_ready.png)
![](2_light_timer_running.png)
![](3_light_timer_finished.png)
### Dark Theme
![](0_dark_timer_edit.png)
![](1_dark_timer_ready.png)
![](2_dark_timer_running.png)
![](3_dark_timer_finished.png)