APPW_CreatePersistentScreens() takes long time to execute

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • APPW_CreatePersistentScreens() takes long time to execute

      Hi,

      We are using Segger Appwizard tool to create our GUI design.
      We are using around 28 .xbf files to support different font sizes and styles in our design. In that 6 font files will be used for multi language and each font file size is around 5MB. So, our fonts itself takes 30MB of the flash memory.
      When we load this code into our board, it takes almost an hour to execute the APPW_CreatePersistentScreens() function.

      I would like to know what the above function does. How to reduce the time of execution.
      Your help on this is highly appreciated.
      Thanks.