10-06-2017 12:30
10-06-2017 12:30
Hello @JonFitbit
I have a picture in background of my ClockFace. It seems to need a long time at start to load it.
Is there a chance to hold the picture in memory or something like that.
At the moment i have add it in the project in FitBit-Studio or is it better to load it in file structure and clockface-app load it from file sturcture?
I comment out all things only load picture is active and it need a lot time to load
Answered! Go to the Best Answer.
10-06-2017 13:25
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.
10-06-2017 13:25
JPG files can take a while to render. Try switching to PNG, it gets automatically converted to a format which is rendered faster by the hardware.
Best Answer10-06-2017 12:45
10-06-2017 12:45
How big is your picture? it only needs to be 386px x 250px ( I think) if it's more than that it's a waste, because the resolution of the screen is that size.
Best Answer10-06-2017 13:24
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.
10-06-2017 13:24
@Bastion wrote:
How big is your picture? it only needs to be 386px x 250px ( I think) if it's more than that it's a waste, because the resolution of the screen is that size.
348x250
Best Answer10-06-2017 13:25
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.
10-06-2017 13:25
JPG files can take a while to render. Try switching to PNG, it gets automatically converted to a format which is rendered faster by the hardware.
Best Answer10-06-2017 13:48
10-06-2017 13:48
Ah thank you make it realy much faster XD
Best Answer