How to Store Font Table in Flash with GCC?
Posted on July 16, 2012 at 18:26I have a large 5x7 pixel font table that I want to store in flash memory instead of RAM memory. I am using Eclipse with the ARM GCC plugin.I am hoping there is something similar to avr/pgmspace.h but obviously for STM...