Need advice on creating this watch face
Posted: 03 Nov 2019, 10:07
I have problem with my custom watch face, can anyone give me an advice?
First of all, I'm not good at English, my writing might frustrate you, sorry in advance.
As I'm working on creating this watch face, I was doing fine with it, I can export it, but when I tried installing on band4, it showed up an error, I think it's because there are too many images for minutes section which is 60 images. Then, I changed to 10 instead of 60, so I can install it on the band (so minutes won't show up).
Hours show up correctly (I guess..) as down below here, the system recognize 13:00 pm as 1:00 pm
That's why I'm struggling with it, I can't figure out how to solve this. Any code that can separate minutes section? or any idea?
or it's impossible to do this kinda watch face XD
First of all, I'm not good at English, my writing might frustrate you, sorry in advance.
As I'm working on creating this watch face, I was doing fine with it, I can export it, but when I tried installing on band4, it showed up an error, I think it's because there are too many images for minutes section which is 60 images. Then, I changed to 10 instead of 60, so I can install it on the band (so minutes won't show up).
Code: Select all
"Minutes": {
"Tens": {
"X": 29,
"Y": 15,
"ImageIndex": 0,
"ImagesCount": 0
},
"Ones": {
"X": 29,
"Y": 15,
"ImageIndex": 26,
"ImagesCount": 60Hours show up correctly (I guess..) as down below here, the system recognize 13:00 pm as 1:00 pm
Code: Select all
"Hours": {
"Tens": {
"X": 14,
"Y": 15,
"ImageIndex": 0,
"ImagesCount": 0
},
"Ones": {
"X": 14,
"Y": 15,
"ImageIndex": 1,
"ImagesCount": 13or it's impossible to do this kinda watch face XD