errors galore when i try to run the adafruit examples
from here >>>>>> GitHub - adafruit/Adafruit_ILI9340: This is a library for the Adafruit 2.2" SPI display.
graphicstest.ino:19:30: error: Adafruit_ILI9340.h: No such file or directory
graphicstest:38: error: 'Adafruit_ILI9340' does not name a type
graphicstest.ino: In function 'void setup()':
graphicstest:46: error: 'tft' was not declared in this scope
graphicstest:58: error: 'ILI9340_CYAN' was not declared in this scope
graphicstest:62: error: 'ILI9340_RED' was not declared in this scope
graphicstest:62: error: 'ILI9340_BLUE' was not declared in this scope
graphicstest:66: error: 'ILI9340_GREEN' was not declared in this scope
graphicstest:70: error: 'ILI9340_YELLOW' was not declared in this scope
graphicstest:70: error: 'ILI9340_MAGENTA' was not declared in this scope
graphicstest:77: error: 'ILI9340_WHITE' was not declared in this scope
graphicstest.ino: In function 'void loop()':
graphicstest:101: error: 'tft' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFillScreen()':
graphicstest:110: error: 'tft' was not declared in this scope
graphicstest:110: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest:111: error: 'ILI9340_RED' was not declared in this scope
graphicstest:112: error: 'ILI9340_GREEN' was not declared in this scope
graphicstest:113: error: 'ILI9340_BLUE' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testText()':
graphicstest:119: error: 'tft' was not declared in this scope
graphicstest:119: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest:122: error: 'ILI9340_WHITE' was not declared in this scope
graphicstest:124: error: 'ILI9340_YELLOW' was not declared in this scope
graphicstest:126: error: 'ILI9340_RED' was not declared in this scope
graphicstest:129: error: 'ILI9340_GREEN' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testLines(uint16_t)':
graphicstest:148: error: 'tft' was not declared in this scope
graphicstest:151: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFastLines(uint16_t, uint16_t)':
graphicstest:198: error: 'tft' was not declared in this scope
graphicstest:200: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testRects(uint16_t)':
graphicstest:211: error: 'tft' was not declared in this scope
graphicstest:214: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFilledRects(uint16_t, uint16_t)':
graphicstest:228: error: 'tft' was not declared in this scope
graphicstest:231: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFilledCircles(uint8_t, uint16_t)':
graphicstest:247: error: 'tft' was not declared in this scope
graphicstest:249: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testCircles(uint8_t, uint16_t)':
graphicstest:263: error: 'tft' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testTriangles()':
graphicstest:280: error: 'tft' was not declared in this scope
graphicstest:283: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFilledTriangles()':
graphicstest:299: error: 'tft' was not declared in this scope
graphicstest:302: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testRoundRects()':
graphicstest:319: error: 'tft' was not declared in this scope
graphicstest:322: error: 'ILI9340_BLACK' was not declared in this scope
graphicstest.ino: In function 'long unsigned int testFilledRoundRects()':
graphicstest:336: error: 'tft' was not declared in this scope
graphicstest:339: error: 'ILI9340_BLACK' was not declared in this scope
and
spitftbitmap.ino:18:59: error: Adafruit_ILI9340.h: No such file or directory
spitftbitmap:36: error: 'Adafruit_ILI9340' does not name a type
spitftbitmap.ino: In function 'void setup()':
spitftbitmap:48: error: 'tft' was not declared in this scope
spitftbitmap:49: error: 'ILI9340_BLUE' was not declared in this scope
spitftbitmap.ino: In function 'void bmpDraw(char*, uint16_t, uint16_t)':
spitftbitmap:83: error: 'tft' was not declared in this scope
spitftbitmap:130: error: 'tft' was not declared in this scope
spitftbitmap:131: error: 'tft' was not declared in this scope
spitftbitmap:134: error: 'tft' was not declared in this scope
is there some reason they wont compile ??