I am playing with the Touchscreen and gLCD on the EasyPIC5 and I am getting extra pixels lighting up on the screen when I draw something. They always appear at least an inch below where I have drawn a line.
I was wondering what was causing this, the code is in MikroBasic or I would post it here.

Anyway my question is what would be a good delay for debouncing the drivers? They are currently using delay_ms(2). I am assuming that is what is causing them to appear because they only appear when I lift the pen from the screen.

Any suggestions or other comments. I am going to start porting over to PBP next.