ems10 / arduino-sharp-memory-lcd-gfx-library

Automatically exported from code.google.com/p/arduino-sharp-memory-lcd-gfx-library
Other
0 stars 0 forks source link

Compiling issue #3

Open ems10 opened 8 years ago

ems10 commented 8 years ago

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!