-
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…
-
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the followi…
-
### The problem
Touchscreen no longer works. It does not register any input. There is nothing in logs, even on very_verbose. It's as if it's not being touched at all. I suspect it has to do with th…
-
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…
-
### 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 …
-
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…
-
Hello!
I'm trying to get working this combination of hardware: esp32-S3-Devkit-1N16R8 with PSRAM + ili9341 display + xpt2046 touchscreen.
My build string: python3 make.py esp32 clean BOARD=ESP32_GEN…
-
I'm using an ESP32-WROVER-DEV v1.6 with ILI9341 LCD driver and XPT2046 touch driver.
I tried building like you posted in the instructions for my custom build:
`python3 make.py esp32 submodules cl…
-
trying to compile your arduinovnc project.
The comilation errors on debug.h which is not included.
Is this some standard file that should come from somewhere else (or maybe was so in earlier framewo…