La ricerca ha trovato 2 risultati
- 29 apr 2025, 02:15
- Forum: Watchfaces tools
- Argomento: Watch face editor for Amazfit watch on ZeppOS
- Risposte: 1188
- Visite : 2697204
Re: Watch face editor for Amazfit watch on ZeppOS
@killmeplsok
Here is a sample code with 2 widgets to display the temperature
hmUI.createWidget(hmUI.widget.TEXT, {
x: 65,
y: 79,
w: 350,
h: 40,
text_size: 25,
char_space: 0,
line_space: 0,
color: 0xFF8080FF,
text: "BODY_TEMP",
align_h: hmUI.align.CENTER_H,
align_v: hmUI.align.TOP ...
- 28 apr 2025, 03:30
- Forum: Watchfaces tools
- Argomento: Watch face editor for Amazfit watch on ZeppOS
- Risposte: 1188
- Visite : 2697204
Re: Watch face editor for Amazfit watch on ZeppOS
Hey, I just got a new watch 2 days ago and finds the official watch faces inadequate, and after some research I found this wonderful thread and tool to started working on my own watch face, it's been wonderful so far, but it's still a first time for me so I might be asking some stupid question (I ...