buttons continuously registering touch events.
I have a touch screen application that I am having issues with. The touch screen works. The issue is that if I press and hold the buttons on my screen the image will toggle between touched/not touched. I am sure I must have something configured incorrectly, but I am not sure where to look.
If I slide my finger from one button to another button the screen registers that as a touch as well. When I test using my development board if I slide my finger off of the button and back on no additional touch evens are registered.
Why would my screen lose track of the touched/pressed status?
My touch controller is a ST1633 and I currently have the touch screen to respond via interrupt not polling.
