Page 1 of 1
How to add 24h icon
Posted: 26 Jun 2025, 14:47
by SleepyHollow
Hello to all. Can someone help me how i can add 24h icon in to a watchface for balance with sasha editor? Thank you.
Re: How to add 24h icon
Posted: 26 Jun 2025, 16:01
by asoo
SleepyHollow wrote: 26 Jun 2025, 14:47
Hello to all. Can someone help me how i can add 24h icon in to a watchface for balance with sasha editor? Thank you.
You can do this in several ways, but the easiest way is
You draw the 24 icon on the Background
And conversely, when you use the 12H format, you simply create an AM PM image with the same background as the background . and bring AM PM icon show top on Background
Or if you want to display a 24H icon when using 24H time format, you will need to do so using a custom script.
This is a sample dial where I use custom script to display the 24H icon when 24h time format is selected.
https://amazfitwatchfaces.com/balance/view/1474
PS. This type of script can be written in many ways depending on the creativity of each person.
As for writing scripts, I can't give any advice. If you are interested, you will have to study more on your own. The language used to write scripts is javascript.