How can i add around rolling calendar in watch face studio? Like shown in the image.
This is a bit difficult because each month has a different number of days.
So you need 4 images one for 28 days, 29 days, 30 days and 31 days and be sure to include the previous month’s last for days and next month’s first two days
And a string of tags for the rotation angle
For example
([DAY_1_31] == 21 ) ? 90 : ([DAY_1_31] == 22 ) ? 90 : 0
That is how I’d try to do it. It works in a text box.
Ron
Samsung Developer Relations
That image imitates date ring of mechanical watches. Such ring has always numbers 1 to 31. So you would have to make one image with numbers and another image with frame above it.
Then let the date ring image rotate with expression. something like this:
The -2 is correction for the starting angle (my image was not made perfectly aligned with one at 3h). Since your image will have another direction of growing numbers, there would need to come negative sign before the expression.
I sure made it more complicated than necessary. your formula worked great for my experiment.
Ron
Samsung Developer Relations