Description
What MCU/Processor/Board and compiler are you using?
Lilygo T-Display S3 w/ ESP32-S3 (PlatformIO), UI tool EEZ Studio.
What LVGL version are you using?
8.4
What do you want to achieve?
I use a LilyGo T-Display S3 with a rotary encoder (turn left/right and push button). I have created a group. In this group there are 4x spinboxes and 4x dropdowns.
The first element of this group is a spinbox, followed by 4 dropdowns. Pressing the encoder starts the edit mode and I can change values. However, the LONG_PRESSED event to exit does not seem to work. I cannot get out of the edit mode, but according to the documentation this should work out of the box(?).
I created my GUI with EEZ Studio.
What have you tried so far?
I have played around with some Events like LV_EVENT_LONG_PRESSED.
So please, can someone help?