Search found 1 match

by henrik04
Sun May 17, 2020 10:16 pm
Forum: Sample Code
Topic: Arduino example: XPT2046 touch and ILI9341 tft.
Replies: 2
Views: 17013

Re: Arduino example: XPT2046 touch and ILI9341 tft.

The problem I saw ( ESP32 and ILI9341 + SDCARD + XPT2046 Touch Screen) is that the XPT2046 library does not let you specify which SPI hardware you want to use. :? I mean VSPI or HSPI. Three SPI channel exists on these LCD boards. Two MOSI/MISO SCK will be common on the ESP32. (With different CS line...