Search found 16 matches
- 10 Feb 2020, 13:51
- Forum: Closed topics
- Topic: Verified authors ✅ (OLD)
- Replies: 541
- Views: 3351995
Re: Verified authors ✅
Finally! Would like to join the group as well.
- 02 Feb 2020, 00:47
- Forum: Watchfaces tools
- Topic: Complete Json Syntax Guide for GTR
- Replies: 14
- Views: 30156
Re: Complete Json Syntax Guide for GTR
Reference work in progress.
- 31 Jan 2020, 09:59
- Forum: Watchfaces tools
- Topic: Complete Json Syntax Guide for GTR
- Replies: 14
- Views: 30156
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 Jan 2020, 03:30
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Jan 2020, 00:06
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Jan 2020, 03:04
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Dec 2019, 14:14
- Forum: Closed topics
- Topic: How to make custom watch face for GTR?
- Replies: 18
- Views: 47713
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 Dec 2019, 02:14
- Forum: Closed topics
- Topic: How to make custom watch face for GTR?
- Replies: 18
- Views: 47713
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 Dec 2019, 02:25
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Dec 2019, 12:43
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Dec 2019, 13:07
- Forum: Closed topics
- Topic: Json syntax
- Replies: 10
- Views: 9824
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 Dec 2019, 10:10
- Forum: Closed topics
- Topic: Json syntax
- Replies: 10
- Views: 9824
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 Dec 2019, 06:31
- Forum: Closed topics
- Topic: Can someone help me repack
- Replies: 2
- Views: 2095
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 Dec 2019, 00:52
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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 Dec 2019, 08:26
- Forum: Closed topics
- Topic: Disconection notification or alarm
- Replies: 4
- Views: 3525
Re: Disconection notification or alarm
Yes it has disconnection notification.
- 01 Dec 2019, 13:16
- Forum: Watchfaces tools
- Topic: py amazfit tool
- Replies: 151
- Views: 1396661
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.