BangleApps/apps/touchtimer/README.md

29 lines
954 B
Markdown
Raw Normal View History

2021-12-22 22:28:51 +00:00
# Touch Timer
2021-12-27 21:30:51 +00:00
Quickly and easily create a timer with touch-only input. The time can 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.
2022-01-02 21:01:49 +00:00
- The timer will run the time until 0. Once it hits zero the watch will buzz for 1 second every 1 seconds for a total of 3 times, or until you press "STOP"
- -> The number of buzzes, the buzz duration, and the pause between buzzes is configurable in the settings app
## 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)