Which touchscreens are compatible with Arduino Due?

I am trying to bild a project on Arduino Due... Just wanted to check which touchscreens are compatible with Arduino Due.

Check Adafruit and Amazon for TFT displays for Arduino. There are several types that are compatible with the Arduino some. Some displays use the SPI Serial interface others hae there own controller. Make sure that whatever display you get, make sure you use the correct library. The documentation on either Amazon or Adafruit should provide the best way to setup your display

I have seen 3.5” TFT Touchscreen Shield on ebay, I have DUE too so was gonna buy it at some point but no need for now. It uses parallel interface so is faster than SPI

Can you send me the ebay link ??

I see that the Arduino DUE is able to communicate via UART, SPI and I²C, so the touch screen should work as long as it can communicate through these.

Similar to serial screens, and touch screens using SPI or I²C.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.