Using the touch panel with interrupt #888
-
Hello, I am using a 2.8" TFT via API that uses the ILI9341 (240 X 320) with an integrated touch panel. I am connecting it to an ESP32. The example code works fine but it works in polling mode which loads the SPI bus and the system for no reason. I am trying to do the same using interrupts. I connected the the T_IRQ pin to an ESP32 input and trying to only get touch data when I get an interrupt. The issue is that I constantly get interrupts even when I do not touch the screen.
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Issue #820 contains helpful information. In particular note the comment here about recurring interrupts and the solution. |
Beta Was this translation helpful? Give feedback.
Issue #820 contains helpful information. In particular note the comment here about recurring interrupts and the solution.