Open-Smartwatch / open-smartwatch-os

The Open-Smartwatch Operating System.
https://open-smartwatch.github.io
GNU General Public License v3.0
998 stars 163 forks source link

Add Monotimer Watchface #288

Closed daschr closed 2 years ago

daschr commented 2 years ago

Hi!

I've created a monotimer watchface. monotimer.png

Would be nice if you review and (maybe) merge it.

Cheers,

David

RuffaloLavoisier commented 2 years ago

Thank you for your contribution. And please read how to contribute?

RuffaloLavoisier commented 2 years ago

image

RuffaloLavoisier commented 2 years ago

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?
daschr commented 2 years ago

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?

image

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.