Wozzy, how did you generate the fonts in this video? http://www.youtube.com/watch?v=kBIOLT8ym8A
Hey all, I just wanted to let you know my 16x16 rgb matrix pcbs are in! I have a little over 12000 WS2812s on reels
DMAMEM int displayMemory[ledsPerStrip*6];
int drawingMemory[ledsPerStrip*6];
1. Why is the displayMemory an int array (2 bytes) versus a byte array (1 byte)?
2. Why is the ledsPerStrip Multiplied by 6? Seems like only 3 would be needed (3 bytes per pixel, 1 byte per color)
I'm curious how one sets the voltage for going back the other way, but obviously I've no need for that here.