Problem with Touch GLCD project

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
PhilJ1
Posts: 2
Joined: Thu Oct 04, 2007 12:35 pm

Problem with Touch GLCD project

Post by PhilJ1 » Fri Dec 14, 2007 3:17 pm

Trying to get xor's scribbler program to work, I'm not using the EasyPic 4 - using my kown development board. Used it frequently with conventional KS0108 display no problem.

I changed xor's sample code, to suit my set up (18f4520 / 20mhz [RC], I had to exclude the #option GLCD_INVERT_CS = false ) it then
complied fine - get the calibration stage no problem - work through this, then get the X,Y indication with the CLR in top right corner.
But when ever I try to scribble something I get a horrible mess (single white line in larger blue square) - no where near the pen.
Touching the CLR doesn't do anything.

I must then reprogram - (not reset or toggle power) to start again. :(

Post Reply