搜索找到 16 个匹配
- 10 2月 2020, 13:51
- 版面: Closed topics
- 主题: Verified authors ✅ (OLD)
- 回复总数: 541
- 阅读次数: 3354318
Re: Verified authors ✅
Finally! Would like to join the group as well.
- 02 2月 2020, 00:47
- 版面: Watchfaces tools
- 主题: Complete Json Syntax Guide for GTR
- 回复总数: 14
- 阅读次数: 30411
Re: Complete Json Syntax Guide for GTR
Reference work in progress.
- 31 1月 2020, 09:59
- 版面: Watchfaces tools
- 主题: Complete Json Syntax Guide for GTR
- 回复总数: 14
- 阅读次数: 30411
Complete Json Syntax Guide for GTR
This guide is meant for the py amazfit tool developed by dpeddi and co. Download the py_amazfit_tool fix array branch here: https://github.com/amazfitbip/py_amazfit_tools/tree/fix_array
Thanks dpeddi, loly and gthalpo for the continuous development on the py amazfit tool. You guys are amazing ...
Thanks dpeddi, loly and gthalpo for the continuous development on the py amazfit tool. You guys are amazing ...
- 16 1月 2020, 03:30
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Theres issue with the masking png file of the circle progress(making circle progress with dashed line).
Changing coordinate using in the circle progress element doesnt do anything(image will still render on the same position), and changing the color element will not render the png on the watch ...
- 16 1月 2020, 00:06
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Theres issue with the masking png file of the circle progress(making circle progress with dashed line).
Changing coordinate using in the circle progress element doesnt do anything(image will still render on the same position), and changing the color element will not render the png on the watch.
Changing coordinate using in the circle progress element doesnt do anything(image will still render on the same position), and changing the color element will not render the png on the watch.
- 01 1月 2020, 03:04
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
500kb is too big
but why is 500kb too big ? For me it seems there is something unnecessary in the bin-file.. or the images are rewritten NOT compressed (if I have 2 bigger images in, the .bin-size increases more than the filesize of the two bigger images!)..
Is there something that can ...
- 29 12月 2019, 14:14
- 版面: Closed topics
- 主题: How to make custom watch face for GTR?
- 回复总数: 18
- 阅读次数: 47803
Re: How to make custom watch face for GTR?

Try use different python tools
Im using dev-gtr py tools.. its stated in the same thread
- 29 12月 2019, 02:14
- 版面: Closed topics
- 主题: How to make custom watch face for GTR?
- 回复总数: 18
- 阅读次数: 47803
Re: How to make custom watch face for GTR?
They are using python based tool.
The exe extractor is not up to date.
The exe extractor is not up to date.
- 28 12月 2019, 02:25
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Sharing some working syntax with analog dial.
"DaysProgress": {
"AnalogMonth": {
"OnlyBorder": false,
"Color": "0x00000000",
"CenterOffset": {
"X": 84,
"Y": 0
},
"Shape": {
"X": 0,
"Y": 0
},
"Sector": {
"StartAngle": 0,
"EndAngle": 33000
},
"Image": {
"X": 5,
"Y": 44 ...
"DaysProgress": {
"AnalogMonth": {
"OnlyBorder": false,
"Color": "0x00000000",
"CenterOffset": {
"X": 84,
"Y": 0
},
"Shape": {
"X": 0,
"Y": 0
},
"Sector": {
"StartAngle": 0,
"EndAngle": 33000
},
"Image": {
"X": 5,
"Y": 44 ...
- 24 12月 2019, 12:43
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Any recommendations on how to keep .bin under 2Mb?
I was making digital watch and size of .bin file kept increasing eventhough all images put together are at most 500kb.
500kb is too big
but why is 500kb too big ? For me it seems there is something unnecessary in the bin-file.. or the ...
- 12 12月 2019, 13:07
- 版面: Closed topics
- 主题: Json syntax
- 回复总数: 10
- 阅读次数: 9883
Re: Json syntax
WF for the MI Band 4, uses this to add animation...
"Other": {
"Animation": {
"AnimationImage": {
"X": 20, //Coordinate
"Y": 140,
"ImageIndex": 79,// The starting picture number
"ImageCount": 326, / / the total number of pictures
"X3": 0
},
"x1": 0, / / picture interval time, below 50 will not ...
- 12 12月 2019, 10:10
- 版面: Closed topics
- 主题: Json syntax
- 回复总数: 10
- 阅读次数: 9883
Re: Json syntax
Not possible now.
So far our wf tools at its early stage compared to miband4 that also uses .bin files.
So far our wf tools at its early stage compared to miband4 that also uses .bin files.
- 12 12月 2019, 06:31
- 版面: Closed topics
- 主题: Can someone help me repack
- 回复总数: 2
- 阅读次数: 2107
Re: Can someone help me repack
The defined bounding box for the text (topleftX, topleftY, bottomrightX, bottomrightY) may have overlapped with another element.
Or maybe the image dimension has exceeded the size of the bounding box.
Or maybe the image dimension has exceeded the size of the bounding box.
- 10 12月 2019, 00:52
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Any recommendations on how to keep .bin under 2Mb?
I was making digital watch and size of .bin file kept increasing eventhough all images put together are at most 500kb.
500kb is too big
> Reuse asset i.e. same 'number' asset for different element like date, activity
> Use assets with smaller ...
- 03 12月 2019, 08:26
- 版面: Closed topics
- 主题: Disconection notification or alarm
- 回复总数: 4
- 阅读次数: 3550
Re: Disconection notification or alarm
Yes it has disconnection notification.
- 01 12月 2019, 13:16
- 版面: Watchfaces tools
- 主题: py amazfit tool
- 回复总数: 151
- 阅读次数: 1413333
Re: py amazfit tool
Any plans to port in hearts and linear scale i.e. segments? I tried to port in with new elements using the c# as reference but to no avail.
Im not too sure what is the equivalent of list<xy> to python.
Im not too sure what is the equivalent of list<xy> to python.