2

I am trying to use a 128x240 GLCD driven by t6963 and a resistive touchscreen. When touchscreen and the frame are far apart, everything goes well but when I put them together it starts sending touch signals. Should I use a spacer between them?

1 Answers1

0

Basically this problem arises when you use falling edge of you AVR micro for touch detection. Use Low level interrupt instead. This guarantees that the touch has lasted enough and removes the noise interferences

Aug
  • 1,561
  • 6
  • 28
  • 63