Page 1 of 1

Multi-touch support

Posted: Sat Jan 14, 2023 8:43 pm
by espfan
Hi,

I'm trying the Touch Element matrix example on ESP32S3 DevKit and it detects Press and Release events ok.
https://github.com/espressif/esp-idf/tr ... uch_matrix

But when I touched one button/axis and then the second one while still holding the first, the event for second touch is not captured. Then I've read somewhere in ESP-IDF Programming Guide that multi-touch is not currently supported.

My question is - is any plan to support multi-touch events and if so what is approximate timeline for it's availability?
Thanks in advance!