krysiu / brewtrolleralpha

Automatically exported from code.google.com/p/brewtrolleralpha
0 stars 0 forks source link

Change Timer Format #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Have the Timer always display hh:mm:ss

Original issue reported on code.google.com by keith.mycek on 1 Sep 2010 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by shimodabt@gmail.com on 16 Sep 2010 at 3:01

GoogleCodeExporter commented 9 years ago
This check in contains 3 modification groups: 
-1: to display timer in the format of hh:mm:ss in Mash and Boil screen. 

Note that for some EEPROM constraints (update frequency limitation, preference 
not to change the data type for larger ones, code size limitation, and maybe 
lack of creativity) timers in Mash and Boil screens can be seen in hh:mm:ss 
format but can only by edited in hh:mm. 

Timer maximum value have been revised as follow: 
- Mashing: 119 minutes, 
- Boilling 179 minutes, 
- Start Delay 23h59min, 
- Boil lenght 179 min, 
- all mashing schedule timers to 119 minutes. 

This ensure better display consistency (avoiding truncated values on large 
value) but should leave enough time for a user brew a batch (or even screw it)! 

Original comment by shimodabt@gmail.com on 18 Sep 2010 at 3:17