PaulStoffregen / ILI9341_t3

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

Missing Symbols using Arduino IDE 1.6.7 #23

Closed waldo1979 closed 8 years ago

waldo1979 commented 8 years ago

Getting some compilation errors while attempting to compile in 1.6.7 due to missing symbols:

ILI9341_t3/ILI9341_t3.h:178:9: error: 'KINETISK_SPI0' was not declared in this scope ILI9341_t3/ILI9341_t3.h:193:31: error: 'SPI_SR_TCF' was not declared in this scope ILI9341_t3/ILI9341_t3.h:197:67: error: 'SPI_PUSHR_CTAS' was not declared in this scope ILI9341_t3/ILI9341_t3.h:197:71: error: 'SPI_PUSHR_CONT' was not declared in this scope

Any idea where these should be declared?

waldo1979 commented 8 years ago

Fresh install of Windows 10, attempting to compile the graphicstest example.

blackketter commented 8 years ago

Make sure you have Tools > Board set to a Teensy 3.x

PaulStoffregen commented 8 years ago

@blackketter - Thanks!