DxP
-
- Administrator
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
[Tutorial] How to create WFZ watchfaces for Stratos 3 (new style / GTRWidget)
Moderators: asoo, Internal error
- COM-D
- Posts: 15
- Joined: 23 Oct 2020, 10:30
- Location: Россия
- Has thanked: 2 times
- Been thanked: 1 time
- Contact:
fcaronte, I also noticed this new code in your watch face.
Thank you.
DxP, this should definitely be added to your manual.
It is very interesting! New opportunities.-<WatchFaceComponent type="datehand">
<Item config="@wfz/dateHands/day.png" type="day" y="125" x="125" a1="348" a0="0" yCenter="3" xCenter="-23"/>
</WatchFaceComponent>
Thank you.
DxP, this should definitely be added to your manual.
- DxP
- Posts: 41
- Joined: 10 Jun 2020, 19:31
- Location: Germany
- Has thanked: 2 times
- Been thanked: 18 times
- Contact:
Thanks guys, Tutorial updated....
Please be so kind and check my changes for errors .... I'm currently on the move and can't try anything
New entrys:
Please be so kind and check my changes for errors .... I'm currently on the move and can't try anything
New entrys:
- WatchFaceComponent "datehand" - (provides pointers to show date)
- WatchFaceComponent "pointer" - (provides pointer to show various values)
- WatchFaceComponent "progress"
- COM-D
- Posts: 15
- Joined: 23 Oct 2020, 10:30
- Location: Россия
- Has thanked: 2 times
- Been thanked: 1 time
- Contact:
I want to share my experience.
WatchFaceComponent type="datehand" - displays date with pointers
This pointer can be used only as a last resort. This can be done - when it does not cross other digital pointers. As in the watchface by fcaronte.
I've tried this. I could not cover it so that other numbers were not covered.
The code for the "mask" - WatchFaceComponent type = "icon", doesn't work. It only covers the background.
Code for "mask" - Item type = "colon_hm" covers everything (datehand Digital time, steps)
Or the author needs to do so that the WatchFaceComponent type = "datehand" indicator merges with the background so that it cannot be seen.
Therefore, its application is now very specific, and a little limited.
WatchFaceComponent type="datehand" - displays date with pointers
This pointer can be used only as a last resort. This can be done - when it does not cross other digital pointers. As in the watchface by fcaronte.
I've tried this. I could not cover it so that other numbers were not covered.
The code for the "mask" - WatchFaceComponent type = "icon", doesn't work. It only covers the background.
Code for "mask" - Item type = "colon_hm" covers everything (datehand Digital time, steps)
Or the author needs to do so that the WatchFaceComponent type = "datehand" indicator merges with the background so that it cannot be seen.
Therefore, its application is now very specific, and a little limited.
-
[email protected]
- WF maker
- Posts: 7
- Joined: 15 Sep 2019, 14:38
- Location: Poland
- Has thanked: 3 times
- Contact:
Can you describe? Because for me it doesn't work on Stratos3.fcaronte wrote: 18 Oct 2020, 21:23About weather, as now is working correctly if you use AmazMod to push the weather to clock (need AmazMod service on watch too). I'm using it on my Stratos 3.
I have my own key from https://openweathermap.org/api in AmazMod / GreatFit / Calendar / Weather, but the weather for new widgets is not displayed
<WatchFaceComponent type = "gtrwidget" id = "5" dataType = "1048584">
I also did not find any dial on the S3 that shows the weather.
The weather works on Verge.
Hi All,
I have an interesting problem.
I'd like to display calories circle progress bar, but the maximum is not the target set in Zepp for Stratos 3, but always permanent 300 cal.
Do you have any ideas?
I have an interesting problem.
I'd like to display calories circle progress bar, but the maximum is not the target set in Zepp for Stratos 3, but always permanent 300 cal.
Code: Select all
<WatchFaceComponent type="gtrwidget" dataType="4">
<Item type="Arc" xCenter="236" yCenter="159" rx="46" ry="46" color="-256" size="4" cap="0" a0="0" a1="360"/>
</WatchFaceComponent>
- fcaronte
- WF maker
- Posts: 2
- Joined: 03 May 2019, 18:17
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
I never try, but try to check zepp app under Stratos 3 setting, "activity" there is the "cal" goal to set and I think it will sync with the Wfzmato wrote: 27 May 2021, 06:13Hi All,
I have an interesting problem.
I'd like to display calories circle progress bar, but the maximum is not the target set in Zepp for Stratos 3, but always permanent 300 cal.
Do you have any ideas?Code: Select all
<WatchFaceComponent type="gtrwidget" dataType="4"> <Item type="Arc" xCenter="236" yCenter="159" rx="46" ry="46" color="-256" size="4" cap="0" a0="0" a1="360"/> </WatchFaceComponent>
I tried, but it doesn't affect it.fcaronte wrote: 27 May 2021, 11:20I never try, but try to check zepp app under Stratos 3 setting, "activity" there is the "cal" goal to set and I think it will sync with the Wfz
According to the chart, the goal is 300.
But, as I noticed, the Stratos 3’s factory data sheet doesn’t show calorie progress well either.
In Zepp, I set 600 calories as my daily goal, Zepp is syncronized with my watch, yet it’s like the goal is 400.

Maybe it's also a firmware bug?
I have already initiated many bugfix requests about the current firmware of the Stratos 3 at Amazfit Support, but they always close the topic by saying “Since the current firmware of the Stratos 3 now performs stably, so there is no plan for a new OTA update in short term."
Tragic, disappointing attitude from the Amazfit team. :-/
- COM-D
- Posts: 15
- Joined: 23 Oct 2020, 10:30
- Location: Россия
- Has thanked: 2 times
- Been thanked: 1 time
- Contact:
I have already faced this problem. This is a watch software bug. On Stratos 3, this value is always 300. And it doesn't sync with Zepp. It is also not possible to change it in the settings.
For some reason, you have a calorie goal in the screenshot - 400
I am surprised.
For some reason, you have a calorie goal in the screenshot - 400
I am surprised.
Thanks for the information COM-D, then I won't deal with this dial component because it makes no sense.COM-D wrote: 27 May 2021, 14:51I have already faced this problem. This is a watch software bug. On Stratos 3, this value is always 300. And it doesn't sync with Zepp. It is also not possible to change it in the settings.
It's a waste.
- DxP
- Posts: 41
- Joined: 10 Jun 2020, 19:31
- Location: Germany
- Has thanked: 2 times
- Been thanked: 18 times
- Contact:
It all seems to be working fine for me. I have set a target of 500 Kcal in the Zepp app and this is also displayed correctly by the watch. Only the values between the clock and the app are never correct. The clock always shows more than the counter in the app.
Hmm.DxP wrote: 06 Jun 2021, 08:29Watch: ROM: 4.2.8.0 + Amazmod
Zepp-App Version: 5.12.2 - Alorithmus: 2.8.10
All the same at me, but it doesn't work well.
Well, gentlemen,
I paired the watch with my old iPhone and it turned out a few things.
The Android version of Zepp doesn’t, but the iPhone version can set the daily calorie target on Stratos 3.
The factory data sheet is correct, the diagram shows the situation well.
But on self-made watch faces, the daily target is still 300.
I paired the watch with my old iPhone and it turned out a few things.
The Android version of Zepp doesn’t, but the iPhone version can set the daily calorie target on Stratos 3.
The factory data sheet is correct, the diagram shows the situation well.
But on self-made watch faces, the daily target is still 300.
Hi guys,
I feel like the unique dial design of the Stratos 3 watches is exhausted, the big masters can’t bring in a new design either.
Many of my acquaintances say that they chose the GTR watch because it has a nicer dial.
Bullshit.
Lately, I’ve been embroiled in a terribly hard job: popular GTR47 watch faces redisign for Stratos 3.
Okay, there’s a converter known to all of us for this, which is awesome, since we can learn a lot from the converted source code.
However, in most cases, nothing is where it should be, especially the dinamic text areas are misaddressed. These can be reworked, although it is a big job.
The other problem is the 3-bit 8c display.
For me, it is a requirement that a watch face be enjoyable in 3 bit color depth as well.
I use free software to design all the dial surfaces. (Paint dot net, Notepad ++)
There is a poor-looking but more useful web option for converting graphics to 3-bit:
http://mncaudill.github.io/3bitdither/
This, in turn, cannot handle pixel transparency, which is important because Stratos 3 does not know transparency in lo-fi mode.
I have to fix everything for the lo-fi mode pixel by pixel.
How do you solve 3-bit graphics?
Thanks in advance,
mato
I feel like the unique dial design of the Stratos 3 watches is exhausted, the big masters can’t bring in a new design either.
Many of my acquaintances say that they chose the GTR watch because it has a nicer dial.
Bullshit.
Lately, I’ve been embroiled in a terribly hard job: popular GTR47 watch faces redisign for Stratos 3.
Okay, there’s a converter known to all of us for this, which is awesome, since we can learn a lot from the converted source code.
However, in most cases, nothing is where it should be, especially the dinamic text areas are misaddressed. These can be reworked, although it is a big job.
The other problem is the 3-bit 8c display.
For me, it is a requirement that a watch face be enjoyable in 3 bit color depth as well.
I use free software to design all the dial surfaces. (Paint dot net, Notepad ++)
There is a poor-looking but more useful web option for converting graphics to 3-bit:
http://mncaudill.github.io/3bitdither/
This, in turn, cannot handle pixel transparency, which is important because Stratos 3 does not know transparency in lo-fi mode.
I have to fix everything for the lo-fi mode pixel by pixel.
How do you solve 3-bit graphics?
Thanks in advance,
mato
Last edited by mato on 11 Jul 2021, 07:51, edited 2 times in total.
Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me
I do not have legal Adobe PS, I use only free softwares, so it is no option for me
- fcaronte
- WF maker
- Posts: 2
- Joined: 03 May 2019, 18:17
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
If you want use free software you can use "gimp" I was using together with Photoshop when I convert PNG to 8c and some time gimp get better results, give it a try!mato wrote: 18 Jul 2021, 17:40Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me![]()
Who is online
Users browsing this forum: No registered users and 1 guest

