2dom / PxMatrix

Adafruit GFX compatible graphics driver for LED matrix panels
BSD 3-Clause "New" or "Revised" License
849 stars 172 forks source link

Refresh rate benchmark #333

Closed devRomeos closed 8 months ago

devRomeos commented 8 months ago

Not sure if this is the place to ask this. I would like to know if there are some charts or way to calculate how far can push esp32 images to a panel with this library, looking for archive +1500hz 32x32@3bit.

Anyone with fast outdoor panel wanna share results?

Thanks

2dom commented 8 months ago

This library is optimized for low pin-count. If you have an ESP32 (which has sufficient I/Os) and need high refresh rates I suggest using another library that supports DMA.