Search found 398 matches

Return

by SashaCX75
02 Jul 2025, 04:07
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Imozeb
https://docs.zepp.com/docs/watchface/ap ... /DISTANCE/
But if your algorithm is based on distance alone, it will be even less accurate.
by SashaCX75
03 Jul 2025, 09:33
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

You do not need to repack the watch face. You just need to insert the files into the watch face with replacement of the existing ones. Then the compression type of the archive will not change and everything will work.

In the editor there are explanations in which part of the code different js files ...
by SashaCX75
05 Jul 2025, 22:21
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

SysProSetInt works fine.
I have never used SysProSetInt64.
by SashaCX75
14 Jul 2025, 19:00
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 14.1
Mirror
Fixed issues with the circular scale on some widgets.
Added support for Active 2 (Square).
by SashaCX75
15 Jul 2025, 17:06
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 14.1.1
Mirror
Critical update for the circular distance display widget. In version 14.1, it causes an error in watch faces.
by SashaCX75
19 Jul 2025, 19:23
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Avoid_saikat
It all depends on the watch face. There are coded watch faces, and nothing can be done with them. There are watch faces with embedded user functions. In such cases, some of the coordinates may have to be changed manually in the code.
To convert simple watch faces, select the model you ...
by SashaCX75
30 Jul 2025, 06:17
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@seythegamer
The watch cannot work with gif files, only with png files. There is animation in the watch faces, it is done with a set of png files.
by SashaCX75
05 Aug 2025, 04:34
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@anuraag488
Because a large font size may not be displayed on the watch. The value of 150 is an approximation. It may vary depending on the model and firmware of the watch.
by SashaCX75
16 Aug 2025, 13:30
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


But when I click "Random preview", the maximum of the values is 280, never 4 digits. Is this an error in configuration?

On the preview data tab, you can configure altitude readings in a wider range. When generating random data, the limits are restricted so that it resembles the data of most ...
by SashaCX75
01 Sep 2025, 15:54
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 15.0
Mirror
Version 15.0
Mirror

Time circles added.
Added world time (time, city, time zone, time offset).
Added text display around the circle.
Added the ability to create watch faces in developer mode (for experienced users, allows logs to be displayed in watch faces).
by SashaCX75
15 Sep 2025, 15:28
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 15.1
https://apps.microsoft.com/store/detail/XP89MR7PJVT9Q9
Added support for new watch models.
Added BioCharge widget.
Added buttons to launch new applications.

I will post the archive here on the forum later.
by SashaCX75
15 Sep 2025, 17:02
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

The editor window cannot be enlarged, and this will not change in the near future.
The editor will prompt you to save the project when you exit or compile the watch face. You can also save it by pressing Ctrl+S.

https://amazfitwatchfaces.com/forum/viewtopic.php?t=3873
The installation method does ...
by SashaCX75
16 Sep 2025, 11:12
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

UlliT. It all depends on how these elements are made.

If the numbers are an external font, unfortunately for many fonts, the text position does not match what is in the editor. I can't do anything about this, so there is a warning in the font settings to check how they look on the watch.

If the ...
by SashaCX75
23 Sep 2025, 19:01
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 15.1
Archive
Installer
Added support for new watch models.
Added BioCharge widget.
Added buttons to launch new applications.
by SashaCX75
14 Oct 2025, 13:02
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Emiliomc The checkbox in the settings “If possible, display the time in 12-hour format” only affects the preview display in the editor. It does not affect the display on the watch. It is unclear why and which lines you are deleting with the mention of ‘Am’ and “Pm.” I don't think this is necessary ...
by SashaCX75
15 Oct 2025, 08:11
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Emiliomc
I made a slight mistake. The condition should be as follows:

Code: Select all

if (timeFormat != 0) normal_HourMinStr = normal_HourMinStr.padStart(2, '0');
Here is a test watch face with a code.
by Guydu91
09 Nov 2025, 00:45
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


I'm starting a new watchface project. It's analog. I had the idea that the watchface could display 12, 6, and 9 when the watch is in 24-hour mode. And when I select 12-hour mode on the watch, the face would display 12, 6, and 9 in the morning and 24, 18, and 21 in the evening. I've been ...
by SashaCX75
21 Nov 2025, 16:40
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


How can I change the progress circle parameters for heart rate data using the latest SashaCX75 app update (15.1)?

Currently, a standard widget is used for the progress bar, and its behaviour depends on the system settings.
You can enable scale inversion. Then the code will be similar to what it ...
by SashaCX75
27 Dec 2025, 18:30
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 16.0
https://apps.microsoft.com/store/detail/XP89MR7PJVT9Q9
Sleep widget added.
Text widgets added (display of custom text).

I will post the archive here on the forum later.
by SashaCX75
31 Dec 2025, 16:09
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 16.0
Archive
Installer
Added sleep widget.
Added text widgets.
by SashaCX75
17 Feb 2026, 15:05
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

JAGGER
1. It is better to attach screenshots to the description. Due to translation, the meaning of phrases can sometimes be distorted. Screenshots show the problem more clearly.

2. Most likely, the watch and the computer take font spacing into account differently. I have already done everything ...
by SashaCX75
26 Feb 2026, 17:46
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 16.1
https://apps.microsoft.com/store/detail/XP89MR7PJVT9Q9
The ability to invert time circles has been added.
Active Max support has been added.
Image file name verification has been added.
The behavior of application shortcuts in editable elements has been fixed.

I will post the archive ...
by SashaCX75
27 Feb 2026, 18:49
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

asoo That's why I usually ask for the entire project to check for errors. Sometimes the problem arises in a completely different place than you think.

I think it can be considered an editor error. In any mode, the preview in the editor should match what will be displayed on the clock.

Perhaps, as ...
by SashaCX75
28 Feb 2026, 09:34
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

But Tasker works on your phone. And the watch face is on your watch. The watch face cannot send data or commands to your phone.
For this to work, you need an intermediary application on the watch that will transmit commands to the phone. And you may need an intermediary application on the phone ...