PDA

View Full Version : interfacing LCD



husakhalid
- 24th May 2006, 04:52
I would like to implement LCD using PIC184550. Can any one post me the schematic and the source code.

Khalid Husain

mister_e
- 24th May 2006, 14:46
Depending the LCD you want to use i guess. If it's a standard Hitachi Character LCD... everything is explain in the PBP manual under the LCDOUT section. The default setting can be change by using according DEFINE's

DynamoBen
- 24th May 2006, 16:58
Something to keep in mind is PB doesn't have the LCDout command but PBP does. If you are using the standard version of PB you may want to consult some BasicStamp examples on how to control an LCD.

An example would be: http://www.parallax.com/html_pages/robotics/machining/RPM_display.asp

mramos
- 30th May 2006, 23:53
I agree with DynamoBen.

I just received PB, thinking it was just missing device specific stuff. Then I
have I can not use PORTA.0 like in the help file, but not the manual. And
other simple things. IF ENDIF I would think would be there so I can write
easy to read code. Why I went basic over assembler.

I will learn more I am sure.