Using the 7-Segment LED Display on the PDB.
latigerlilly
Posts: 114
Hi guys,
I used the following set-up in the pic and the following program to run the 7-segment LED display on the PDB. I should get the lowercase "d" displayed, but, instead, I'm getting a funny symbol. Please advise what I did wrong. Thank you.
Much appreciation,
Lilly.
' Experimental Program - experiment.bs2p
' {$STAMP BS2p}
' {$PBASIC 2.5}
DEBUG "Program Running!"
DO
MAINIO
LOW 5
HIGH 7
AUXIO
HIGH 14
HIGH 10
HIGH 8
HIGH 9
LOOP
Manufacturer's Schematic: www.parallax.com/dl/docs/prod/boards/PDB-RevC-Schematic.pdf
Post Edited (latigerlilly) : 2/4/2007 7:58:13 AM GMT
I used the following set-up in the pic and the following program to run the 7-segment LED display on the PDB. I should get the lowercase "d" displayed, but, instead, I'm getting a funny symbol. Please advise what I did wrong. Thank you.
Much appreciation,
Lilly.
' Experimental Program - experiment.bs2p
' {$STAMP BS2p}
' {$PBASIC 2.5}
DEBUG "Program Running!"
DO
MAINIO
LOW 5
HIGH 7
AUXIO
HIGH 14
HIGH 10
HIGH 8
HIGH 9
LOOP
Manufacturer's Schematic: www.parallax.com/dl/docs/prod/boards/PDB-RevC-Schematic.pdf
Post Edited (latigerlilly) : 2/4/2007 7:58:13 AM GMT
Comments
PAR