-
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 …
-
I have done calibration like this :
```
...
display = st7789.ST7789(
data_bus=display_bus,
display_width=240,
display_height=320,
backlight_pin=14,
)
…
-
### The problem
Hi, I have several Aztouch devices that use that touchscreen platform, for years they have always worked even with esphome updates, I have just updated two of these devices from ver…
-
### 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…
-
Hi atanisoft,
I am trying to implement your lib in my project.
I use the spi_lcd_touch example and ESP-IDF 5.3.1 for a JC2432S028 shield.
The LVGL gauge demo is running fine, but now I want to …
-
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…
-
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…
-
Since I want to use ov2640 camera. I used below command to build firmware. (followed most step as https://github.com/lemariva/micropython-camera-driver)
The firmware can be generated , but its size i…
-
## 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…
-
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_…