LEDMatrixDriver icon indicating copy to clipboard operation
LEDMatrixDriver copied to clipboard

A replacement for Arduino's LedControl library

Results 2 LEDMatrixDriver issues
Sort by recently updated
recently updated
newest added

Hello, I tried to compile this demo-code onto a ESP32-nodeMCU but the display did not show the text [code] #include #include // This sketch draw marquee text on your LED...

enhancement
help wanted
wip

Libraries should NOT initialize other hardware than for which is that library written. For example here you initialize SPI without parameters, which leads this library does not work on other...

enhancement