66 views
in Embedded Wizard Studio by

Hello EW team,

The bitmap/font resources take up a lot of space of the flash, so it will take some time to load them when boot up.

I want to accelerate the bootup speed of my device, so can I load bitmap/font resources asynchronously? Or just load a part of the resources when boot up?

Thank you!

1 Answer

0 votes
by
Hello,

I suppose you copy the entire flash content into RAM, right? If not, resources are already loaded on demand. That means, the first time your application accesses a bitmap resource, the resource is loaded in internal cache. Resources not needed are not loaded in advance.

I hope it helps you further.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...