Search found 1 match

by euskaljantza
23 Nov 2022, 13:37
Forum: Watchfaces tools
Topic: Watch face editor for Amazfit watch on ZeppOS
Replies: 1193
Views: 2703421

Re: Amazfit GT3 Series Watch Face Editor (GTR 3, GTR 3 Pro, GTS 3)



@Guydu91
With this code you can open the player
normal_img_click_1 = hmUI.createWidget(hmUI.widget.IMG, {
x: 184,
y: 10,
w: 86,
h: 86,
src: '0006.png', // transparent image
show_level: hmUI.show_level.ONLY_NORMAL,
});
normal_img_click_1.addEventListener(hmUI.event.CLICK_DOWN, function ...

Go to advanced search