wayoda / LedControl

An Arduino library for MAX7219 and MAX7221 Led display drivers
Other
466 stars 245 forks source link

ESP8266 fix #14

Open sej7278 opened 8 years ago

sej7278 commented 8 years ago

Fixes issue #10

mfaheemakhtar commented 6 years ago

@sej7278, I saw that your fix has not been merged yet. I've embed your fix in my forked version. :)

https://github.com/mfaheemakhtar/LedControl-F

Hope you will not mind. :D

microwiz commented 6 years ago

This needs to be merged.

bertrik commented 6 years ago

Using platformio, you can test that it works using: pio ci examples/LCDemoMatrix --lib=. --board=d1_mini and for the atmel avr arduinos: pio ci examples/LCDemoMatrix --lib=. --board=uno