搜索找到 13 个匹配

Return

asoo
11 1月 2024, 22:49
Jump to forum
Jump to topic

Create a QR Code and Sync to device that use zeppOS by using the Zepp app


- Amazfit Active
- Amazfit Active 2
- Amazfit Active 2 (Square)
- Amazfit Active Edge
- Amazfit Band 7
- Amazfit Balance
- Amazfit Balance 2
- Amazfit Bip 5
- Amazfit Bip 5 Unity
- Amazfit Bip 6
- Amazfit Cheetah
- Amazfit Cheetah Pro
- Amazfit Cheetah (Square)
- Amazfit Falcon
- Amazfit GTR 3 ...
asoo
09 5月 2026, 03:05
Jump to forum
Jump to topic

Re: Create a QR Code and Sync to device that use zeppOS by using the Zepp app


On my Windows 11 laptop, I used Claude to code up an automation.
Setup (one time)
Install Python from python.org if you don't have it
Save zpk_to_qr.py and zpk_to_qr.bat to the same folder
Open a terminal in that folder and run:
pip install requests qrcode[pil]

Usage
Drag and drop any .zpk ...
Maikeldevil
15 11月 2019, 10:06
Jump to forum
Jump to topic

Making inclined dates on watchface

Due many request about how i make inclined dates, here the secret:

https://amazfitwatchfaces.com/forum/download/file.php?mode=view&id=694&sid=f4651949d356ccb3a1e9562c2245438c

Goodluck! A thank you in the post is welcome!

Greets,

Maikeldevil

Like my work or help? Buy me a coffee or help me ...
hikashi
31 1月 2020, 09:59
Jump to forum
Jump to topic

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 ...
demiurg1
05 8月 2022, 20:41
Jump to forum
Jump to topic

Re: Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3)

If I find some time, I will try to deliver BOTTA elements in black and 24 hours.
TRK88PL
20 5月 2025, 08:39
Jump to forum
Jump to topic

Re: Watchface image generator (web app tool)

Hi SashaCX75 , alright… you convinced me to make some changes, but this time it’s seriously my last update to the generator for a while.

I’ve significantly expanded the code – now there are two methods for generating angles. One is used for text shadow, gradient, and pattern, and a different one ...
TRK88PL
04 6月 2025, 13:44
Jump to forum
Jump to topic

Amazfit watch face generator v3

Hello guys,
this thread is a continuation of the previously created one – https://amazfitwatchfaces.com/forum/viewtopic.php?t=4649 – however, I wanted to highlight the information about the new version of the generator a bit more clearly.

-------
Amazfit Watch Face Generator v3

This update is ...
asoo
02 9月 2022, 06:53
Jump to forum
Jump to topic

About test create Watchface GTR4 with offical editor

Today I have used Official editor and found that now the Official editor has made it possible to create a watch face of the GTR4.
So I tried to build and test it on my GTR3. The result is that it can be enabled on the GTR3 as well, but the image size is larger than the GTR3 because the GTR4 has a ...
kmi
12 4月 2023, 09:47
Jump to forum
Jump to topic

Re: New GTR Mini


GTRmini users please help to test this watch face.
This watch face is made for Test converting the image to the format of GTRmini.

Anyone who has tested it, please inform the result.

thank you very much

https://i.postimg.cc/90FgCTXH/1678459821-72fa88a305.gif


G317_GTRmini.zip


This ...
Xphyle1971
22 5月 2026, 20:54
Jump to forum
Jump to topic

Re: Some one Request Watchface for Bip Max



My Bip Max device source is 11206915. Please let me know if I can give you any more information. I'm also happy to test any watch faces you create or convert to test for compatibility.

Here is a watch face to check that the images are being converted correctly
https://i.postimg.cc/SKsKNqrK ...
Xphyle1971
24 5月 2026, 15:23
Jump to forum
Jump to topic

Re: Some one Request Watchface for Bip Max


@Xphyle1971
Thank you. That’s exactly what I needed. It’s odd, though, that the border isn’t visible around the edges of the screen on the test dial. I’ve tweaked the test dial a little. You need to use the ‘Padding’ setting to make the border visible around the screen, and then adjust the corner ...
YsPan
21 4月 2026, 10:56
Jump to forum
Jump to topic

Re: I make a tool to push the zpk format watchface into official simulator, but have little problems(Fixed)

I find out the package exported by the SashaCX75's WatchFace editor, can push into the simulator with little modification:

Edit: I added the flow into the C#'s version of the program, just open the exported watchface package like the zpk!

(Steps 1~2 can see the instruction in this README https ...