New Event Action: touch x,y

What do you want to achieve?

New event action function: Touch x,y with fading circle animation.

Do you see alternative options and workaround to achieve it?

Mention some use cases

This way we could easily create an UI usage example and “how to use” intros.

Great idea, and t sounds quite useful.

You can register a [feedback_cb](Input device interface — LVGL documentation) in the LVGL’s indev_drv. In this callback on press event you can start an animation.

You can also set a cursor for the a touchpad. See here.

1 Like