Modify for 52x52 LED Panel

I had some trouble with posting/editing my first post, and seems like the post did not came thru.
However I couldn’t fix the issue (glitching after restart on the teensy3) So I’ve moved over to the ESP32 using also the teensylc branch.

I tried to modify the code to 52x52 output, but it was more worse, esp32 wont even show anything…
So I just leave it at 64x64 and do my own skipping 3 pixel code when receiving stuff from my PC. (since I wanted to receive data from a PC anyway instead using a SDCard or selfmade graphics on arduino)

It partially works for now, streaming video on WiFi!


If interested, I could share the code aswell.

As for the DEFAULT_PANEL_WIDTH_FOR_LINEAR_PANELS, its in the SmartMatrixPanelMaps.cpp file.
but I just leave that alone for this panel that i’m using.

Thanks,
Appelza

(my english isn’t that great)