Search found 359 matches
- 29 Nov 2024, 11:29
- Jump to forum
- Jump to topic
Re: Displaying two-digit numbers as a unique image - is that possible?
This is possible only if you write the watch face code yourself, and not make it from ready-made elements in the editor. You can't do it in the editor.
- 04 Feb 2025, 08:00
- Jump to forum
- Jump to topic
Re: About Active2 's watchface
@asoo, we have added a Active 2 section on the website. You can now upload your watch faces to the catalog for testing and sharing with others.
- 14 Feb 2025, 07:47
- Jump to forum
- Jump to topic
Re: Help with color change on tap script
Try this
pointer is not an img in the code, it must be treated differently
let colornumber_main = 1
let totalcolors_main = 5
let namecolor_main = ''
let pointerstring = 'pointer_1.png'
function click_ColorStyle() {
if(colornumber_main>=totalcolors_main) {
colornumber_main=1;
}
else ...
pointer is not an img in the code, it must be treated differently
let colornumber_main = 1
let totalcolors_main = 5
let namecolor_main = ''
let pointerstring = 'pointer_1.png'
function click_ColorStyle() {
if(colornumber_main>=totalcolors_main) {
colornumber_main=1;
}
else ...
- 15 Feb 2025, 18:02
- Jump to forum
- Jump to topic
Re: Help with color change on tap script
Try this
pointer is not an img in the code, it must be treated differently
Changing properties with hmUI.prop.MORE is correct in this case. But I don't understand why to add an additional variable ‘pointerstring’? I would change the function like this
let colornumber_main = 1
let totalcolors ...
- 13 Mar 2025, 12:33
- Jump to forum
- Jump to topic
Re: Unknown weather issue
I think it's more correct to write to Amazfit support to have them fix this issue.
This may be a temporary solution for now. But you have to decide what is better for you: sometimes showing unknown weather instead of rain or sometimes showing rain instead of unknown weather. Personally, I've only ...
This may be a temporary solution for now. But you have to decide what is better for you: sometimes showing unknown weather instead of rain or sometimes showing rain instead of unknown weather. Personally, I've only ...
- 15 Mar 2025, 19:40
- Jump to forum
- Jump to topic
Re: Change minute and hour color
If there are no seconds on the watch face, the image may change with a delay. For example, when the minutes and minutes change when the screen is switched on and off.
To set coordinates you use a variable related to the screen size. If you have not defined this variable earlier in the code, it may ...
To set coordinates you use a variable related to the screen size. If you have not defined this variable earlier in the code, it may ...
- 20 May 2025, 18:09
- Jump to forum
- Jump to topic
Re: I will stop accepting requests and help to port watchface in all cases
Thank you so much for everything you’ve contributed to the community. Your efforts to bring high-quality watch faces to ZeppOS users have not gone unnoticed, and we deeply appreciate the time, skill, and care you’ve put into your work.
But it wasn’t just about porting — you also helped countless ...
But it wasn’t just about porting — you also helped countless ...
- 09 Aug 2025, 07:49
- Jump to forum
- Jump to topic
Re: [Active 2r] Request to modify - Casio modern
Hi sir thats why I put credit thru this post, I tried to message the original creator however he's not accepting DMs
If you’ve only just sent the message, it’s best to wait a bit — for example, the user tuman18 was last active on the site on 04.08.2025, so it may take some time before they see ...
- 25 Sep 2025, 18:48
- Jump to forum
- Jump to topic
