Tagged Questions
1
vote
3answers
1k views
Am I overflowing my AVR's flash memory with a program that's too big?
I have a project where an ATtiny2313V is controlling a 7x5 LED matrix to display scrolling text. To display the text, I built a font which is stored in the flash with the rest of the program.
The ...