Qudor-Engineer / DMD32

A library for driving the Freetronics 512 pixel dot matrix LED display "DMD", a 32 x 16 layout using ESP32.
GNU General Public License v3.0
29 stars 19 forks source link

Use Library on HUB 08 or HUB 75 Led Display #9

Closed ashadyiman closed 2 years ago

ashadyiman commented 3 years ago

can i use this library on led display with HUB 08 or HUB 75? the pin is similar but there is a different in SCLK pin on dmd and LAT/STB pin on Hub08 or Hub75.

Qudor-Engineer commented 3 years ago

Refer to the original DMD library (https://github.com/freetronics/DMD) if it support HUB then DMD32 should be as well.

budi-s commented 3 years ago

I don't think this library works for HUB08 or HUB75 because it has different scan rate and pinout. You need to modify this (or the original one) to work with those.