LCD Hookup
EMPTY_C
Posts: 29
Hello:
I am planning to receive a few LCDs... More precisely: http://www.purdyelectronics.com/pdf/AND721GST.pdf and http://www.farnell.com/datasheets/1485434.pdf.
How do I interface this with the BS2 and only use 3 pins (vdd, vss and RX) like the ones on the Parallax site.
Thanks for your help!!
MT
I am planning to receive a few LCDs... More precisely: http://www.purdyelectronics.com/pdf/AND721GST.pdf and http://www.farnell.com/datasheets/1485434.pdf.
How do I interface this with the BS2 and only use 3 pins (vdd, vss and RX) like the ones on the Parallax site.
Thanks for your help!!
MT
Comments
Your devices use "4-bit" operation (see PDF).
There are serial backpacks available for LCD - Stamp interface, make sure you get the asynchronous serial (not SPI/I2C)..
Or use the parallel mode (4-bit).
You can't interface the parallel LCDs using only Vdd, Vss, and a single data pin. The best you could do is to use something like a 74HC595 serial to parallel shift register to provide 8 I/O pins, but use 2 I/O pins to operate (Clk and Data) plus Vdd and Vss.
Thank you all for your help!... I did come across this LCD screen also: http://www.newhavendisplay.com/specs/NHD-0220D3Z-NSW-BBW-V3.pdf. Apparently it can use i2c, SPI or TTL... would this be compatable? If so which mode would be best for the BS2? I believe that the TTL mode would use less pins.
Thanks for your help.
MT
Be careful with the time it takes to do some of the control operations. The Parallax LCDs are faster. With the NewHaven LCD, you'd need some PAUSEs after the control operations. The documentation gives the times involved.