Anyone having examples how to make rounded fonts and how to calculate batterylife in days and hours format?
Anyone having examples how to make rounded fonts and how to calculate batterylife in days and hours format?
I can't recall anyone posting rounded fonts, and I think what you need really depends on your own app.
As far as battery life in days, it's really something you need to monitor and calculate yourself.
Let's say you saw the battery life drop 20% in 24 hours, and it's at 60% right now, you got about 3 days, but then if you start up something with GPS for 8 hours, after 32 hours you could have dropped 45%, and be at 35%, meaning the 3 days is now under 2, so it changes based on what you're doing
Thanks jim! I expected you to answer. Batterylife I could yes calculate, so would you suggest to store values and then make calculations based on that?
the rounded fonts seen on many watchfaces what would be needed to achieve that?
The simplest thing is just at the top of each hour, save the battery level to Application.Storage (the key could be the hour number) so you build up to 24 hrs of data, and calculate it based on that. You have to add smarts for those times you're WF isn't running, charging happens, etc