-
- Administrator
-
-
Support Ukraine
If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
Small edit request for GTS
Forum rules
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
When adding a new topic, use the template: Topic title [device name]
For example: Requesting creation of watch face [GTR 3 Pro]
All communication in this branch should only be in English.
- Kurtyyyyyy
- Posts: 14
- Joined: 17 Mar 2022, 18:23
- Location: Newcastle
- Has thanked: 6 times
- Been thanked: 2 times
- Contact:
Small edit request for GTS
https://amazfitwatchfaces.com/gts/view/9303
I would like the temperature text, the day text, the steps text and battery percentage text all to be curved instead of straight. (Like this image )
https://ibb.co/svdRxzNq
I have tried to do with Sasha’s editor but i cannot get it to work
I would like the temperature text, the day text, the steps text and battery percentage text all to be curved instead of straight. (Like this image )
https://ibb.co/svdRxzNq
I have tried to do with Sasha’s editor but i cannot get it to work
- asoo
- Posts: 2120
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 409 times
- Been thanked: 2037 times
If I remember correctly, GTS doesn't have a function to display curved images. and to do so, you'd have to create a specific image, and it can't be curved; it can only be done diagonally.Kurtyyyyyy wrote: 08 Sep 2025, 17:49https://amazfitwatchfaces.com/gts/view/9303
I would like the temperature text, the day text, the steps text and battery percentage text all to be curved instead of straight. (Like this image )
https://ibb.co/svdRxzNq
I have tried to do with Sasha’s editor but i cannot get it to work
( As for the images, I won't explain them because I can't remember how to calculate the placement of the images. However, If you want really to do ,I think you can find a way to do so in the forum. )
You'd have to re-create the image for each corner. This means , you'd have to re-create image for all four corners. Importantly, the image would be too large to fit, especially with elements with 5 digits. I think this fix is not a small fix, it's a very difficult fix.
However, this is my opinion. I hope ,there may be others who are capable and have other way can help you.
Example created image for use on the GTR1 GTS1 in a diagonal view.
https://amazfitwatchfaces.com/gtr/view/11682
See the date section. This example is in 2-digit format.
Using a custom image, along with x, y, and spacing settings.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
- Kurtyyyyyy
- Posts: 14
- Joined: 17 Mar 2022, 18:23
- Location: Newcastle
- Has thanked: 6 times
- Been thanked: 2 times
- Contact:
-
taw_bip
- WF maker
- Posts: 130
- Joined: 12 Apr 2018, 16:29
- Has thanked: 127 times
- Been thanked: 19 times
- Contact:
@asoo I'm curious if you have used code to draw watchface elements such as progress lines rather than build separate images? If so, can you show me where that is? I'd like to see some examples if possible.
- asoo
- Posts: 2120
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 409 times
- Been thanked: 2037 times
If you're referring to the GTR1 GTS1, I haven't made a watch face for this device in a long time. As far as I can remember, the editor only has a circle progression.taw_bip wrote: 10 Sep 2025, 18:20@asoo I'm curious if you have used code to draw watchface elements such as progress lines rather than build separate images? If so, can you show me where that is? I'd like to see some examples if possible.
There's no line progression.
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
-
taw_bip
- WF maker
- Posts: 130
- Joined: 12 Apr 2018, 16:29
- Has thanked: 127 times
- Been thanked: 19 times
- Contact:
OK. I wasn't sure if you've gone into the javascript manually and entered code to draw elements or if you just relied on what was available in the editor.asoo wrote: 10 Sep 2025, 18:58If you're referring to the GTR1 GTS1, I haven't made a watch face for this device in a long time. As far as I can remember, the editor only has a circle progression.taw_bip wrote: 10 Sep 2025, 18:20@asoo I'm curious if you have used code to draw watchface elements such as progress lines rather than build separate images? If so, can you show me where that is? I'd like to see some examples if possible.
There's no line progression.
- asoo
- Posts: 2120
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 409 times
- Been thanked: 2037 times
If I remember correctly, GTR1 has a built-in command set in the FW. That isn't the JavaScript.taw_bip wrote: 11 Sep 2025, 00:22OK. I wasn't sure if you've gone into the javascript manually and entered code to draw elements or if you just relied on what was available in the editor.asoo wrote: 10 Sep 2025, 18:58If you're referring to the GTR1 GTS1, I haven't made a watch face for this device in a long time. As far as I can remember, the editor only has a circle progression.taw_bip wrote: 10 Sep 2025, 18:20@asoo I'm curious if you have used code to draw watchface elements such as progress lines rather than build separate images? If so, can you show me where that is? I'd like to see some examples if possible.
There's no line progression.
The JSON file section you see in the editor. It's a script format the editor uses to create the watch face. This follows the FW GTR1's requirements, meaning no additional code can be written, it's unlike ZeppOS in Gen3
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
-
taw_bip
- WF maker
- Posts: 130
- Joined: 12 Apr 2018, 16:29
- Has thanked: 127 times
- Been thanked: 19 times
- Contact:
Okay, I have an Active 2 watch. I was just asking about coding elements in general with the newer watches and later ZeppOS versions.asoo wrote: 11 Sep 2025, 00:52If I remember correctly, GTR1 has a built-in command set in the FW. That isn't the JavaScript.taw_bip wrote: 11 Sep 2025, 00:22OK. I wasn't sure if you've gone into the javascript manually and entered code to draw elements or if you just relied on what was available in the editor.asoo wrote: 10 Sep 2025, 18:58
If you're referring to the GTR1 GTS1, I haven't made a watch face for this device in a long time. As far as I can remember, the editor only has a circle progression.
There's no line progression.
The JSON file section you see in the editor. It's a script format the editor uses to create the watch face. This follows the FW GTR1's requirements, meaning no additional code can be written, it's unlike ZeppOS in Gen3
You seem to have a knack for producing watchfaces quickly. One thing I've wanted to do was a series of tutorials to help people learn to use the SashaCX75 editor. Would you be interested in collaborating in such a project?
- asoo
- Posts: 2120
- Joined: 03 Jan 2019, 01:48
- Location: ͼͽ Thailand ͼͽ
- Has thanked: 409 times
- Been thanked: 2037 times
taw_bip wrote: 11 Sep 2025, 14:11Okay, I have an Active 2 watch. I was just asking about coding elements in general with the newer watches and later ZeppOS versions.
You seem to have a knack for producing watchfaces quickly. One thing I've wanted to do was a series of tutorials to help people learn to use the SashaCX75 editor. Would you be interested in collaborating in such a project?
I'm sorry, I can't promise to help you. However, if you encounter any problems and I have free time, and I can help, I'm happy to help.
Due to my regular job has irregular hours, and sometimes I have long breaks or work long hours. Therefore, I can't make any promises.
However, what you're thinking of doing is a good idea. I suggest you start a new thread in case anyone is interested, so that it can be a dedicated thread about this topic.
PS
In the editor, the "About" section contains basic help information.
You may use this as a reference for your own operations. https://www.youtube.com/playlist?list=P ... x3fLTqRoJk
https://relojinteligente.org/recursos/e ... ve-2.1600/
ͼͽ To request please use the interrelated forum in action ͼͽ
Please do not PM to me for requests ported watchface.
Please do not PM to me for requests ported watchface.
-
taw_bip
- WF maker
- Posts: 130
- Joined: 12 Apr 2018, 16:29
- Has thanked: 127 times
- Been thanked: 19 times
- Contact:
Thanks for the links and the help.asoo wrote: 11 Sep 2025, 14:43taw_bip wrote: 11 Sep 2025, 14:11Okay, I have an Active 2 watch. I was just asking about coding elements in general with the newer watches and later ZeppOS versions.
You seem to have a knack for producing watchfaces quickly. One thing I've wanted to do was a series of tutorials to help people learn to use the SashaCX75 editor. Would you be interested in collaborating in such a project?
I'm sorry, I can't promise to help you. However, if you encounter any problems and I have free time, and I can help, I'm happy to help.
Due to my regular job has irregular hours, and sometimes I have long breaks or work long hours. Therefore, I can't make any promises.
However, what you're thinking of doing is a good idea. I suggest you start a new thread in case anyone is interested, so that it can be a dedicated thread about this topic.
PS
In the editor, the "About" section contains basic help information.
You may use this as a reference for your own operations. https://www.youtube.com/playlist?list=P ... x3fLTqRoJk
https://relojinteligente.org/recursos/e ... ve-2.1600/
A solid block of free time is hard to get for me as well. I used to code watchfaces with my Verge Lite and T-Rex 2 but I have not found time to get familiar with the newer version of the editor.
Who is online
Users browsing this forum: No registered users and 2 guests
