PaulStoffregen / ILI9341_t3

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

Not compiling for Arduino Mega #46

Open harshcht opened 7 years ago

harshcht commented 7 years ago

The library is not compiling for arduino mega and is giving the following error : 'SPI_PUSHR_EOQ' was not declared in this scope

KINETISK_SPI0.PUSHR = d | (pcs_data << 16) | SPI_PUSHR_CTAS(1) | SPI_PUSHR_EOQ;

PaulStoffregen commented 7 years ago

This optimized library only works on Teensy 3.x.

Errors on Arduino Mega and all other non-Teensy boards (even Teensy LC & 2.0) are normal.

vikulin commented 5 years ago

Please provide compatibility list in library description. It will save time for users who does not have Teensy boards.

FrankBoesing commented 4 months ago

agree