Wondering if anyone else experienced a crash of the touch handler when using the Seeed Studio Round Display for XIAO with lvgl.
I am sure that the interrupt handler just stops working because doing the touch reading in the main arduino loop instead works. If its done in the interrupt handler then I get no calls to the handler after 20 seconds or so.
There could be the possibility that the interrupt pin stops working which I will test later.
thanx in advance of any advice