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

Added HSPI Support #5

Open biswaKL opened 3 years ago

biswaKL commented 3 years ago

Added HSPI support in ESP32. It will use below pins instead of VSPI pins:

SS = GPIO 15
CLK = GPIO 14
MISO = GPIO 12
MOSI = GPIO 13