lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 157 forks source link

ili9488 + xpt2046 screen not responding to touch #116

Closed dukeduck1984 closed 3 years ago

dukeduck1984 commented 3 years ago

This happens when ili9488 and xpt2046 share the same spi bus, the display works fine but the screen won't respond to touch.

The similar issue was aslo reported and discussed in this repo.

The temporary solution is to disconnect the MISO of the display, but then the display somehow becomes 'slow' (which is based on my observation). Pls see the forum discussion here.

I was using MicroPython v1.13 + LVGL v.7.9, ESP32 Wrover module.

stale[bot] commented 3 years ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

embeddedt commented 3 years ago

Closing, as this issue was resolved on the forum (and stale-bot is broken now).