adafruit / Adafruit_ILI9341

Library for Adafruit ILI9341 displays
406 stars 281 forks source link

Error compliling :'TFT_CS' was not declared in this scope #22

Closed lostgab closed 7 years ago

lostgab commented 7 years ago

this is the error i got after uploading the graphictest featherwing

graphicstest_featherwing:50: error: 'TFT_CS' was not declared in this scope

Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);

                                     ^

graphicstest_featherwing:50: error: 'TFT_DC' was not declared in this scope

Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);

ladyada commented 7 years ago

you have to select the right feather board in arduino