You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
GT911 uses interrupt mode, and most single touches on LVGL are equivalent to two touches.
GT911 uses interrupt mode, and most single touches on LVGL are equivalent to two touches. (BSP-523)
Jul 22, 2024
Board
Custom board
Hardware Description
RGB Display with GT911 touch
IDE Name
VSCode
Operating System
Windows 11
Description
LVGL version:
9.1.0
IDF version:
5.3-rc1
GT911 uses interrupt mode, expecting a single touch to be effective once; it is actually equivalent to two touches;
It can be determined that it is not a problem with LVGL, related link: https://forum.lvgl.io/t/i-clicked-the-screen-once-but-it-had-the-effect-of-clicking-twice/10848
The problem still exists when the touch point of the touch component is changed to 1 in idf.py menuconfig
Sketch
like example, only change rst and int pins
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: