saving . . . saved Seven segment display has been deleted. Seven segment display has been hidden .
Seven segment display
Title
Question
How can we connect 2 seven segment display with arduino? What will be configuration?

Arduino AVR-GCC-programming-through-Arduino 04-05 min 0-10 sec 05-06-20, 9:24 a.m. rjangir

Answers:

We can use arduino pins from 0 to 6 for one seven segment display and arduino pins 7 to 13 for another seven segment display.
05-06-20, 9:42 a.m. Pratikjb11


Hi...the arduino can multiplex as shown, driving 20mA to the parallel segments, and pulling the common cathode low on the  active device.
Several folks here recently have done just that.Only drawback is that it uses 11 pins.
MAX7219/7221 will letyou control up to displays, handles all the multiplexing, updating is as simple as writing a value to 1 of 8 registers.
17-06-20, 10:11 p.m. LottyZak


Log-in to answer to this question.