搜索找到 16 个匹配

hikashi
10 2月 2020, 13:51
版面: Closed topics
主题: Verified authors ✅ (OLD)
回复总数: 541
阅读次数: 3354318

Re: Verified authors ✅

Finally! Would like to join the group as well.
hikashi
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.
hikashi
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 ...
hikashi
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 ...
hikashi
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.
hikashi
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 ...
hikashi
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
hikashi
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.
hikashi
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 ...
hikashi
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 ...
hikashi
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 ...
hikashi
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.
hikashi
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.
hikashi
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 ...
hikashi
03 12月 2019, 08:26
版面: Closed topics
主题: Disconection notification or alarm
回复总数: 4
阅读次数: 3550

Re: Disconection notification or alarm

Yes it has disconnection notification.
hikashi
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.

去高级搜索