So far I managed to compile and deploy Micropython+LVGL and get the display connected via VSPI to the ESP32, and get some demos running. I am amazed at the beauty of the results, using only few lines of python code.
I am having trouble though, getting the touch panel working.

First, I am not sure of the correct wiring for the touch panel. On the back of the display module, the first 5 pins are dedicated to the touch functions:

How should these connect to the ESP32?
I have tried several ways of connecting it, but also due to the second point below, I am not sure whether I got the right wiring, and the wrong test routine, or the other way around, or both.
And second, I could not find -despite extensive searches- any example code to test whether the connected touch panel is working, in LVGL.
I took few educated guess after reading the docs, but no good results.
I would appreciate any pointer in the right direction.
Shameless shoutout to @pythoncoder or @dhylands because they are legends and absolute divinities of these forums
