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

Graphical LCD F-51373GNC-LW-AJ

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



Joined: 08 Feb 2009
Posts: 72
Location: campulung muscel

View user's profile Send private message Send e-mail Yahoo Messenger

Graphical LCD F-51373GNC-LW-AJ
PostPosted: Tue Nov 03, 2009 2:55 pm     Reply with quote

Do you have any idea about this LCD?

F-51373GNC-LW-AJ

http://www.optrex.co.jp/us/product/catalog/member.html

Is it possible to interface with PIC?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Nov 03, 2009 3:25 pm     Reply with quote

Quote:

Do you have any idea about this LCD?
F-51373GNC-LW-AJ
Is it possible to interface with PIC?
http://www.optrex.co.jp/us/product/catalog/pdf_stn/51373aje.PDF

This LCD doesn't have a built-in controller. See this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=34085

For more information, do a Google search for this:
(Use a few of the signal names, and the processor that you want to
control it. This will show other people's experience with it).
Quote:
LCD FLM LP CP Microchip PIC

Then you see posts like this:
http://forum.htsoft.com/all/showflat.php/Cat/0/Number/20280/an/0/page/0
soulraven



Joined: 08 Feb 2009
Posts: 72
Location: campulung muscel

View user's profile Send private message Send e-mail Yahoo Messenger

PostPosted: Tue Nov 03, 2009 3:56 pm     Reply with quote

and is it possible to find a controller and attach to the LCD?
or is no solution to put on PIC project?
andyfraser



Joined: 04 May 2004
Posts: 47
Location: UK

View user's profile Send private message

Graphical LCD F-51373GNC-LW-AJ
PostPosted: Tue Nov 03, 2009 5:47 pm     Reply with quote

If you read the forum PCM Programmer gave you the link to then you will see that a PIC is not powerful enough nor contains the memory required to drive a graphics LCD with that resolution.

Andy
www.sharpcontrols.net :: Free custom controls for .NET
John P



Joined: 17 Sep 2003
Posts: 331

View user's profile Send private message

PostPosted: Tue Nov 03, 2009 9:53 pm     Reply with quote

I've done this with a larger LCD (640x480). But it was obvious that the processor would never come close to handling the timing that the display needed directly: it took a lot of external hardware to do it, including an oscillator and counter to grab the data out of memory and feed it to the display. It was an interesting project, but I came away feeling that there were much easier ways to do it.
arunb



Joined: 08 Sep 2003
Posts: 492
Location: India

View user's profile Send private message Send e-mail

RE:
PostPosted: Wed Nov 04, 2009 3:51 am     Reply with quote

Quote:

and is it possible to find a controller and attach to the LCD?
or is no solution to put on PIC project?


Maybe you could connect a LCD controller IC such as the T6963 (Toshiba)...I am just guessing here...

You could ask the manufacturer to recommend a controller for the device...you need to connect a LCD controller before using a PIC.

thanks
arunb
Douglas Kennedy



Joined: 07 Sep 2003
Posts: 755
Location: Florida

View user's profile Send private message AIM Address

PostPosted: Thu Nov 05, 2009 4:43 am     Reply with quote

LCD controllers are a bit of work. Xilinx has CLPD's that if you invest in mastering VHDL or Verilog you can with the timing specs from the LCD manufacturer create a controller to work with the pic. Now the contoller isn't always enough since video ram is also needed. The PIC gets DMA access to video ram via your controller and the controller manages the LCD refresh timing. After all of that all you can change is pixels so you then need fonts
and cursor control. Commercial controllers have this done for you Ex T6963
all the pic needs is the code to send in commands.
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