DxP
-
- 管理员
-
-
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)
版主: asoo, Internal error
Try to give a check to my last Sam watch V2 for stratos3, we found the dayHands usage with a "mask" and maybe you can update the guide
.
DxP
DxP
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.
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"
DxP in the WatchFaceComponent "pointer" in the frame with the code, the description text is mixed. And the section <WatchFaceComponent type = "progress"
Should be corrected.

Should be corrected.

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
- 帖子: 7
- 注册时间: 15 9月 2019, 14:38
- 来自: Poland
- Has thanked: 3 time
- 联系:
Can you describe? Because for me it doesn't work on Stratos3.fcaronte 写了: 18 10月 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.
代码: 全选
<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 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 写了: 27 5月 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?代码: 全选
<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 写了: 27 5月 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. :-/
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 写了: 27 5月 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.
Yes, I try to investigate and can confirm is a firmware bug, and yes huami practically discarded our android based watch 
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.
It’s strange.
Can you take a screenshot?
What version of Zepp do you have? Maybe the problem is not with the watch software, but with the Zepp app?
Can you take a screenshot?
What version of Zepp do you have? Maybe the problem is not with the watch software, but with the Zepp app?
Hmm.DxP 写了: 06 6月 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.
Yes probably is one of the ignored bug from Huami Dev team 
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
上次由 mato 在 11 7月 2021, 07:51,总共编辑 2 次。
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 写了: 18 7月 2021, 17:40Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me![]()
在线用户
正浏览此版面之用户: 没有注册用户 和 1 访客
