Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Welcome all ,

I need a help about interfacing pic16f877a micro-controller with a CRT or LCD screen via VGA cable.

I just want to display only a colored text from the pic on the screen.

any help is appreciated.

thx in advance.
Posted
Updated 23-Mar-13 16:35pm
v2

1 solution

That is really not going to be too easy.
The problem is that VGA signals are pixel and row oriented, rather than character or vector based. You can do it (http://www.embedds.com/simple-pic-vga-tester/[^] is an example) but frankly I think you will be using most of your processing capacity just servicing the video signal and converting your display to video signal format.

There are simpler ways: you can get LCD modules that are character or graphics based and include an LCD controller to take the load off your processor. Might be a lot cheaper and quicker to interface!
 
Share this answer
 
Comments
ALNAJJARALI 24-Mar-13 14:08pm    
do you mean a character lcd or something like it??

I actually looking for a wide screen say 800x600 lcd. is there available such one without VGA cable ? if so, can you plz tell me about it :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900