PaulStoffregen / ILI9341_t3

Optimized ILI9341 TFT Library
http://pjrc.com/store/display_ili9341.html
241 stars 93 forks source link

"Does not work with Teensy or Teensy 2.0+" on arduino mega #56

Closed N00TN00T closed 4 years ago

N00TN00T commented 4 years ago

Hey,

When I try to upload my arduino sketch with your example "graphicstest", I get the following error: "Sorry, ILI9341_t3 does not work with Teensy 2.0 or Teensy++ 2.0. Use Adafruit_ILI9341." I don't really know what Teensy is, but from a quick google search it seems it's some form of board that I don't have. I have a mega 2560 arduino board.

PaulStoffregen commented 4 years ago

This library only works on Teensy 3.x and 4.x. It will not run on Mega.

Use Adafruit_ILI9341, as the message says.