Click here to Skip to main content
15,902,189 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new in LCD programming, please help me.

I need to know how to display "Hello World" in an LCD, I'm using PIC microcontroller 16f877a.
Posted
Updated 30-Jul-12 4:14am
v3

Refer to the manual with the LCD you are using, it will have a SDK/documentation which you can program with and send data to display.
 
Share this answer
 
Comments
CPallini 30-Jul-12 6:02am    
Of course. My 5.
Mehdi Gholam 30-Jul-12 6:11am    
Cheers CPallini!
Albert Holguin 30-Jul-12 10:15am    
+5... usually the documentation comes with the microcontroller... just need to read up on it (or look it up in the manufacturer's website).
Mehdi Gholam 30-Jul-12 15:03pm    
True, the LCD display also have pin outs and protocols.

Thanks Albert!
It really depends on the LCD device you have (above all on its controller, if it have any).
Many LCDs use the HD44780 (or equivalent) controller, if this is also your case then Google may really help you: interfacing a PIC microcontroller with a HD44780[^].
 
Share this answer
 
Comments
Mehdi Gholam 30-Jul-12 5:52am    
5'ed
CPallini 30-Jul-12 6:02am    
Thank you.
Sergey Alexandrovich Kryukov 30-Jul-12 19:55pm    
You knew! :-) A 5.
--SA

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