• 管理员
  •  
    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)

This forum contains step by step guides, complete manuals and instructions.

版主: asooInternal error

头像
fcaronte
WF maker
帖子: 2
注册时间: 03 5月 2019, 18:17
Has thanked: 1 time
Been thanked: 4 time
联系:

帖子 fcaronte »

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
头像
COM-D
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

fcaronte, I also noticed this new code in your watch face.
-<WatchFaceComponent type="datehand">
<Item config="@wfz/dateHands/day.png" type="day" y="125" x="125" a1="348" a0="0" yCenter="3" xCenter="-23"/>
</WatchFaceComponent>
It is very interesting! New opportunities.
Thank you.
DxP, this should definitely be added to your manual.
头像
DxP
帖子: 41
注册时间: 10 6月 2020, 19:31
来自: Germany
Has thanked: 2 time
Been thanked: 18 time
联系:

帖子 DxP »

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:
  • WatchFaceComponent "datehand" - (provides pointers to show date)
  • WatchFaceComponent "pointer" - (provides pointer to show various values)
Additional informations added
  • WatchFaceComponent "progress"
头像
COM-D
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

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.

图片
头像
DxP
帖子: 41
注册时间: 10 6月 2020, 19:31
来自: Germany
Has thanked: 2 time
Been thanked: 18 time
联系:

帖子 DxP »

Ups...I forget a tag.... fixed - thanks.
头像
COM-D
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

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.
[email protected]
WF maker
帖子: 7
注册时间: 15 9月 2019, 14:38
来自: Poland
Has thanked: 3 time
联系:

帖子 [email protected] »

fcaronte 写了: 18 10月 2020, 21:23
About 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.
Can you describe? Because for me it doesn't work on Stratos3.
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.
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

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.

代码: 全选

<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>
Do you have any ideas?
头像
fcaronte
WF maker
帖子: 2
注册时间: 03 5月 2019, 18:17
Has thanked: 1 time
Been thanked: 4 time
联系:

帖子 fcaronte »

mato 写了: 27 5月 2021, 06:13
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.

代码: 全选

<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>
Do you have any ideas?
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 Wfz
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

fcaronte 写了: 27 5月 2021, 11:20
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 Wfz
I tried, but it doesn't affect it. :(
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
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

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.
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

COM-D 写了: 27 5月 2021, 14:51
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.
Thanks for the information COM-D, then I won't deal with this dial component because it makes no sense.
It's a waste. :(
头像
fcaronte
WF maker
帖子: 2
注册时间: 03 5月 2019, 18:17
Has thanked: 1 time
Been thanked: 4 time
联系:

帖子 fcaronte »

Yes, I try to investigate and can confirm is a firmware bug, and yes huami practically discarded our android based watch 😭
头像
DxP
帖子: 41
注册时间: 10 6月 2020, 19:31
来自: Germany
Has thanked: 2 time
Been thanked: 18 time
联系:

帖子 DxP »

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.
头像
COM-D
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

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?
头像
DxP
帖子: 41
注册时间: 10 6月 2020, 19:31
来自: Germany
Has thanked: 2 time
Been thanked: 18 time
联系:

帖子 DxP »

Watch: ROM: 4.2.8.0 + Amazmod
Zepp-App Version: 5.12.2 - Alorithmus: 2.8.10
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

DxP 写了: 06 6月 2021, 08:29
Watch: ROM: 4.2.8.0 + Amazmod
Zepp-App Version: 5.12.2 - Alorithmus: 2.8.10
Hmm.
All the same at me, but it doesn't work well. :(
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

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.
头像
fcaronte
WF maker
帖子: 2
注册时间: 03 5月 2019, 18:17
Has thanked: 1 time
Been thanked: 4 time
联系:

帖子 fcaronte »

Yes probably is one of the ignored bug from Huami Dev team 🤦🏻‍♂️
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

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
上次由 mato 在 11 7月 2021, 07:51,总共编辑 2 次。
头像
COM-D
帖子: 15
注册时间: 23 10月 2020, 10:30
来自: Россия
Has thanked: 2 time
Been thanked: 1 time
联系:

帖子 COM-D »

mato
How do you solve 3-bit graphics?
Adobe Photoshop has a feature to convert RGB color mode to Indexed Colors. There you choose the number of flowers - 8. Indexed colors have non-translucent pixels.
See screenshot. Marked in red.
Sorry that he is in Russian.

图片
头像
mato
WF maker
帖子: 0
注册时间: 29 10月 2020, 14:32
来自: Debrecen
Has thanked: 3 time
联系:

帖子 mato »

Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me :(
头像
fcaronte
WF maker
帖子: 2
注册时间: 03 5月 2019, 18:17
Has thanked: 1 time
Been thanked: 4 time
联系:

帖子 fcaronte »

mato 写了: 18 7月 2021, 17:40
Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me :(
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!
回复

回到 “Manuals and instructions”

在线用户

正浏览此版面之用户: 没有注册用户 和 1 访客