@Imozeb
https://docs.zepp.com/docs/watchface/ap ... /DISTANCE/
But if your algorithm is based on distance alone, it will be even less accurate.
Search found 6 matches
- 02 Jul 2025, 04:07
- Jump to forum
- Jump to topic
- 02 Jul 2025, 17:21
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
Imozeb
1. To add your code to the watch face, you can edit the js file in the compiled watch face or add the code via the editor. The first method is more convenient if you need to edit and debug the added code. The second method is easier if the code has already been tested and only needs to be ...
1. To add your code to the watch face, you can edit the js file in the compiled watch face or add the code via the editor. The first method is more convenient if you need to edit and debug the added code. The second method is easier if the code has already been tested and only needs to be ...
- 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 ...
In the editor there are explanations in which part of the code different js files ...
- 05 Jul 2025, 14:33
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
I don't see where you defined the screenType variable.
I recommend changing the value in ‘packageInfo’ to “mode”: ‘development’ in the app.json file. This will allow you to view the logs. It will be easier to understand what the error is.
I recommend changing the value in ‘packageInfo’ to “mode”: ‘development’ in the app.json file. This will allow you to view the logs. It will be easier to understand what the error is.
- 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.
I have never used SysProSetInt64.
- 06 Jul 2025, 15:42
- Jump to forum
- Jump to topic
Re: Watch face editor for Amazfit watch on ZeppOS
The editor creates watch faces on API 1. Widgets that appeared only on API 2 will work in most cases in such watch faces. However, some functions (e.g. new sensors) will not work because they are in a different namespace and cannot be imported into watch faces.