Touch GFX without external flash
Hi, I would like to implement a boot loader and still use touch gfx to show very basic info on our screen while the firmware update process is taking place. Probably a black background with white text showing the progress.
Is there a way to build the font and bitmap data and store them into the STM32 internal flash so that, from this bootloader, I can update the external flash containing all the fonts and bitmaps of our application firmware?
What is the firmware update strategy you guys are using to update the external flash of your main application's firmware in the field?
Thank you,