CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

TFT code

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Userrr



Joined: 09 Jul 2004
Posts: 40
Location: Europe

View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger

TFT code
PostPosted: Sun Oct 09, 2005 4:24 pm     Reply with quote

Please help me write source code with C (without time limit) for this diagram
---->



jecottrell



Joined: 16 Jan 2005
Posts: 559
Location: Tucson, AZ

View user's profile Send private message

PostPosted: Sun Oct 09, 2005 4:47 pm     Reply with quote

Finally, one I can do!

Code:

   
   


Sorry, couldn't resist.
Douglas Kennedy



Joined: 07 Sep 2003
Posts: 755
Location: Florida

View user's profile Send private message AIM Address

PostPosted: Mon Oct 10, 2005 11:45 am     Reply with quote

Before writing code think about the timing. A PIC at 40 mhz can execute 10 million instructions per second (10 mips)
Your LCD is I assume 240 x128 pixels and will need refreshing at about 80 hz( if too slow the LCD will flicker)
So you would be working with 300,000 bytes per second that gives you with 10 mips about 30 instructions per byte. The code will have to be extremely tight to fetch the bytes break them into nibbles and send the horizontal and vertical sync pulses keep track of the line count and horizontal position and the page sync. Assume you can get that done there will be little else the pic can do.
Userrr



Joined: 09 Jul 2004
Posts: 40
Location: Europe

View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger

Thanks
PostPosted: Mon Oct 10, 2005 4:16 pm     Reply with quote

Thanks, I know that)
But how about code. I'm only want principle and algorithm.
Maybe you can offer MC to do that.
Maybe Cygnal or other.
Maybe you can see some projects with the same problem?
neil



Joined: 08 Sep 2003
Posts: 128

View user's profile Send private message

!!!!
PostPosted: Tue Oct 11, 2005 8:35 am     Reply with quote

Can somebody write my code for me as well?!
Razz
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group