Hi I am trying to put a GIF I split into 31 .jpg's but it skips through almost all of the images is it to long or am i missing something, for refrence I used the Sprite animation guide from fitbit. If anybody who has also worked with animated images in clockfaces can you please give me some advice thank you
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Try using PNG files, they are automatically converted to a format that the device can render using hardware. JPG files tend to be slow to decode, so that's probably why it's skipping frames.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
To add to the conversion to PNGs..
You can compress the png images as well. I've noticed a big improvement on a watchface I've created with a lot of resources, and the quality of the images doesn't drop enough to be a concern on a screen with this pixel density.