Pagina 1 di 1
Seconds don't update completely
Inviato: 18 set 2019, 22:19
da MikeMJ
I have created a watchface for my AmazFit Bip that displays hours, minutes, and seconds in large digits.
Unfortunately, when I sync this watchface to my watch, only the top half of the digits for the seconds field update!
I've tried using the same size digits that are used for the hours and the minutes, and I'm now using reduced-size digits (80%). The same effect happens with both sizes.
Can anybody diagnose the problem, or suggest a fix?
Re: Seconds don't update completely
Inviato: 19 set 2019, 01:00
da asoo
MikeMJ ha scritto: 18 set 2019, 22:19
I have created a watchface for my AmazFit Bip that displays hours, minutes, and seconds in large digits.
Unfortunately, when I sync this watchface to my watch, only the top half of the digits for the seconds field update!
I've tried using the same size digits that are used for the hours and the minutes, and I'm now using reduced-size digits (80%). The same effect happens with both sizes.
Can anybody diagnose the problem, or suggest a fix?
if you use seconds image higher than 24x24 pix you must to use seconds hand to refresh the screen. Seconds image will show correctly
- Add seconds hand ( analog seconds )
- change a little layout
------------------------------------------------------------------------------------------------------------------------------
- Add seconds hand ( analog seconds )
- change a little layout
- change size seconds same as hour / minute
Re: Seconds don't update completely
Inviato: 19 set 2019, 20:45
da ev3c
Hello asoo
I have this problem when I the seconds tens and ones vertically.
Do you say I have to add this code (seconds hand) to fix it ???
"AnalogDialFace": {
"Seconds": {
"OnlyBorder": false,
"Color": "0xFF0000",
"Center": {
"X": 126,
"Y": 35
},
"Shape": [
{
"X": 1,
"Y": 1
},
{
"X": 1,
"Y": 1
},
{
"X": 1,
"Y": 1
},
{
"X": 1,
"Y": 1
}
]
}
}
Do you know where I can find an amazfit bit manual to create watchfaces, or a document with
all the parameters I can use in the json code ?
I'm reading different unpacket .bin watchfaces to see how it works, but maybe there is a manual
or something similar.
Thanks !
Re: Seconds don't update completely
Inviato: 20 set 2019, 01:12
da asoo
ev3c ha scritto: 19 set 2019, 20:45
Hello asoo
1. I have this problem when I the seconds tens and ones vertically.
Do you say I have to add this code (seconds hand) to fix it ???
2. Do you know where I can find an amazfit bit manual to create watchfaces, or a document with
all the parameters I can use in the json code ?
I'm reading different unpacket .bin watchfaces to see how it works, but maybe there is a manual
or something similar.
Thanks !
1. If your seconds image do not higher than 24x24 you can use it with out "seconds hand" but seconds image higher than 24x24 pix you must to use " seconds hand " to refresh you screen .
2. I do not have a manual either. I learned the "Jason" command set from trial and error. I searched most of the information on this website for trial and error.
Re: Seconds don't update completely
Inviato: 20 set 2019, 02:21
da MikeMJ
]asoo,
Thank you very much for your help! I now have exactly the watch face I wanted.
Re: Seconds don't update completely
Inviato: 20 set 2019, 19:13
da ev3c
Hi asoo.
I've the problem with small images 11x23 but vertically.
Then I've write the seconds hand in my json and now it works fine.
https://amazfitwatchfaces.com/search/bip/author/ev3c
tx!