This topic was created in order to discuss
all issues related to the creation and modification of watch faces for MI Band 4
Moderators: Internal error, Watchmens
Code: Select all
"WeekDay": {
"X": 5,
"Y": 21,
"ImageIndex": 21,
"ImagesCount": 7
}Thanks! I got it working on the bracelet.lukbe wrote: 23 Jul 2019, 06:26For week day is necessary to have 21 images (7+7+7 -> Chinese + Chinese + your lang). Chinese + Chinese can by any another picture (e.g. numbers).
There's one more alternative I found:
oplexz wrote: 23 Jul 2019, 18:35There's one more alternative I found:
First 14 images are chinese weekdays, so eg your weekday images (for instance, English) begin at at 21, you can just subtract 14 from 21 (7) and use 7 as starter index. The preview files will use different images for weekdays, but on your bracelet it will look just fine, because it has skipped the first 14 images, and starter index is 21.
If something is unclear, reply to this message and I'll explain on your particular code![]()
Code: Select all
"WeekDay": {
"X": 19,
"Y": 171,
"ImageIndex": 21, // coincidence, my weekday images start at index 0021
"ImagesCount": 21 // 3 identical sets of 7 images
}(7 + 7 + 7). If you use the third 7, you can replace the first two 7 with a 1X1 pixel image.yinas wrote: 24 Jul 2019, 20:56oplexz wrote: 23 Jul 2019, 18:35There's one more alternative I found:
First 14 images are chinese weekdays, so eg your weekday images (for instance, English) begin at at 21, you can just subtract 14 from 21 (7) and use 7 as starter index. The preview files will use different images for weekdays, but on your bracelet it will look just fine, because it has skipped the first 14 images, and starter index is 21.
If something is unclear, reply to this message and I'll explain on your particular code![]()
Sorry but it is not clear...
Just wondering, does this mean I could save on images overall? ie, I would prefer to only include the images I actually need, in this case only 7 different images for weekdays.
Currently I have it working just fine on the actual band, but I am using 21 images, as described in my comment before, with 3 identical sets of 7 images (Monday through Sunday) - which is a waste IMO.
again, this is the code I use:
Code: Select all
"WeekDay": { "X": 19, "Y": 171, "ImageIndex": 21, // coincidence, my weekday images start at index 0021 "ImagesCount": 21 // 3 identical sets of 7 images }
Hi,lvpokka wrote: 13 Aug 2019, 21:46please use only 1.3.8! Its have no bugs and fixed all preview problems...
no it's not possible... they drawing in following order which cannot be changed. Overwrite animation can only last json element HeartProgress
Users browsing this forum: Amazon [Bot] and 1 guest