Designing a new face, I’m trying to find a way to tag expressions and I can not make it work properly appreciate the help of someone who knows how to operate it. I leave a screenshot with yellow lines to understand how I want to rotate clock hands.
@GRR In a watch I was working on, I used the following equation to solve this (on the indicator’s rotation property)
Rotation:
(((#BLN#/100)*150)-75)
Using the BLN, which is an integer of battery between 0-100, and dividing it by 100 to get a decimal value. Then I multiply that by my max rotation value. In this example I also offset it (-75) for my particular design.
IT WORKED!! But only you can make it work with # BLN #, when I use it with # PBN # to the battery of the phone does not work … I have to modify the code or TAG?