Battery, Step and BPM Hands / Pointers

This is my new watch face, and I’d like to ask: Is it possible to create a step counter, battery indicator, and heart rate monitor like this in Watch Face Studio? Are there any specific tutorials on how to do it? I can’t seem to find any guides online

1 Like

For example, when the watch shows 78% battery, the hand also points to the 78% mark on the progress bar

1 Like

Yes it is very possible. You put a Hand image in an image layer. Have the image pointing vertically and the centre of the image the pivot point of the hand. You need to wok out the maximum angle of travel and the angle of the start point. Then in the Rotation Field of the Image you have to scale the Variable for the motion of the hand.

So for the Battery hand it we would use.

270+[BATT_PER]/100*180

Give it a go see how you get on.

.

1 Like

Here is my test Fake Zipped . Download it and Just delete .zip .

.

batt_hand_test.wfs.zip (542.8 KB)

1 Like

Maybe not direct tutorials, but there were threads with this same topic, for example:

1 Like

Thank you all so much for your help!

1 Like