I just got an R4 WiFi and played with the LED matrix after firing it up yesterday.
I geeked out a lot on the ArduinoLEDMatrix.loadSequence method and I created an Excel Spreadsheet with VBA that builds animation code from frames "drawn" in the Excel sheet. In each drawn frame, entering a "1" turns the cell red (the actual LED color) and entering a "0" or blank in each cell leaves it white.
I'm still working on it (perfecting it) but will share publicly once it's good enough.
Here's a couple of notes so far:
1.) It uses VBA (.xlsm) to update the code in real time (every time there is a change to any cell in the sheet).
2.) Copy->Paste from Excel to the Arduino IDE puts quotes around the whole code and additional quotes around "Arduino_LED_Matrix.h" (probably just going to live with that).
I've done somewhat similar things in Excel. It's generally possible to do this without using any VBA, which makes things a little easier to distribute. All it takes is a little creativity with existing excel functions.
Hi Rsmls - Yeah I might try for that later version or even before publishing (thought the same thing). It works now but still a bit to kludgy to share.