Repetier-Firmware icon indicating copy to clipboard operation
Repetier-Firmware copied to clipboard

[Feature request]TFT display (ILI9341) support for Due

Open luxarts opened this issue 6 years ago • 1 comments

I'm planning to add support for TFT display on Arduino DUE boards. The driver it's an ILI9341 in a TFT 320x240. DisplayTFT Link: eBay | Adafruit

The library that I'll use is a modified version made for DUE with DMA support. That means the transfer between the SPI and the screen it's not CPU dependent. Link: ILI9341_due

I'll send a pull request when I have an initial version.

luxarts avatar Apr 16 '18 20:04 luxarts