Search found 398 matches

Return

by SashaCX75
25 Dec 2024, 19:15
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 13.0
Mirror
Added autosave (enabled in settings).
Added ability to switch background image by tap.
Added ability to switch background colour by tap.
by SashaCX75
07 Jan 2025, 15:50
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@rush2112
There are two different parameters ‘ Numerical values’ and ‘ Value at angle’ for a reason. They display data in different ways. So it is wrong to compare them. There is no easy way to display angled pressure on the GTR3.
by SashaCX75
01 Feb 2025, 08:56
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@SushiSeb It's hard to tell without seeing the watch face. Most likely one or more images are encoded in a format not supported in the editor.

@taw_bip When using the standard widget, sunrise / sunset data does not respond to time format changes. This can only be corrected by using your own code.
by SashaCX75
09 Feb 2025, 12:11
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Fladis
The first line of the error message says that you cannot access the temporary folder. This may be caused by your OS or firewall settings.
The easiest way to fix it is to try deleting the folder ‘D:\Watch_Face_Editor_(ZeppOS)old\Temp’. You can also try copying the editor to another folder.
by SashaCX75
03 Mar 2025, 20:18
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 13.1
Mirror
Added ability to make a shortcut to any application in editable items.
Added support for Active 2.
Fixed display of buttons and shortcuts when creating a GIF file.
by SashaCX75
28 Mar 2025, 16:35
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Emiliomc The hmApp.startApp command tries to open the watch face as an application. Therefore, if they are opened, they will work with errors. I tried it with several watch faces.
Well, the command itself should look different. It goes something like this hmApp.startApp({ appid: 1051195, url ...
by SashaCX75
04 Apr 2025, 16:10
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Read what is written at the top of the page on the red background. The discussion should be in English.

The author sent me a watch face to check. He's using an angled data display. And for this, the data is taken from the sensor But the sensor returns the last manual measurement value, not the ...
by SashaCX75
08 Apr 2025, 15:42
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

The watch faces for the Bip 6 are the same as for the GTS 4. There may be a slight difference in the radius of rounded corners. And a different preview skin. There are no other differences in the editor for these models. So until the new version comes out you can just make watch faces for GTS 4.
by gingerbeardman
11 Apr 2025, 21:11
Jump to forum
Jump to topic

Watchface image generator (web app tool)

I wanted to create my own watch face mostly consisting of text, but I didn't want to spend time exporting or regenerating lots of images over and over. I want the computer to do the hard work!

So I made an image generator web app. I have a Band 7, so it's mostly focused on that but you can generate ...
by SashaCX75
12 Apr 2025, 07:09
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Zecodorna wrote: 12 Apr 2025, 03:42
What is the url to add a shortcut to the training history screen?...

Code: Select all

hmApp.startApp({url: 'SportRecordListScreen', native: true });
hmApp.startApp({url: 'SportScreen', native: true });
There are buttons like this in the editor.
by gingerbeardman
12 Apr 2025, 16:17
Jump to forum
Jump to topic

Re: Watchface image generator (web app tool)

Got it, thanks that was very useful!

I've added background colour (default: transparent) and zip download.
by SashaCX75
19 Apr 2025, 19:06
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@C2M You have elements on your AOD that refer to the image ‘temp_0’ which does not exist. Fix it.
by SashaCX75
24 Apr 2025, 18:32
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@gingerbeardman I replied to you on Discord. I will briefly tell you here as well.
In the code generated by the editor, console is used. Logger is used only in the unchangeable part of the code, which is copied from official watch faces. That's why I don't understand such a requirement.
by SashaCX75
28 Apr 2025, 18:18
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

killmeplsok
Here is a sample code with 2 widgets to display the temperature
hmUI.createWidget(hmUI.widget.TEXT, {
x: 65,
y: 79,
w: 350,
h: 40,
text_size: 25,
char_space: 0,
line_space: 0,
color: 0xFF8080FF,
text: "BODY_TEMP",
align_h: hmUI.align.CENTER_H,
align_v: hmUI.align.TOP,
text ...
by citizenserious
29 Apr 2025, 18:37
Jump to forum
Jump to topic

Running the AmazFit Watch Face Editor (ZeppOS) on Linux via Wine – Full Guide

First of all, thanks to SashaCX75 again for this great tool. I’m a Linux-only user and wanted to share my experience getting the Watch Face Editor (ZeppOS) https://amazfitwatchfaces.com/forum/viewtopic.php?t=2743 running successfully under Fedora 42 using Wine . This should work similarly on other ...
by SashaCX75
30 Apr 2025, 16:48
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 13.2
Mirror
Added support for Bip 6.
Fixed the progress display using the image set for most widgets. It should now be more similar to how it is displayed on the watch.
Reworked the code for displaying heart rate with a circular scale. It now uses the standard widget in place of the ...
by SashaCX75
04 May 2025, 11:54
Jump to forum
Jump to topic

Re: Running the AmazFit Watch Face Editor (ZeppOS) on Linux via Wine – Full Guide

Okay. I'll fix it in the next version.
The problem was caused by extra spaces in the filter. On Windows it works but Linux seems to be more sensitive to the format of the caption in the filter.
by SashaCX75
10 May 2025, 13:55
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


On the other hand, as a curiosity, I imagine that the function has disappeared, as it existed in previous editors, to assign images individually for the tens of “hours” and units of “hours”. It gave a lot of play to create.

You must be referring to past models of watches. There it was a feature ...
by TRK88PL
11 May 2025, 14:21
Jump to forum
Jump to topic

Re: Watchface image generator (web app tool)

Hello! The latest version of the generator is now available on my website.
Here’s what’s new: a completely redesigned and more polished interface, support for text rendering with or without gradients, more precise control over angles (for shadows and gradients), and several other improvements.

The ...
by GIK-Team
11 May 2025, 16:58
Jump to forum
Jump to topic

Re: Watchface image generator (web app tool)


PS. Sorry for ads on website, unfortunately this is free hosting with ads... Maybe someday I will change this.
Right now if You don't like this ads I highly recommend you use Ublock or other ads blocker.


Thanks for sharing the updated version — it looks great!

If you’d like, we can host the ...
by SashaCX75
18 May 2025, 14:13
Jump to forum
Jump to topic

Re: Watchface image generator (web app tool)

TRK88PL
The preview from the side became much more convenient.

The problem with transparency equal to 0 remains. Maybe just do not allow to reduce transparency less than 1?

The text display at an angle seems to me to work incorrectly. When the knob is located at the bottom, it says that the ...
by SashaCX75
23 May 2025, 17:23
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Because Zepp Flow has a different ID on different models, I don't plan to add its shortcut to the editor.
by SashaCX75
26 Jun 2025, 06:19
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Perhaps because of translation and did not understand the problem correctly.

When using a font, the height position of the ‘:’ separator relative to the rest of the text is determined only by the font itself. The preview editor uses a font similar to the system font in the clock, but there may be ...
by SashaCX75
29 Jun 2025, 09:41
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Guydu91 It doesn't matter how accurately the watch calculates the distance. In any case, regardless of the display method, this number should be the same. I checked this. And when displaying in font, the last digit is always 0. This is a firmware error. I also found that when displaying values at ...
by SashaCX75
29 Jun 2025, 15:35
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 14.0
Mirror
Added support for widgets: ALARM_CLOCK, TRAINING_LOAD, VO2MAX, AQI, BODY_TEMP, FLOOR, READINESS, HRV.
Added support for Balance 2.
Changed the structure of the Preview.States file.
When creating an animated preview, frames with a switchable background have been added.
Added ...