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

Need driver for TFT LCD 604XRGBX400

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



Joined: 27 Aug 2008
Posts: 7

View user's profile Send private message

Need driver for TFT LCD 604XRGBX400
PostPosted: Sun Mar 08, 2009 9:39 pm     Reply with quote

Hi,
I need driver for TFT LCD 604XRGBX400. is it able to work with 18f2480 controller? Please help me any one.

Thanks for advance.

Regads,
esakki
Ttelmah
Guest







PostPosted: Mon Mar 09, 2009 4:13 am     Reply with quote

Start at the beginning.

There are three parts to controlling an LCD like this:
1) The LCD itself, which will required clocked data presented on it's control lines.
2) The display _controller_, that generates these timings.
3) A processor, that talks to this controller.

The PIC, could probably be used for the latter, though is also probably not a good choice. In general, to do any form of graphics, will require a processor that has significant amounts of RAM - If this dispay supports say 4 bits/colour, you will need 362KB, to hold just a single image for it. Most PICs have at most a few KB. The one you mention, only 768 bytes...

The PIC could not be used as the display controller '2' above. It won't generate the required timings, or have the memory to hold an image.

I have in the past, used a PIC for '3', using it to give intelligence to data from another controller, implementing effectively a X-Y platter type command set, having the PIC to implement algorithms to draw lines, circles, text etc., but the main data wil have to come from another larger processor, and there will need to be a display controller between.

Any 'driver', will be to talk to the display controller, not directly to the display itself. You have not posted what this is.

Best Wishes
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