Figured I might throw this out and see if anyone has some experience with this already.
I've got some LED panels with 256 RGB pixels and (with the help of a friend) I've got some very basic code to shove data out to the panel. As I understand it, the data is just an array of pixel values being sent out over SPI.
I can make some very basic patterns, but would like to get fancy-er if possible.
Researching around the Arduino world, there's some various libraries like the AdaFruit GFX library which seems kinda useful for generating patterns.
Has anyone ported anything like this to Maple?