On a STM32F722xx board with no SDRAM, all I have are the 256KB or internal RAM and 512KB FLASH. I implemented PartialFramebuffer and got it working. To reduce the size of the FLASH image, I wanted to implement loading the bitmaps from the SD card.I f...