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