Is there a tool that allows stepping quickly through time values?

So I want my minutes to show up in a circle. I’m not sure if all values 00-59 will fit in the circle given a set font size.

Is there some tool or test code ( to comment out after I’m done say ) in CloudPebble that would allow me to step through the value of “minutes” quickly? Then I could see if some value of minutes doesn’t fit in the circle.

At the moment I think I may set the value of minutes to seconds. That’s about what a slider or up down arrow tool for setting the minutes would do.

I thought to ask given Samsung Watch Face Studio and Facer Creator have such things. Of course, I don’t have such a thing when I’m making these HTML/Javascript faces.

https://tudza.org/faceList.html

1 Like

Yeah, setting minutes to seconds will do. Only takes a minute sitting and watching to see if the numbers fit the circle.

I need to set the x and y coordinates for minutes because the circle moves depending on the hour. Case statement, I know how to do that.

Test at the moment looks like this. Hours are numbers 1-9, A-C. A product of my annoyance that the spacing from the circle edge for 10 and 11 often looks weird on a face while 1-9 and 12 look fine. I made a series of clocks I call 369C using this scheme.

1 Like