PaulStoffregen / ILI9341_t3

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

ESP8266 Hardware causing compile error due to missing KINETISK_SPI0, SPI_SR_EOQF, etc #37

Closed gojimmypi closed 7 years ago

gojimmypi commented 7 years ago

Greetings -

I was hoping to use this cool library with the ESP8266 from the Arduino environment (I am using Visual Micro in Visual Studio). The problem I am having is related to a missing declaration (perhaps for different target hardware?) at compile time:

error: 'KINETISK_SPI0' was not declared in this scope error: 'SPI_SR_EOQF' was not declared in this scope error: 'SPI_SR_TCF' was not declared in this scope (and then a ton of related errors)

Can the ESP8266 hardware be used with this ILI9341_t3 library?

thanks

PaulStoffregen commented 7 years ago

Can the ESP8266 hardware be used with this ILI9341_t3 library?

No, it's not supported.

WA9SGD commented 3 years ago

I'm trying to use ILI9341_T3 with an STM32F1. I'm getting similar errors to the previous post. Is this supported? Is this library specific to Teensy?

FrankBoesing commented 3 years ago

Yes it is. It will not work on other CPUs.