??? 04/05/11 14:20 Read: times |
#181712 - 7-Segment LED displays Responding to: ???'s previous message |
I said:
How is the 7-Segment display actually connected to P2 ? Is this just one of the four 7-Segment LED modules? Or are all four modules somehow linked to create a 4-digit display? Will simply writing a byte to P2 actually display its value on the 7-Segment LED(s)? Sorry, at P2 are connected the dot matrix, led bar and 7 segment display. With the blue switch I can switch between these three. From one button are enabled the two 7 segment display which are near the keypad. The left one of this two shows "7" and the other one at the right shows "E". I also]It seems to have four 7-Segment LED displays, and a (presumably?) 16x2 LCD.
Which one(s) are you using? Can you really make anything appear on these displays by simply writing a byte to P2? http://www.8052.com/forum/read/181703 Yes, as I answered you, I am using 7-Segment LED displays and I managed with this program to echo 7E. "7" at the third 7-Segment LED display and the "E" at the fourth. |