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.

Se encontró 1 coincidencia

Return

por SashaCX75
28 Abr 2025, 18:18
Jump to forum
Jump to topic

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,
text ...