Пошук дав 19 результатів

wanders
30 січня 2025, 18:44
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

@SashaCX75 , is there any chance that you will support the new Amazfit Active 2 round watch? I have yet to see any mention of it in this forum.
wanders
18 квітня 2024, 14:34
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

Two comments on version 10.4:

In the Distance widget editor menu, when using the "Value in font" option, if the "units" box is checked, the result only is shown in KM - the widget does not track the user's units selection if "Imperial" is selected there

In the PAI widget editor menu, only the ...
wanders
12 квітня 2024, 21:08
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

I'm trying to access Zepp OS API functions and constants in my included .js files, and I'm evidently messing up the namespace designation. Specifically, I would like to use something like:

import {
getTimeFormat,
TIME_FORMAT_12,
TIME_FORMAT_24
getTemperatureUnit,
TEMPERATURE_UNIT_CENTIGRADE ...
wanders
08 квітня 2024, 15:56
Форум: Zepp OS
Тема: Definitive Documentation for Zepp OS hmUI.createWidget()
Відповіді: 10
Перегляди: 8288

Re: Definitive Documentation for Zepp OS hmUI.createWidget()

Thanks, taw_bip , for the suggestion. I've pinged the developers on Slack.

EDIT: I've been informed that the "watch face API" is not maintained , per a Slack user by the handle of Silver. I've suggested that said API be put onto github and managed by a volunteer. We'll see.

EDIT #2: I got another ...
wanders
06 квітня 2024, 15:57
Форум: Zepp OS
Тема: Definitive Documentation for Zepp OS hmUI.createWidget()
Відповіді: 10
Перегляди: 8288

Re: Definitive Documentation for Zepp OS hmUI.createWidget()

SashaCX75 , you've made my point: "Not everything is in the documentation". That means that ZeppOS is a TOY operating system, and that makes it frustrating to work with. Heck, the fact that they host their documentation on github implies that they expect their users to either fix the docs, or at ...
wanders
06 квітня 2024, 15:07
Форум: Zepp OS
Тема: Definitive Documentation for Zepp OS hmUI.createWidget()
Відповіді: 10
Перегляди: 8288

Definitive Documentation for Zepp OS hmUI.createWidget()

I'm clearly at sea regarding ZeppOS's hmUI.createWidget() documentation. I cannot find any authoritative specification regarding the specialized widgets that are typical for watchfaces. In particular, I cannot find complete specification for the type parameter.

Here's an example generated by ...
wanders
05 квітня 2024, 03:45
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

SashaCX75 , I'm trying to build a watchface which automatically adjusts to the desired language of the user. Is there a Javascript system call that can be used to retrieve the language code (e.g. "en-US") set by the user of the watch? The Zepp OS docs refer to the i18n component of the "Mini ...
wanders
03 квітня 2024, 16:02
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

I'm wanting to do some more sophisticated displays with embedded fonts, so I've been looking at how SashaCX75 builds and uses fonts / text arrays in index.js. I cannot understand the following code, which shows up just after the variable declarations:

// FontName: Athletic Pro Regular.ttf ...
wanders
21 березня 2024, 20:51
Форум: AmazFaces app
Тема: AmazFaces for Android [Support]
Відповіді: 237
Перегляди: 182600

Re: AmazFaces for Android [Support]

Never mind, I figured out the QR method (very slick - congrats to the developer) and I'm using that now.
wanders
19 березня 2024, 17:04
Форум: AmazFaces app
Тема: AmazFaces for Android [Support]
Відповіді: 237
Перегляди: 182600

Re: AmazFaces for Android [Support]

Stas , sorry to be so slow - I've been traveling on a business trip.

The GTR-4 is running System Version 6.3.2.3, according to the Zepp app on Android. I really need to find out if I can install 3rd party watchfaces (AKA Amazfitwatchfaces.com watchfaces) on my watch. Since it has been "upgraded ...
wanders
11 березня 2024, 14:37
Форум: AmazFaces app
Тема: AmazFaces for Android [Support]
Відповіді: 237
Перегляди: 182600

Re: AmazFaces for Android [Support]

App version: 4.5.353 (from Android Playstore)
Watch model: GTR-4 (upgraded to ZeppOS 3.0)
Phone model: Samsung Galaxy S20+ 5G
OS version: Android 13

Zepp App version: 8.6.1
Zepp App algorithm (?): 2.13.14

Unable to install any watch face, using any of the 4 methods. Zepp app syncs quickly ...
wanders
10 березня 2024, 20:07
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

Thanks, SashaCX75 , that did the trick. I'm wondering if the sensor callbacks have an impact on performance, as the step counter (numerals) seem to have indeterminate lags, but then they've always been a bit laggy.

By the way, do you know if the PAI sensor also has a callback / "event listener ...
wanders
09 березня 2024, 22:50
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

“If you want a thing done well, do it yourself.” - Napolean Bonaparte

I'm trying to follow Napolean's advice; I'm trying to get precise control of an IMG_LEVEL widget associated with steps. In the code below (inserted before widgets are constructed), I create a step sensor, an IMG_LEVEL widget with ...
wanders
05 березня 2024, 17:58
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

I'm struggling to get the behavior I want out of hmUI.widget.IMG_LEVEL for PAI, and I'm trying to understand how the IMG_LEVEL widget works. I hope this subject is appropriate for SashaCX75 's thread. If not, please let me know where to post.

The desired behavior: a PAI icon is displayed on the ...
wanders
28 лютого 2024, 15:41
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

@asoo , thanks, that looks like the ticket!

Duh, I had the hours digits aligned left, not right. That was my REAL problem.

Thanks, again @SashaCX75 and @asoo
wanders
28 лютого 2024, 00:13
Форум: Watchfaces tools
Тема: Watch face editor for Amazfit watch on ZeppOS
Відповіді: 1188
Перегляди: 2697051

Re: Watch face editor for Amazfit watch on ZeppOS

@SashaCX75 , thanks for another great watchface tool.

I'm probably doing something wrong, but when I select "Random preview" or generate an animated .gif, I get random values that are clearly unconstrained, e.g.:

https://i.postimg.cc/Fsf8tsKr/wf.png

Since I want to use the .gif as a promotion ...
wanders
27 серпня 2021, 22:20
Форум: Watchfaces tools
Тема: AmazFit WatchFace editor for Windows by SashaCX75
Відповіді: 585
Перегляди: 1009016

Re: AmazFit WatchFace editor for Windows by SashaCX75

SashaCX75
THANKS for the fast reply!

Yes, this is the "Time" -> "Hours" section. I understand the "masking" technique you describe, but to get a US-style "midnight is 12:00 o'clock" display, I still need separate image sets for "Tens" and "Ones" sections.

How can I find out if the GTS firmware ...
wanders
27 серпня 2021, 18:48
Форум: Watchfaces tools
Тема: AmazFit WatchFace editor for Windows by SashaCX75
Відповіді: 585
Перегляди: 1009016

Re: AmazFit WatchFace editor for Windows by SashaCX75

SashaCX75
Thanks for the toolset!

I'm working on a GTS watchface, trying to remove the leading zeroes and do some other trickery (e.g. kerning). My task would be greatly simplified if I could just use different .png file sets for the ten's digit and the one's digit, but this is evidently not ...
wanders
25 серпня 2021, 13:30
Форум: Watchfaces tools
Тема: Complete Json Syntax Guide for GTR
Відповіді: 14
Перегляди: 30158

Re: Complete Json Syntax Guide for GTR

I recently got a GTS and I wonder if there is watchface extract / encode / JSON support for three features which I know the watch supports, namely:

* sunrise time
* sunset time
* PAI value (maybe even a shortcut to PAI?)

I know that GTS / GTR are now older models, but I have to believe that the ...

Розширений пошук