-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using LedControl.h library: avr/pgmspace.h: No such file or directory #508
Comments
Try #include <pgmspace.h>. |
Yep, that worked. But had to change the code in the Added this:
Where Found this solution on an issue that the ESP8266 had: |
Hi, I added to Adafruit_SH1106.cpp It was working a few weeks ago but not anymore. |
Hi,
I am trying to use the Arduino LedControl library to drive a
max7219
led matrix displaybut when I compile, there is no
avr/pgmspace.h
Many led control libraries use
pgmspace.h
. Is this available or possible on esp32?I am using an Adafruit HUZZAH32 ESP32 Feather Board
Any advice or direction on this matter would be greatly appreciated.
Thanks!
Ryan
The text was updated successfully, but these errors were encountered: