Commit Graph

9 Commits (cad2ffe28385c45053e49b908f5a099852e19fe8)

Author SHA1 Message Date
Brendan Hubble 599f20aca9 touchtimer: FIX countdown buzz to be in last 5 seconds
- The countdown buzz was happening on each minute and not only on the
  last 5 seconds
2022-03-29 19:03:14 +11:00
Brendan Hubble e76535fece touchtimer: ADD 5 second count down buzzer
- This is a configurable option (Default is off) for the timer to buzz
  each second when there are 5 seconds left.
2022-03-23 18:53:47 +11:00
Brendan Hubble 5e92ec24df touchtimer: ADD ability to repeat the timer
- By adding the REPEAT value at the end of buzzCount loop it allows for
  finshed to be shown for the full buzzCount before it changes the text
  to REPEAT
2022-03-22 09:23:35 +11:00
crazysaem 3150fc7536 touchtimer: add settings 2022-01-02 21:01:49 +00:00
crazysaem 3db8bd43c8 touchtimer: calculate time based on actual input, and only convert to 60m/60s afterwards. Clean up code. 2022-01-02 20:42:09 +00:00
crazysaem e40648ac3b touchtimer: disable debug output 2021-12-27 21:28:44 +00:00
crazysaem 8bbed23dc8 touchtimer: add actual timer functionality 2021-12-27 21:08:27 +00:00
crazysaem 62b3cf0796 touchtimer: add all main buttons and create click handlers 2021-12-23 22:56:08 +00:00
crazysaem a382c6bd4f touchtimer: initial creation 2021-12-22 22:28:51 +00:00