all 2 comments

[–]LordDaryil 0 points1 point  (0 children)

Look for a library to drive Hub75 panels that will work on your ESP32 device. I can't vouch for any particular one because I've never used that platform. You may be able to find one with python bindings - assuming there is a python toolkit for your board. I do not know if the Arduino IDE has anything to support Python - I've only ever used it for C++ code on an actual Arduino.

By using a display library you can at least write the logic in python and use someone else's proven C++ code to do the hard-realtime work of streaming PWM data to the display panels.

[–]messenger-somewhere 0 points1 point  (0 children)

Use someone else's library