Search found 4 matches
- 11 Jun 2021, 22:04
- Forum: Watchfaces tools
- Topic: Huami watchface editor
- Replies: 58
- Views: 89891
Re: Bip U / GTS 2 mini watchface editor
Professional... think about how they store our data correctly!
- 26 Dec 2018, 16:08
- Forum: Closed topics
- Topic: The error log states that I don't have 0200.png
- Replies: 1
- Views: 1050
Re: The error log states that I don't have 0200.png
we need json file, you're referring to a file (0200.png) that doesn't exist
- 03 Aug 2018, 18:49
- Forum: Closed topics
- Topic: When I add seconds a watch face, some icons disappears (alarm,bluetooh etc)
- Replies: 3
- Views: 1126
Re: When I add seconds a watch face, some icons disappears (alarm,bluetooh etc)
You must add seconds on same line of hours.
- 30 Jul 2018, 12:05
- Forum: Closed topics
- Topic: Changing colors of minutes
- Replies: 2
- Views: 1119
Re: Changing colors of minutes
Open json file and locate :
"Minutes": {
"Tens": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
}
}
image index is first number , so you must replace 001.png , 002.png .... 010.png with yours
"Minutes": {
"Tens": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": xxxxxx,
"Y": yyyyyy,
"ImageIndex": 1,
"ImagesCount": 10
}
}
image index is first number , so you must replace 001.png , 002.png .... 010.png with yours