Before I attempt it myself, has anyone got he T6963 driver working with a pic running at 20Mhz?
Thanks
Mark
Last edited by Markdem on Thu Dec 23, 2010 6:27 am; edited 1 time in total
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
Posted: Thu Dec 23, 2010 11:08 am
Yes.
I had it running at 40MHz. that is 4x PLL and 10MHz clock.
That being said,.. you need to check that instructions are done.
Not just wait at given time and proceed.
see in the driver something like..
while(!LCDSTA0 || !LCDSTA1) //wait till both are one
;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum