parallell display and BS2
Robban
Posts: 124
i have a BS2 and wondering if i can connect a parallell display?
like a Pled/Oled/VFD
like a Pled/Oled/VFD
Comments
There are some vendors of parallel interface VFDs like Matrix Orbital <www.matrixorbital.com> who use controller chips that are compatible with the parallel controllers used in all the Parallax tutorials and examples and should work with the LCD commands in PBasic.
Remember that the built-in LCD commands are only in the BS2p series Stamps (p/pe/px), but there are examples for using parallel LCDs with other Stamps without the built-in statements.
http://www.fractronics.com/P029-BL2002B.pdf
Just from the brief datasheet, this looks like an 8-bit data bus. It would take probably 10-12 pins on the Stamp to control it. There's no timing information on the datasheet, so I can't really tell for sure whether the Stamp can handle it, but it probably could.
The other display I mentioned has both an 8-bit and a 4-bit bus, so the number of pins required to control it is less. It also has the advantage that Parallax's examples and the BS2p's built-in statements should work with it.
This controller would work very nicely with that display www.wulfden.org/k107/
I am using them on several displays (both 2X16 and 4X20) with no problems at all. Peter Anderson's sit has more information and some PBasic code for it (it uses Anderson's PIC).
Post Edited (Paul Sr.) : 10/19/2006 6:28:56 PM GMT