Possible LCD use
Bill Kenny
Posts: 15
Hello Guys
·
I found a handful of these in a junk drawer at work and was wondering if these can be used with BS2. While I am not an electrical engineer, I am not sure how to hook on up. The schematic in PDF form are here;
·http://www.google.com/search?q=cache:rVeNA6hdm7YJ:www.allelectronics.com/cgi-bin/category.cgi%3Fcategory%3Dsearch%26item%3DLCD-75%26type%3Dstore+ed16100gr&hl=en&lr=&strip=1
Picture of the Front and Back.
Thanks
Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Thanks
Bill
·
I found a handful of these in a junk drawer at work and was wondering if these can be used with BS2. While I am not an electrical engineer, I am not sure how to hook on up. The schematic in PDF form are here;
·http://www.google.com/search?q=cache:rVeNA6hdm7YJ:www.allelectronics.com/cgi-bin/category.cgi%3Fcategory%3Dsearch%26item%3DLCD-75%26type%3Dstore+ed16100gr&hl=en&lr=&strip=1
Picture of the Front and Back.
Thanks
Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Thanks
Bill
Comments
You should consider consider using a serial interface display with the stamp instead the one you posted. The serial interface display will be less programming, and you only need to connect 4 wires. Way less than compared to the 16 wires parallel interfaces use. The Matrix Orbital serial displays work very well with them, and you can purchase them at http://www.parallax.com/detail.asp?product_id=30058 or http://www.parallax.com/detail.asp?product_id=30057 , and www.matrixorbital.com . The application notes for interfacing Matrix Orbital displays with the Basic Stamp, show you how easy it is to work with. The app notes can be found at http://www.matrixorbital.ca/appnotes/basic_stamp/
Best Regards,
Tom Lam
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
A point in fact is that if that display is HD44780A-compatible, you can control it with six I/O lines and even read back from it if you can spare one more.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
The Stamp example code should work OK with it.
I have also connected it to a serial converter chip which only uses one I/O line from the Stamp and that works also.
Bob