I've downloaded both the gfx and sharp memory library, but I'm receiving the following errors when I try running sharpmemtest.ino. Does anyone know where these issues may be arising form?
/Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp: In member function 'void Adafruit_ILI9340::begin()':
/Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:180: error: 'SPI' was not declared in this scope
/Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:182: error: 'SPI_CLOCK_DIV2' was not declared in this scope
/Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:188: error: 'SPI_MODE0' was not declared in this scope
Hello,
I've downloaded both the gfx and sharp memory library, but I'm receiving the following errors when I try running sharpmemtest.ino. Does anyone know where these issues may be arising form?
/Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp: In member function 'void Adafruit_ILI9340::begin()': /Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:180: error: 'SPI' was not declared in this scope /Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:182: error: 'SPI_CLOCK_DIV2' was not declared in this scope /Users/Erica/Documents/Arduino/libraries/libraries/Adafruit_ILI9340.cpp:188: error: 'SPI_MODE0' was not declared in this scope
Thanks!