Pagina 1 di 1

Touching screen switch shown data

Inviato: 15 set 2025, 17:14
da Krunky
Is it possible for T-Rex 3, that as I touch a specific part of the screen it switches in between showing the digital time and on a nother touch it shows the date and day? Unfortunately I couldn't do this yet. Can anyone help, please? :)

Thank You! :)

Re: Touching screen switch shown data

Inviato: 15 set 2025, 18:24
da asoo
Krunky ha scritto: 15 set 2025, 17:14
Is it possible for T-Rex 3, that as I touch a specific part of the screen it switches in between showing the digital time and on a nother touch it shows the date and day? Unfortunately I couldn't do this yet. Can anyone help, please? :)

Thank You! :)
This can be done on T-Rex3, you need to write a custom script to handle the parts you want.

This is an example watchface that switches the time and date by clicking on the screen.
Download
AnimationLKsmall.gif
AnimationLKsmall.gif (66.55 KiB) Visto 991 volte
Time_Date_Trex3.zip
(97.15 KiB) Scaricato 50 volte
You can unpack this watchface file using program "Watch Face Editor for Amazfit watches on ZeppOS."
viewtopic.php?p=11643#p11643
For see the custom script and editing,

Re: Touching screen switch shown data

Inviato: 17 set 2025, 17:11
da Krunky
Thanks for the help, but I'm unable to figure it out... :(
May You be so kind to help me put the correct code to my json?
I used SashaCX75's editor to put everything together but I dumbass in programming.

Re: Touching screen switch shown data

Inviato: 17 set 2025, 17:43
da asoo
Krunky ha scritto: 17 set 2025, 17:11
Thanks for the help, but I'm unable to figure it out... :(
May You be so kind to help me put the correct code to my json?
I used SashaCX75's editor to put everything together but I dumbass in programming.
If you want to add a custom script, you must add it to index.js. you can find "index.js" in the watch face .zip file.
The .json file you mentioned is likely just a script that the editor provides to store details for creating the watch face. You won't find custom scripts in .json.

If you want to request to modify or create watchface, I suggest you start a new topic
in Trex's "Watchface Creation (Order Table) forum"
viewforum.php?f=123
and attach your watchface file with the modification request.
If I have time, I'll try it out, or maybe have someone else can help you.