Hi , segger
I am using the appwizard to show text. But i found the font size created by Appwizard is too big. Although I have defined the codepoints "Project text only",every font size is at least 150KB. When I check the font data on c file , i found that there are many 0x00 data in const unsigned char array. I think that's a big waste of rom usage. Is there any way to reduce font size created by Appwizard?
I am using the appwizard to show text. But i found the font size created by Appwizard is too big. Although I have defined the codepoints "Project text only",every font size is at least 150KB. When I check the font data on c file , i found that there are many 0x00 data in const unsigned char array. I think that's a big waste of rom usage. Is there any way to reduce font size created by Appwizard?