parallel lcd questions
PFloyd36069
Posts: 135
hi,
is there any way to make a parallel lcd work through through the vga plug on the demoboard. the lcd needs 7 pins but the vga plug has only 5 useable pins. also dan miller's parallel lcd object doesnt seem to work right with my lcd. I just get a bunch of strange looking characters. i changed the code a bit to make it work with the 8 accessible i/o's on the demo board.
thanks,
bryan
is there any way to make a parallel lcd work through through the vga plug on the demoboard. the lcd needs 7 pins but the vga plug has only 5 useable pins. also dan miller's parallel lcd object doesnt seem to work right with my lcd. I just get a bunch of strange looking characters. i changed the code a bit to make it work with the 8 accessible i/o's on the demo board.
thanks,
bryan
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com·- Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto fo SunSPOT, BitScope
www.sxmicro.com - a blog·exploring the SX micro
www.tdswieter.com
between the plug-pins and IO-Pins of the propeller there are 240 and 470 ohm-resistors. You can try it but the resistors have an influence on the signals.
It depends on your LCD if this will work directly. If the LCD has 5V it will be good anyway to use voltageshifters from prop 3.3V to LCD 5V
You cannot drive an LCD with VGA-signals created by the videohardware of the propeller. But of course you CAN use any of the 32 IO-Pins for any purpose
If anybody does not believe this: take an LED and connect it between VGA-Pin and ground and start a small prg that makes the IO-pin switch between
low and high. The LED will blink. Of course 240 ohm and even 470 ohm is more than nescessary for a 20mA-LED but it will blink.
best regards
Stefan
Post Edited (StefanL38) : 8/7/2008 6:58:19 PM GMT
Another possibility is "E" needs to be pulled low with a 4.7K resistor. The Pull-Down resistor isn't showed in to many diagrams, but I have had to use it on all my LCD's. Also I don't think you will need the data line resistors unless you are using RW to write data back to the Propeller.
I've made a 3 wire lcd (not counting the power) using that chip. It also looks like the VGA has a 5V output on pin 9 so your LCD should be fine with that.
As you can see from my picture there are only 3 purple wires from the header.
If you are interested then I could try to get you going on it. I will try later to see if I can make a quick VGA to 10pin header cable and try to get the lcd working on the demo or proto board .
Pete
Post Edited (PFloyd36069) : 8/10/2008 1:52:32 AM GMT