Replies: 3 comments
-
Thank you for your support of the forum, sorry the initial division of the forum categories didn't make sense, I created a new developer feedback category and moved this discussion under that category. Regarding the Watchface question, I will find a professional Watchface colleague to answer it. |
Beta Was this translation helpful? Give feedback.
-
Hello, @DevPika
{
"version": 1,
"foreground": {
"color": "FF112233"
}
} then you can read the color configuration by yourself in JS, and make a colorful watchface.
For testing, you can change the |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing details! I see that that the "Time: Top" (with the green leaves in the background) also allows for changing the style (Center/Top/Bottom). Is this also implemented using the above |
Beta Was this translation helpful? Give feedback.
-
Device: Amazfit band 7
OS: Zepp OS v1
I want to create a watch face with a dynamic background. My initial trials with using the Fetch API did not work out as currently the widget API doesn't support accessing
\data
files. So I am trying to make a watch face with a customizable "photo" background instead, similar to the default ones in the store with leaves in the background. The online watch face editor doesn't seem to provide an option for photo background yet. Finally, I had to resort to code. I created this repo with the code I have so far. The documentation mentionsphotoscreen
which I have set to1
. Could someone from the team shed some more light on how to go forward with this? Questions:photoscreen
setting the only change required?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions