Most LCDs have a HD44780 LCD driver in them. The HD44780 is the most common LCD driver and is very easy to connect to. A LCD with this driver typically has 14 or 16 pin, with the first being ground and the second being 5V+. This is the only LCD type I will cover today being it is so common. Very common. LCDs of this type are parallel devices. That means that 8 bits of data are sent side by side (or parallel to each other) instead of in line. This is also the way parallel printer ports work which is why it such a popular decision to connect a LCD to a parallel port. Data is sent to LCD screens in a kind of 8-bit Binary ASCII code. For example: 01000001 translates to a capital a. 01000001=A. There are special symbols too like: 11110100=the Pi sign. In the instance of HD44780 driven LCDs, the first bit of data is the 14th pin and the last bit of data is the 7th pin. Unless you haven't figured it out already, this means that building a test rig, or interfacing to a microcontroller would be very simple.
thanks
this is a v5 shield which is supposed to handle this.
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150632164582&ssPageName=ADME:L:OC:US:1123
just not 100 percent sure on how to proceed!
Are you able to advise
thanks
I had already tried the sketch from the mnfrs. site but get errors. The unit is connected correctly onto the board and I get a "blue lit' screen so that works. when you mention "addressing" should the original code registers ? this is the original code error.
I am fighting with this and have checked out all the I2C tuts...
much appreciated in advance any further input will be appreciated !
This is what the unit looks like on the bottom. I'm not quite surehow the wiring is different on this one? Can you help me out?
klee27x, he is an experienced PIC programmer
would these work http://parallax.com/Store/Accessories/Communication/tabid/161/CategoryID/36/List/0/Level/a/ProductID/111/Default.aspx?SortField=ProductName%2cProductName yeah the link long but i think it could work but im a little confused how