touchtimer: add screenshots and describe the usage
|
|
@ -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 }
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
|
@ -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
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
### Dark Theme
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||