HI.
I have a linkIt ONE, an epaper shield, and a 2.7" epaper (EM027AS011) and I need some help. I do not have an SD card, and I do not want to use an SD card
I dowloaded the Small_ePaper_Shield from Github
when I try to compile image.ino I get the following error
Arduino/libraries/EPD/ePaper.h:28:16: fatal error: SD.h: No such file or directory
#include <SD.h>
when I try to compile, I get many errors
Applications/Arduino.app/Contents/Java/libraries/SD/src/utility/Sd2Card.cpp:27:8: error: ‘SPISettings’ does not name a type
static SPISettings settings;
I tried commenting include <SD.H>, it compiles but it does not display any image (image.ino)
What should I do to compile without SD?
thank you for your help.
regards