marekburiak / ILI9341_due

Arduino Due and AVR (Uno, Mega, Nano, Pro Mini,...) library for interfacing with ILI9341 SPI TFTs
http://marekburiak.github.io/ILI9341_due
99 stars 36 forks source link

Arduino Zero DMA #12

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello,

i try to modify this library for Arduino Zero. NORMAL mode works good (but still some improvements possible) and faster then the Adafruit library. But DMA dont want to work. I also modified SdFat library and get nearly same Speed like with Arduino Due. But with same code in ILI9341_due library (i also tested Adafruit_ZeroDMA) no write or read are possible. It seems the display reject data if i try to use DMA transmission.

Can anyone help here?