VGA output from PPDB troubles
doggiedoc
Posts: 2,246
Hello everyone! I've been trying to explore VGA output and have stumbled into a problem I can't seem to figure out on my own. I suspect it's something simple but my limited experience has me befuddled.
I been playing with the Microphone-to-VGA v1.0 object on my Prop Demo Board but when I tried to adapt it to the Propeller Professional Development Board I can't seem to figure out the pin assignments.
Currently the closest I can get is a green line about 1-2 pixels wide at the very top of the monitor. I mapped the pins based on my best analysis of the Demo Board.
Here's how I have it wired on the PPDB.
I've tried replacing the Prop Dip with a new one in the event I have damaged I/O pins but still get the same thing with a new chip.
Any guidance would be greatly appreciated.
Paul
I been playing with the Microphone-to-VGA v1.0 object on my Prop Demo Board but when I tried to adapt it to the Propeller Professional Development Board I can't seem to figure out the pin assignments.
Currently the closest I can get is a green line about 1-2 pixels wide at the very top of the monitor. I mapped the pins based on my best analysis of the Demo Board.
Here's how I have it wired on the PPDB.
- P16 --> V
- P17 --> H
- P18 --> B1
- P19 --> B0
- P20 --> G1
- P21 --> G0
- P22 --> R1
- P23 --> R0
I've tried replacing the Prop Dip with a new one in the event I have damaged I/O pins but still get the same thing with a new chip.
Any guidance would be greatly appreciated.
Paul
Comments
I don't do VGA, but I think You want to look for a PinGroup and not just one pin...:nerd:
The microphone to VGA code is just drawing a line representing the waveform coming in on the mic, and with no mic, it just draws a line across the top of the screen.
Roy is on top of it tonight. :thumb:
@tailspin - the pins listed above are correct for code written for the demo board with base_pin starting at pin 16.
Thanks!