Finally after many months with no time for LED's,

Finally after many months with no time for LED’s, I have done some updates to my classes. This is the Text one and it now allows fonts of any size :slight_smile:
https://github.com/AaronLiddiment/RGBLEDS/
http://www.youtube.com/watch?v=womJPRJh72o

Brilliant work on the matrix sprites, however I just wanna know if you used and arduino , I am running an uno and I get the following “Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.”
Any ideas?

All my writing & testing has been done using the Arduino dev but with a Teensy 3, thus memory has never been an issue for me. I’m not that familiar with the Uno but think it has quite limited ram.

I agree , the code compiled on an arduino mega , looks like i’ll be playing with a teensy soon ! Thanks for info.