Bodmer / TFT_Touch

Arduino touch screen library for XPT2046
31 stars 13 forks source link

QUESTION: pin usage #2

Closed IraSch closed 6 years ago

IraSch commented 6 years ago

I'm looking to use this library with your TFT_eSPI library on an OddWires ESP32. There are 4 pin defiinitions in your example:

DOUT, DIN, DCLK and DCS.

Do DOUT, DIN and DCLK refer to the SPI pins MOSI, MISO and SCK?

Thanks.

Bodmer commented 6 years ago

The touch library is built into TFT_eSPI, the TFT_Touch library is for AVR processors.

See the TFT_eSPI touch screen examples.

Post back is you need more help.

IraSch commented 6 years ago

Thank you. I didn't realize it was there.