Here is my own watchface… implementating almost every feature available. “Including work arounds”
Complication change color through theams
color masking of dials, and hands
text resize of complications
analog world clock (only max 10 offset)
hidden digital clock (can be shown via style change)
heart rate
P.s lack animations and Aod mode
No time to explore. Also note this methods are good for personal use. Not sure will pass google if i am publishing to google
I putting this here so that if any question on how to do any of this u can ask me.
AOD is quite simple to achive. On WFS there is an AOD window and you just can hide everything you dont like for instance steps, heartrate etc.
I guess the red, blue, and green are the hands. How do you have done it to move around at the ‘end’? I made a picture with 3D Paint and x;y pixels and made a circle at the very end that moves around on mine.
I mean the white dot. Is there a better solution to it? Don’t know how the battery usage is if you move an image around or if it doesn’t actually matter.
For the HR did you just put [HR] in there or is there anything else?
If you want to make a dot, that circles around the screen with for example seconds, it can be also made as progress bar with rounded endings, set to fixed value like 0.1, background to 0%, centered and rotation set to 0+[SEC]*6
If you want to make that circling a smooth movement, there is no other choice than to make a transparent image with dot in the top center position (at 12h) and use that image as seconds hand. WFS can not provide smooth movement to any other element than seconds hand. The tag [SEC_MSEC] is not refrereshed, as one would have expected, with milliseconds, but maybe 5 or 10 times a second and any element movement related to it is visibly jerky.
Thanks for your explanation very much appreciated.
At this point it is just a matter of battery usage. I want to make my WFS as less draining as possible. So I need to know which process will be used more and therefore drains the battery more.
The current state of my dot is as you described by an image lets say 20x225 where there is only a dot on the top, image is loaded as an analog hand that rotates. If this is the best thing, I will stick to it.