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.

Search found 421 matches

Return

by SashaCX75
09 May 2026, 07:30
Jump to forum
Jump to topic

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

asoo wrote: 09 May 2026, 03:05
This file contains minor code modifications for use with litterbox,
which is catbox's non-permanent file hosting service, with file retention set for 1 hour.
Thank you. For my purposes, using littlebox is a better option.
by SashaCX75
10 May 2026, 15:34
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 17.1
Archive
Installer
Fixed the bugs that were found.
Added support for Cheetah 2 Pro.
by SashaCX75
12 May 2026, 14:08
Jump to forum
Jump to topic

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


I've created a GUI to help upload to LitterBox and CatBox, and generated and displayed a QR code with a URL for user convenience.

I'm currently working on adding this function to the editor. I created a version of this function in C#, but it turned out to be a bit more complicated than I ...
by SashaCX75
12 May 2026, 15:42
Jump to forum
Jump to topic

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

I still don't want to use Python code in my editor because the rest of the code is written in C#. Although I did manage to create a working function. But if anyone has any ideas on how to improve this, I'd appreciate the help.
by SashaCX75
13 May 2026, 19:26
Jump to forum
Jump to topic

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

Actually, this feature is already available in the editor. I’m just finishing off the styling, testing it, and creating the necessary files.
Spoiler
Image
by SashaCX75
21 May 2026, 19:16
Jump to forum
Jump to topic

Re: Some one Request Watchface for Bip Max

If anyone owns a Bip Max, please let us know the watch’s “Device Source”. You can find this in Zepp under developer mode. We need this information to add this model to the watch face editor.
by SashaCX75
22 May 2026, 04:56
Jump to forum
Jump to topic

Re: Some one Request Watchface for Bip Max


Now Zeus support create bip max

That’s good news. I checked a couple of days ago and it wasn’t supported yet.

The official editor doesn’t support the Bip Max because no other model has the same screen resolution as this one. That’s why the developers need time to add support for this model ...
by SashaCX75
03 Jun 2026, 17:23
Jump to forum
Jump to topic

Re: AmazFit WatchFace editor for Windows by SashaCX75

This error usually occurs when the image is not in 24-bit format.
by SashaCX75
11 Jun 2026, 19:43
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

The watch face works on other models. The GTR3 cannot display this data using a font, so a set of images must be used instead.

Please note that the watch face preview is incorrect. The watch face contains many images that are not used.
by SashaCX75
15 Jun 2026, 19:11
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 18.0
https://apps.microsoft.com/store/detail/XP89MR7PJVT9Q9
Added the ability to create temporary and permanent QR codes.
Added the ability to send a watch face to the simulator for testing.
Added the ability to send a watch face to ZeppPlayer for testing.
Added the ability to record the ...
by SashaCX75
17 Jun 2026, 20:12
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 18.0
GoogleDrive
Dropbox

GoogleDrive
Dropbox

Added the ability to create temporary and permanent QR codes.
Added the ability to send a watch face to the simulator for testing.
Added the ability to send a watch face to ZeppPlayer for testing.
Added the ability to record the ...
by SashaCX75
23 Jun 2026, 09:45
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


You can simply create a 4-day (or possibly 5-day) forecast and move the first day to the outside of the screen (to the left).

That’s not quite right. Your design is such that the forecast starts at the edge of the screen. So you can move the first day off-screen. But the design doesn’t always ...
by SashaCX75
24 Jun 2026, 20:56
Jump to forum
Jump to topic

Re: Question for designers of watch faces[Balance2]

Humidity and UVI fluctuate constantly, whilst for most people, SpO2 does not go beyond 97–99%. Furthermore, not everyone even has SpO2 measurement enabled. So why add a metric to the watch face that won’t be displayed for everyone?

There are workout screens for training, and the metrics displayed ...
by SashaCX75
29 Jun 2026, 14:39
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)

YsPan I didn’t receive a reply from you, so, based on your code, I’ve added a function to the editor to synchronise with the simulator. I’ve also added a few more features to the latest version of the editor to interact with the simulator.

https://upload-cdn.zepp.com/zeppos/devkit/zeus/v1/devices ...
by SashaCX75
31 Jul 2026, 12:23
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@sadc
In AOD mode, there are no elements on the main screen. Consequently, the code attempts to modify a non-existent element, which causes an error. You need to add a check for the screen type.

This code doesn’t make sense. It will change the same elements three times.
by SashaCX75
31 Jul 2026, 12:28
Jump to forum
Jump to topic

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

@wjj1
You can open a ZPK file as a standard ZIP archive and view its structure.
The source code for the CreateZPK utility.
https://github.com/SashaCX75/CreateZPK_2
by SashaCX75
02 Aug 2026, 12:53
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Guydu91 wrote: 02 Aug 2026, 12:20
However, users have reported that a small section at the bottom of the screen is missing, as if there were a black bar.
If there were a screenshot, it would be clearer what this is all about. Not everyone can test the Bip Max.
by SashaCX75
02 Aug 2026, 12:58
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


In index.js,
you'll see that the display area definition is incorrect due to estimation during conversion. To fix this, change the `w:` and `h:` values ​​to match the actual screen size. In this case, `w: 432` and `h: 514` should resolve the issue. (The black area you see is because the `h ...
by SashaCX75
10 Sep 2026, 17:11
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 18.1
Archive
Installer
The identified bugs have been fixed.
Statistics collection has been added (can be disabled in the settings).
by SashaCX75
12 Sep 2026, 18:44
Jump to forum
Jump to topic

Re: ZeppOS Player ONLINE

Lattenknaller wrote: 11 Sep 2026, 11:33
Skins imported from Sasha's Editor
I don’t seem to have skins for all the models. If necessary, I can have a search for skins for the missing models.