I've been trying to make a watchface that has absolutely no UI, no clock, nothing except an animated background. Kind of like a screensaver.
But every attempt at uploading my watchface to my Xiaomi Mi Band 6, it uploads correctly without errors but on the watch it's like there was no watchface uploaded (it circles infinitely between the settings or other menus , as if the watchface screen doesn't exist)
So my question is, if it's even possible to have no UI at all, only the background, or is the fact I only compiled the background making my watch bug out ?
If this matters i've tried using various tools like MiBandWFTool or XMI-Watch to compile the .bin file and they don't seem to have different results.
I attached my .json and .bin too. Json:
Code: Select all
{
"Other": {
"Animation": [
{
"UnknownTF4": 0,
"AnimationImages": {
"ImagesCount": 8,
"X": 0,
"Y": 0,
"ImageIndex": 0
},
"Speed": 100,
"RepeatCount": 1
}
]
}
}