mzashh / HUB75-Pixel-Art-Display

A WIFI enabled LED Pixel Art Display based on HUB75 panels driven by the ESP32
MIT License
48 stars 6 forks source link

possible to use other resolution panels #3

Closed HungryBox45 closed 1 year ago

HungryBox45 commented 1 year ago

hello, i want to use a 64x32 panle with this firmware is it possible to do so?

mzashh commented 1 year ago

you can use any panel supported by the hub75 library, you just need to change the resolution and some initialisation code .

https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA#supported-panels

HungryBox45 commented 1 year ago

ok i will see, thank you