stm32746g discovery . BSP: stm32746g_discovery_ts. Touch screen events & gesture.
When working in interrupt mode, I can not track all the events.I only seeTOUCH_EVENT_LIFT_UPTOUCH_EVENT_CONTACTmoreover, the TOUCH_EVENT_LIFT_UP event is registered twice,but the TOUCH_EVENT_PRESS_DOWN event is not logged at all.if (TS_State.touchEve...