Does anyone know a way to dynamically change a font color for a hmUI.widget.TEXT or hmUI.widget.TEXT_FONT object through something like a touch of the screen.
I've been able to do it hmUI.widget.TEXT if it the type value isn't set. So I was able to do it with code like this:
temp_text = hmUI ...
Se encontraron 19 coincidencias
- 26 Ago 2024, 21:29
- Foro: Zepp OS
- Tema: Dynamically changing font color
- Respuestas: 0
- Vistas: 5294
- 13 Feb 2024, 20:22
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
@SashaCX75
Is there a way to stop the 'am' or 'pm' from being added to the display when using the "TT Hours : minutes" element of the "12 Digital time" widget? I can pick from 'am', 'Am', 'AM' it seams, but would like to remove it altogether and handle it on its own.
Is there a way to stop the 'am' or 'pm' from being added to the display when using the "TT Hours : minutes" element of the "12 Digital time" widget? I can pick from 'am', 'Am', 'AM' it seams, but would like to remove it altogether and handle it on its own.
- 29 Ene 2024, 21:23
- Foro: Watchfaces tools
- Tema: AmazFit WatchFace editor 2 for Windows
- Respuestas: 485
- Vistas: 724893
Re: AmazFit WatchFace editor 2 for Windows
@SashaCX75 Does this issue with system font size still exist? Does it exist on the T-Rex 2 also?SashaCX75 escribió: 08 Jun 2021, 14:39The size of the system font should not be more than 47, it can cause an infinite reboot watch.
BTW - Do you know what font is the system font? I've yet to find it detailed anywhere.
- 29 Ene 2024, 13:47
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Hi BigBlind68
Thanks, but I don't believe so. That tool looks like it is for creating targa images that are used on the watch.
What I'm looking for is a tool that converts the ZeppOs targa file (even though it has a png extension) back to the original PNG format.
If I have it backwards though ...
Thanks, but I don't believe so. That tool looks like it is for creating targa images that are used on the watch.
What I'm looking for is a tool that converts the ZeppOs targa file (even though it has a png extension) back to the original PNG format.
If I have it backwards though ...
- 29 Ene 2024, 02:29
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Hi SashaCX75
I believe at one point I read a post somewhere in the forum that I believe was from you, but for the life of me I can't find it again. I could be wrong though, but just wanted to check.
Did you possibly mention a tool that you like that can convert the Zeppos special TGA images like ...
I believe at one point I read a post somewhere in the forum that I believe was from you, but for the life of me I can't find it again. I could be wrong though, but just wanted to check.
Did you possibly mention a tool that you like that can convert the Zeppos special TGA images like ...
- 28 Ene 2024, 03:13
- Foro: Zepp OS
- Tema: Change data type of widget
- Respuestas: 4
- Vistas: 6119
Re: Change data type of widget
Thanks Jason. Yes it is correctly linked as setting its visibility is working just fine. I've looked for documentation on data_type and haven't found anything yet, either way, on whether dynamically changing it is supported or not. Unfortunately not everything is documented as thoroughly as I would ...
- 21 Ene 2024, 16:31
- Foro: Zepp OS
- Tema: Change data type of widget
- Respuestas: 4
- Vistas: 6119
Re: Change data type of widget
Thanks @SashaCX75
That’s how I’ve done it currently. I have a number of widgets that are the same in all ways except for data_type and rotate through them via display settings. Just trying to simplify the script and cut down on duplication.
That’s how I’ve done it currently. I have a number of widgets that are the same in all ways except for data_type and rotate through them via display settings. Just trying to simplify the script and cut down on duplication.
- 21 Ene 2024, 04:16
- Foro: Zepp OS
- Tema: Change data type of widget
- Respuestas: 4
- Vistas: 6119
Change data type of widget
Is there a way to change the data type of a widget and thus the data it displays?
For example if I have the following:
text_font = hmUI.createWidget(hmUI.widget.TEXT_FONT, {
x: 0, y: 0, w: 120, h: 96, text_size: 55,
char_space: 0, line_space: 0,
color: 0xFFFF0000,
align_h: hmUI.align.CENTER ...
For example if I have the following:
text_font = hmUI.createWidget(hmUI.widget.TEXT_FONT, {
x: 0, y: 0, w: 120, h: 96, text_size: 55,
char_space: 0, line_space: 0,
color: 0xFFFF0000,
align_h: hmUI.align.CENTER ...
- 17 Ene 2024, 04:02
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
SashaCX75 -
This watch face editor is really saving me a bunch of time on tweaking stuff. Just curious though about a couple of things...
I see the skins in the applications Skin folder, can those be used and if so how?
Same with the shortcut pointer in the Mask folder?
Thanks again. Your ...
This watch face editor is really saving me a bunch of time on tweaking stuff. Just curious though about a couple of things...
I see the skins in the applications Skin folder, can those be used and if so how?
Same with the shortcut pointer in the Mask folder?
Thanks again. Your ...
- 15 Ene 2024, 22:18
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Thanks SashaCX75 .
I see that in the 10.2 version of the app. I was able to put it all together, but I have a question where I'm probably doing something simple wrong. After using your tool to pack the face, I put it in a directory and unzip it so that I can run "zeus dev" and have it show in the ...
I see that in the 10.2 version of the app. I was able to put it all together, but I have a question where I'm probably doing something simple wrong. After using your tool to pack the face, I put it in a directory and unzip it so that I can run "zeus dev" and have it show in the ...
- 15 Ene 2024, 01:29
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
SashaCX75
Checked out the code examples that you list in the top post: Сollection of code examples for use in watch faces .
Specifically was wondering about the smooth scrolling second hand. I have a T-Rex 2 and the GTR3 code doesn't do anything. GTR4 code works, but like you said, it's not ...
Checked out the code examples that you list in the top post: Сollection of code examples for use in watch faces .
Specifically was wondering about the smooth scrolling second hand. I have a T-Rex 2 and the GTR3 code doesn't do anything. GTR4 code works, but like you said, it's not ...
- 05 Ene 2024, 01:00
- Foro: Zepp OS
- Tema: System Shortcut Features equiv in zeppOS watchface?
- Respuestas: 9
- Vistas: 30053
Re: System Shortcut Features equiv in zeppOS watchface?
Does anyone know if there is a URL for UVI, AQI, or Calories?
- 03 Ene 2024, 20:39
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Perfect. Thanks SashaCX75. I was wanting to do just that for the AOD screen from the normal screen, but hadn't figure it out yet.
- 03 Ene 2024, 14:01
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
@pixelator99 Additional functions are easier to make not in the editor but to add to the code of the ready dial. An invisible button is made to change the visibility of analogue hands by pressing it. It is also necessary to save the visibility settings in memory.
I too saw that feature in a ...
- 01 Ene 2024, 19:14
- Foro: Watchfaces creation (order table)
- Tema: Customize text displayed for editable components
- Respuestas: 0
- Vistas: 29410
Customize text displayed for editable components
Is there a way to customize the text that is displayed in the tips panel in the edit mode?
e.g. How to make the text associated with hmUI.edit_type.HEART say something other than "Heart Rate" in the example code:
editGroup = hmUI.createWidget(hmUI.widget.WATCHFACE_EDIT_GROUP, {
edit_id: 101,
x ...
e.g. How to make the text associated with hmUI.edit_type.HEART say something other than "Heart Rate" in the example code:
editGroup = hmUI.createWidget(hmUI.widget.WATCHFACE_EDIT_GROUP, {
edit_id: 101,
x ...
- 28 Dic 2023, 14:19
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Thanks SashaCX75. I'm using version 10.0. Where do I add in a JS Script widget? Any basic examples of this anywhere?
Trying to modify what the shortcuts do and also control the AOD/idle display.
Trying to modify what the shortcuts do and also control the AOD/idle display.
- 27 Dic 2023, 20:07
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
@SashaCX75 how do you make custom changes to the index.js then?
I tried packing and unpacking but that didn't seem to help.
I tried packing and unpacking but that didn't seem to help.
- 27 Dic 2023, 16:08
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Hi SashaCX75 -
Just tried version 10.1, but for some reason my norton antivirus isn't liking something in it.
I'm getting warnings like:
https://i.postimg.cc/1t96NHLy/2023-12-27-10-06-54-Norton-Life-Lock-Alert.png
https://i.postimg.cc/ZRVNPNSp/2023-12-27-10-07-18-Norton-Life-Lock-Alert.png
Just tried version 10.1, but for some reason my norton antivirus isn't liking something in it.
I'm getting warnings like:
https://i.postimg.cc/1t96NHLy/2023-12-27-10-06-54-Norton-Life-Lock-Alert.png
https://i.postimg.cc/ZRVNPNSp/2023-12-27-10-07-18-Norton-Life-Lock-Alert.png
- 27 Dic 2023, 15:53
- Foro: Watchfaces tools
- Tema: Watch face editor for Amazfit watch on ZeppOS
- Respuestas: 1188
- Vistas: 2696905
Re: Watch face editor for Amazfit watch on ZeppOS
Hi @SashaCX75 -
I'm probably just missing something, but can't figure out how to create the watchface folder structure from your watchface editor app. Especially the creation of index.js that is put under watchface\gts-3 for example.
I'm probably just missing something, but can't figure out how to create the watchface folder structure from your watchface editor app. Especially the creation of index.js that is put under watchface\gts-3 for example.