Search found 418 matches

Return

by YsPan
23 Apr 2026, 09:03
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)


If you want to keep your utility as a standalone app, I have a few suggestions.
Take the app.json file from the watch face archive rather than selecting it as a separate file. Instead of using the DeviceSource code, specify the exact model; this makes it clearer. If possible, allow users to select ...
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
23 Sep 2023, 11:35
Jump to forum
Jump to topic

Re: Amazfit Balance Faces

When using dials from the GTR 3 Pro, the animation and smooth second hand will most likely not work. The rest of the functions should be identical.
by SashaCX75
24 Sep 2023, 14:31
Jump to forum
Jump to topic

Re: Amazfit Balance Faces

@Sharpshot90
Here are the test dials to check if the colours are correct. One is created in my editor, the other in the official editor. See how they are displayed on AOD.
by SashaCX75
03 Oct 2023, 13:19
Jump to forum
Jump to topic

Re: Amazfit Balance Faces

BigBlind68 If there is animation in the watch face, you can try to set the GTR 4 model in the editor before building.
Or you can edit the configurations file in the model_config folder. At the end of the file change the "versionOS" value from 1 to 3.
There is no easier way to make an animation for ...
by Lattenknaller
12 Jun 2025, 10:40
Jump to forum
Jump to topic

Re: Create a watchface with multiple tabs where it shows different data on each page

This is easily possible and simple to implement. But it won't work with the EDITOR alone, a little knowledge of javascript is necessary.
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
18 Jul 2024, 05:51
Jump to forum
Jump to topic

Re: Gradient problem with png images

Send me the original image files (before converting them to dials). I will see if there is anything I can do about it.
by SashaCX75
19 Jul 2024, 08:36
Jump to forum
Jump to topic

Re: Gradient problem with png images

https://i.postimg.cc/DZ1j9xcT/1721376580804.png

https://i.postimg.cc/KcrpQsz7/IMG-20240719-112533.jpg
Here is a photo of the watch and a screenshot taken on the watch (not in the editor). The photo shows more artefacts than the screenshot. This indicates that the screen cannot display smooth ...
by SashaCX75
29 Nov 2024, 11:29
Jump to forum
Jump to topic

Re: Displaying two-digit numbers as a unique image - is that possible?

This is possible only if you write the watch face code yourself, and not make it from ready-made elements in the editor. You can't do it in the editor.
by GIK-Team
04 Feb 2025, 08:00
Jump to forum
Jump to topic

Re: About Active2 's watchface

@asoo, we have added a Active 2 section on the website. You can now upload your watch faces to the catalog for testing and sharing with others.
by Lattenknaller
14 Feb 2025, 07:47
Jump to forum
Jump to topic

Re: Help with color change on tap script

Try this
pointer is not an img in the code, it must be treated differently

let colornumber_main = 1
let totalcolors_main = 5
let namecolor_main = ''
let pointerstring = 'pointer_1.png'

function click_ColorStyle() {
if(colornumber_main>=totalcolors_main) {
colornumber_main=1;
}
else ...
by SashaCX75
15 Feb 2025, 18:02
Jump to forum
Jump to topic

Re: Help with color change on tap script


Try this
pointer is not an img in the code, it must be treated differently

Changing properties with hmUI.prop.MORE is correct in this case. But I don't understand why to add an additional variable ‘pointerstring’? I would change the function like this

let colornumber_main = 1
let totalcolors ...
by SashaCX75
13 Mar 2025, 12:33
Jump to forum
Jump to topic

Re: Unknown weather issue

I think it's more correct to write to Amazfit support to have them fix this issue.

This may be a temporary solution for now. But you have to decide what is better for you: sometimes showing unknown weather instead of rain or sometimes showing rain instead of unknown weather. Personally, I've only ...
by SashaCX75
15 Mar 2025, 19:40
Jump to forum
Jump to topic

Re: Change minute and hour color

If there are no seconds on the watch face, the image may change with a delay. For example, when the minutes and minutes change when the screen is switched on and off.

To set coordinates you use a variable related to the screen size. If you have not defined this variable earlier in the code, it may ...
by GIK-Team
20 May 2025, 18:09
Jump to forum
Jump to topic

Re: I will stop accepting requests and help to port watchface in all cases

Thank you so much for everything you’ve contributed to the community. Your efforts to bring high-quality watch faces to ZeppOS users have not gone unnoticed, and we deeply appreciate the time, skill, and care you’ve put into your work.

But it wasn’t just about porting — you also helped countless ...
by GIK-Team
09 Aug 2025, 07:49
Jump to forum
Jump to topic

Re: [Active 2r] Request to modify - Casio modern


Hi sir thats why I put credit thru this post, I tried to message the original creator however he's not accepting DMs

If you’ve only just sent the message, it’s best to wait a bit — for example, the user tuman18 was last active on the site on 04.08.2025, so it may take some time before they see ...
by SashaCX75
25 Sep 2025, 18:48
Jump to forum
Jump to topic

Re: Infomax watchface for balance in english

Here is the version that the author made for Balance 2. Not everyone is able to download from the link above. And only the author can really do the translation.
Image