KurtE / ILI9341_t3n

Extended ILI9341_T3 library (Teensy) including all SPI buses, Frame buffer, plus
MIT License
50 stars 23 forks source link

Arduino Due #39

Closed phhoef closed 3 years ago

phhoef commented 3 years ago

Is it possible to use this lib with an Arduino Due? My first test failed, as the DMAChannel.h file is missing. I never saw a Teensy, but I think the file is included in the Teensy core, right?

Accordingly, it's not possible to use the lib without further ado?

KurtE commented 3 years ago

I would doubt that this library would work with Arduino Due. The underlying code works directly with the hardware registers, including DMA...

It probably could be ported but not sure how much work.

You should be able to use the Adafruit_ili9341 library

phhoef commented 3 years ago

I was afraid, that you say that :-) Thanks for your quick response.