Search found 398 matches

Return

by SashaCX75
07 Dec 2023, 06:37
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Lattenknaller The font must be with ttf extension in TrueType format. After adding them to the project, they will be copied to the required folder by themselves. Not all models support the use of font files.
by SashaCX75
20 Dec 2023, 18:49
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 10.1
Mirror
Added display of time and date in font.
Added widget for adding scripts to watch face.
Fixed bugs in sunrise/sunset operation on circle and at an angle.
Fixed bugs in digital time alignment.
by SashaCX75
31 Dec 2023, 09:25
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 10.2
Mirror
Added ability to copy widget properties (context menu on the properties field).
by SashaCX75
29 Jan 2024, 15:53
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS


Thanks, but I don't believe so. That tool looks like it is for creating targa images that are used on the watch.


The link is just a utility that can convert images from watch face to normal png (it can convert images both ways).
There is also a "[TBUI] Watch face tool". It is designed for other ...
by SashaCX75
04 Feb 2024, 16:41
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

You can put the AQI widget code in a custom script (JS scripts section) and it will be automatically added to the watch face.
by SashaCX75
06 Feb 2024, 19:42
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 10.3
Mirror
Added display of hours:minutes:seconds in a single line font.
Added display of date/month/year in one line font (order depends on the watch setting).
Added display of the day of the week in font.
Added new presets for button functions.
by SashaCX75
28 Feb 2024, 18:07
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Random preview data has the same limitations as normal previews. These errors usually occur if there are problems with image sorting.

Random preview data is best used to check that individual elements are displayed correctly. I would not recommend using them for creating gif files.

When opening a ...
by SashaCX75
24 Mar 2024, 17:42
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 10.4
Mirror
Added ability to display month names in a font.
Added Compass widget (works on ZeppOS 2 or later).
Added ability to create *.zpk file (enabled in settings).
by SashaCX75
07 Apr 2024, 13:34
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Caravan8798
It is impossible to start and stop animation by button in the editor. You can add a button, but you will have to write the code to start the animation yourself.

Smooth appearance of the image can be done in several ways.
1 - frame-by-frame animation
2 - overlapping the image with a ...
by SashaCX75
13 Apr 2024, 11:19
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

wanders This forum topic is dedicated to the work of the editor. It is better to discuss creation of programmes for Zepp OS in a separate topic.

First of all, I advise you to read the official documentation. You are trying to combine settings and sensors edents into one block. This is wrong ...
by SashaCX75
18 Apr 2024, 10:34
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Lattenknaller
You can create a dial with a smooth second hand and see how the rotation animation is triggered there. There, the trigger used as a start trigger is the switching on of the screen. If you use a button the animation start commands will be the same.
by SashaCX75
28 May 2024, 21:37
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

It is difficult to say something without seeing the original files. I can advise you to switch on the option to convert images without quality loss in the editor settings and make sure to force the ARGB format.

You can also try to change the colour of one pixel from #000000 to #000001. Then the ...
by SashaCX75
03 Jun 2024, 16:47
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Omaradsl
1. What coordinates are copied when double-clicking on the preview are pasted into the coordinates field. If it is not so, then show a video or a project where it does not work correctly. The fact that the image itself is shifted from these coordinates is because the image itself probably ...
by SashaCX75
13 Jun 2024, 16:25
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 11.0
Mirror
Completely redesigned the weather widget.
Added weather widget for several days (forecast).
Added support for Bip 5 Unity.
by SashaCX75
03 Jul 2024, 18:32
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Lattenknaller
I think the problem is in the if (cc ==0 ) block on line 1607. You are trying to change the visibility of elements that are not on the ADS. In any case, if you remove this block, AOD works. Try to add screen type check to this block.

I also don't understand why you write let cc = 0 ...
by SashaCX75
09 Jul 2024, 11:26
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

I would change the state of the variable like this
let compas_visible = true;

function click_COMPASS() {
compas_visible = !compas_visible;
if(compas_visible) UpdateCompassOne();
else UpdateCompassTwo();

if(compas_visible) hmUI.showToast({text: 'COMPASS ON'});
if(!compas_visible) hmUI ...
by SashaCX75
19 Jul 2024, 17:00
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 11.1
Mirror
Updated the digital time widget.
Updated shortcuts widget.
Added new application launch commands for buttons.
by SashaCX75
25 Sep 2024, 20:51
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Omaradsl Interface icons are standard size and I don't plan to change them.
The source code of the editor is available and you can modify the interface to suit your own needs.
https://github.com/SashaCX75/AmazFit-Wa ... /tree/test
by SashaCX75
28 Oct 2024, 17:38
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

Version 12.1
Mirror
Added transparency for some widgets. Does not work on all models.
Added support for Amazfit T-Rex 3.
by SashaCX75
28 Nov 2024, 12:59
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

taw_bip
You can see the watch face code only after it is packed.

In the editor you can insert ready functions into the watch face code. There is a corresponding widget for this in the System section. But you will not see the results of this code in the editor. The correctness of the code is not ...
by SashaCX75
30 Nov 2024, 08:14
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS

@Guydu91
Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this

Code: Select all

hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});
I haven't tested this, but it should open the Flow home page.
by Guydu91
30 Nov 2024, 23:24
Jump to forum
Jump to topic

Re: Watch face editor for Amazfit watch on ZeppOS



@Guydu91
Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});
I haven't tested this, but it should open the Flow home page.


OK Sasha,
Thanks for your ...
by tostr
22 Dec 2024, 01:21
Jump to forum
Jump to topic

Re: Mi Create - for Mi Band 7 Pro/8/9, Mi Watches & Redmi Watches

Firuflai Mi band 9 pro has been implemented but not packaged as a release yet. You can run the version with Mi Band 9 Pro implementation on the GMF branch of Mi Create https://github.com/ooflet/Mi-Create/tree/GMF-format-support-(json). If you want to get Mi Band 9 pro support, you can download the ...