Questions tagged [sd.h]
Questions about the Arduino SD library used for accessing SDCards.
1 question
1
vote
2
answers
2k
views
"SSD1306 allocation failed" when #include SD.h
I'm using the ssd1306_128x64_i2c example file from the 1306's library.
It works perfectly until I add the #include SD.h line, after which it gives the allocation failed error.
Please advise.
#...