lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
305 stars 272 forks source link

FT810 driver touch issues #207

Closed serhatuysal closed 1 year ago

serhatuysal commented 1 year ago

1 2 3 4

I have a 480272 display with FT810 chipset and I want to use this display with esp32. I can successfully get images with the configurations in the images, but I have a problem. My touchscreen is not working properly. No matter what setting I did. My problem is that the touch screen always works in an area of about 240 136 in the lower left corner, but the touch area does not work with the exact coordinates. What could be my problem? I showed the related problem in the video. Lvgl Version :7.11.0

https://user-images.githubusercontent.com/5434174/189601959-cac4cff6-6a83-4afa-9a4a-f4a56037f316.mp4

serhatuysal commented 1 year ago

i solved the problem