-
Starting with the example code at: https://randomnerdtutorials.com/lvgl-cheap-yellow-display-esp32-2432s028r/
Using platormIO, I find if you add an include to wire.h and XPT2046_Touchscreen_TT for …
-
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?
-
Did some one get the xp2046 to work with an ESP32-S3
I tried
`
#define XPT2046_IRQ 1 // T_IRQ
#define XPT2046_MOSI 42 // T_DIN
#define XPT2046_MISO 2 // T_OUT
#define XPT2046_CS 41 // T_…
-
## Summary
Add support to new panels
- [X] ILI9488 SPI + FT6236 touch
- [ ] ILI9488 8bit + FT6236 touch
- [ ] ILI9488 8bit + XPT2046 touch
- [x] ILI9488 8bit No touch
- [ ] ILI9488 16bit + XP…
-
Hello,
I've found your Luma.LCD project in PyPi. I've tested your drivers with an ili9341 based touchscreen and it works great. Unfortunately I've not found until now a working solution for the res…
-
Using commit b0af377 I built an ESP32-S3 binary and attempted to create a second `SPI.Device` for using with the XPT2046 touch device, but the program hangs when attempting to instantiate it.
```
…
-
esp32 s3
A lot has changed, I was using a very old build. I compiled a fresh one and took the working code from the discussions, but I get an error
Traceback (most recent call last):
File "bo…
-
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…
-
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)
-
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…