wayoda / LedControl

An Arduino library for MAX7219 and MAX7221 Led display drivers
Other
464 stars 243 forks source link

fix pgmspace include statement to work e.g. for ESP32 MCUs #45

Open GitCodeGoose opened 3 years ago

stephanschulz commented 1 year ago

this works now. I changed pins around as suggested here https://github.com/wayoda/LedControl/issues/30

LedControl lc=LedControl(32,33,25,2); // feather esp32 v1