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
30 stars 20 forks source link

Not working with pins swapped #11

Open akshaythoke9116 opened 2 years ago

akshaythoke9116 commented 2 years ago

Hello I am working with P10 display with following pins of ESP32, but display is not showing anything.

define pin_A 0

define pin_B 16

define pin_sclk 12

define pin_noe 15

define pin_clk 14 //shift clock

define pin_r_data 13 //data pin 1

define panel_width 2

define panel_heigh 2