-
Notifications
You must be signed in to change notification settings - Fork 17
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
Not Compiling anymore - Any update? #8
Comments
You're gonna need to explain what compilation issue you're facing before anyone can make an estimate. |
This is the output trying to compile the example for Arduino Uno, no other library or code added. |
The 'out of memory' error you're facing is due to the Arduino Uno not having enough dynamic memory to allocate to global variables. I believe this library only has integrated support for the Arduino 101 at the moment. |
This version is not working anymore, any chance to get SSD1322 working with adafruit?
Thanks
The text was updated successfully, but these errors were encountered: