-
Is this based upon the latest 1.4 from Paul please, or did you hack the 0.0.0-alpha version that is stale in platforio currently?
-
-
I'm not having much success getting touch to work. There is one show stopper in TFT_read_touch in tft.c.
There is a test for (ybottom - ytop)
-
I am the co-designer of the unphone ([Device](https://unphone.net/) [Shop](https://shop.pimoroni.com/products/unphone)) which is open source hardware and software.
We use the [XPT2046](https://data…
-
If using Paul's FFT code for playing audio from the SD audio shield board while detecting a touch from the ILI9341/XPT2046 display, is there a possible IRQ conflict sinse both are on the SPI bus? I kn…
-
### Describe the bug
One of the corners of my xpt2046 touch screens is not responsive during the calibration procedure or in use. This only occurs with esp-tftespi-default-xpt2046 setup and does not …
-
Hi everyone,
I've successfully flashed Pideck 0.2 on my SDCard and I was able to boot it correctly by using an external display connected to the HDMI port. I'd like to use a XPT2046 lcd touchscreen…
-
The XPT2046 touch controller supports SPI. The only driver in TinyGo is without SPI. Both implementations should exist (maybe add a function `NewSPI()` to use the SPI implementation). I would be happy…
-
Every time lvgl calls read_cb of the indev driver, the driver queries the touch panel and obtains coordinates and touch status.
It’s possible to improve the driver so it would query the touch panel o…
-
Hello
I fiddle with my Cheap yellow Display but I can't assign SPIClass(VSPI);
The begin() function can also specify communication on a different SPI port.
`ts.begin(SPI1); // use SPI1 rather th…