Skip to content
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

Open
Maverick87Shaka opened this issue Aug 9, 2019 · 3 comments
Open

Not Compiling anymore - Any update? #8

Maverick87Shaka opened this issue Aug 9, 2019 · 3 comments

Comments

@Maverick87Shaka
Copy link

This version is not working anymore, any chance to get SSD1322 working with adafruit?

Thanks

@brysonreece
Copy link

You're gonna need to explain what compilation issue you're facing before anyone can make an estimate.

@Maverick87Shaka
Copy link
Author

Arduino:1.8.9 (Windows 10), Scheda:"Arduino/Genuino Uno"

C:\Users\Pado\Documents\Arduino\libraries\ESP8266_SSD1322-master\ESP8266_SSD1322.cpp: In member function 'void ESP8266_SSD1322::fastDrawBitmap(int16_t, int16_t, const uint8_t*, int16_t, int16_t, uint8_t)':

C:\Users\Pado\Documents\Arduino\libraries\ESP8266_SSD1322-master\ESP8266_SSD1322.cpp:914:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

     for (int lh = 0; lh < hInRows; lh++)

                         ^

C:\Users\Pado\Documents\Arduino\libraries\ESP8266_SSD1322-master\ESP8266_SSD1322.cpp:968:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

       for (int lh = 0; lh < hInRows; lh++)

                           ^

C:\Users\Pado\Documents\Arduino\libraries\ESP8266_SSD1322-master\ESP8266_SSD1322.cpp:1052:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

       for (int lh = 0; lh < hInRows; lh++)

                           ^


Lo sketch usa 9550 byte (29%) dello spazio disponibile per i programmi. Il massimo è 32256 byte.
Le variabili globali usano 2359 byte (115%) di memoria dinamica, lasciando altri -311 byte liberi per le variabili locali. Il massimo è 2048 byte.
Memoria esaurita; guarda http://www.arduino.cc/en/Guide/Troubleshooting#size per consigli su come ridurne l'utilizzo.
Errore durante la compilazione per la scheda Arduino/Genuino Uno.


This is the output trying to compile the example for Arduino Uno, no other library or code added.

@brysonreece
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants