Closed daschr closed 2 years ago
Thank you for your contribution. And please read how to contribute?
And please give me a brief description of this watch in case it is added to the Official document.
E.g How to read the time(hour and minute) and where does the number of steps appear?
And please give me a brief description of this watch in case it is added to the Official document.
E.g How to read the time(hour and minute) and where does the number of steps appear?
Since a monotimer-clock has only a single hand, you read both the hours and minutes from the position of it. First, you read the hours by finding the nearest hour from the left (clockwise) of the hand. Then you read the Minutes by looking at the ticks between the hour tick and the hand. The smallest tick stands for a 5 minute intervall, the next bigger one for 15 minutes and the biggest one for 30 minutes (see image). For example, the clock from the image shows the time between 9:25 and 9:30.
The steps are displayed in the center of the clock. If the daily step goal is reached, the text color changes from InfoColor to SucessColor.
Hi!
I've created a monotimer watchface.
Would be nice if you review and (maybe) merge it.
Cheers,
David