ESP32-S3 Continuous Touch Slider Data
Posted: Tue Jun 18, 2024 2:37 pm
Hi,
I'm using the touch slider API from IDF v5.1 with an ESP32-S3 and I'd like to get a continuous slide position update while the user is sliding the finger over the touch slide.
Using I get a callback when the slide is touched and released, but the callback is not called during a sliding operation. Even when subscribing to I don't get additional callback invocations during slide operations.
I also don't see any API about getting the current slide position, so I can't get a regular update.
Is there a way to use the touch slide API to get a continuous position update while the user is sliding the finger over the touch slide?
Thanks,
Stephan
I'm using the touch slider API from IDF v5.1 with an ESP32-S3 and I'd like to get a continuous slide position update while the user is sliding the finger over the touch slide.
Using
Code: Select all
touch_slider_subscribe_event
Code: Select all
TOUCH_SLIDER_EVT_ON_CALCULATION
I also don't see any API about getting the current slide position, so I can't get a regular update.
Is there a way to use the touch slide API to get a continuous position update while the user is sliding the finger over the touch slide?
Thanks,
Stephan