Touch xpt2046 doesn't work after Esphome Update to 2023.3.2

Hello,

I have two AZ-Touch and after Update to ESPhome 2023.3.2. it doesn’t recognize any touch function.
The IRQ to GPIO16 of ESP32 doesn’t get a signal at touch.
Solution:
After downgrading to ESPHome 2023.2.4.the touch-controllers work fine again.

Are you sharing the SPI bus with a display?

Thx for reply.

Yes, I share it with the TFT display ILI9431.
It still works with ESPHome 2023.3.0 with the new display-name ili9xxx.

After the update to 2023.3.2 it doesn’t react on a touch. When I connect the IRQ Pin (16) to ground, it reacts with the defined function. (switch to next page)

Same symptoms as mine. There is an issue raised on the ESPHome GitHub, xpt2046 / ili9431 - No more touchscreen input on two devices · Issue #4319 · esphome/issues · GitHub

Can you add your input to that please? Maybe we will get some action.

Ok, i will add it after weekend. Thx for the link.