Watch Battery Level

Hello!

I want to creat a battery level with a Hand. The hand need to turn only in 90°

It is possible?

Thanks in advance

Yes, it’s possible. Here’s the rough outline of the steps:

  1. Use the counter that will give a battery level integer (0-100).
  2. Divide that number by 100 to get the percentage.
  3. Multiple the percentage by 90 - this gives the portion of the 90 degree arc you want to place the hand - i.e., 100% might be a 12:00 and 0% at 3:00. 50% would be between 1 and 2.
  4. Add the appropriate amount to get the starting location for 100%.

That should get you started - if you need help post a link to your watchface.

LS

Thank you Ispiers!

I I can’t!

Do you have the formul please?

I’ve find !

(310+((#BLN#/100)*105))

Thank you!

1 Like