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

PIC controlling a notebook screen

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



Joined: 27 Apr 2008
Posts: 167

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

PIC controlling a notebook screen
PostPosted: Sun Dec 12, 2010 12:00 pm     Reply with quote

A friend gave to me an old Toshiba notebook, and I want to make it work again. But, it have a nice LCD screen, SHARP LQ150X1LH66. Is there any possibility to control this LCD with a PIC? I am very excited to do a big wall clock with this.

Best regards.
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Sun Dec 12, 2010 12:54 pm     Reply with quote

TFT displays have either digital parallel or serial high speed (LVDS) interfaces for the video data. In either case, the image has to be output repeatedly from a frame buffer, with a repetition rate similar to an analog video display. You need a standard TFT controller, or a custom designed video generator (e.g based on FPGA programmable logic). A PIC can neither handle the data rate nor the amount of video memory.
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Sun Dec 12, 2010 1:26 pm     Reply with quote

FvM wrote:
TFT displays have either digital parallel or serial high speed (LVDS) interfaces for the video data. In either case, the image has to be output repeatedly from a frame buffer, with a repetition rate similar to an analog video display. You need a standard TFT controller, or a custom designed video generator (e.g based on FPGA programmable logic). A PIC can neither handle the data rate nor the amount of video memory.



Oh Contrare mon frair (spelling?)


Look at the PIC24FJ256DA210

The 16bit PIC with integrated display controller w/frame buffer.

http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en547869


Granted, it's max rez might be less than a notebook though (640x480)...

But -- just an FYI.

-Ben

EDIT: I looked up the LQ150X1LH66 and it's definitely outside the max supported size of the PIC's. You could always tack on an external graphics controller IC and then have the PIC control it... but it would probably be in the PIC16 or PIC32 bit land... depending on what you want to do.
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Sun Dec 12, 2010 3:27 pm     Reply with quote

Quote:
it's definitely outside the max supported size of the PIC's

Yes, it's restricted to VGA resolution, but thank you for reminding this interesting device. You're completely right that I wasn't aware of it.

Frank
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