Electronic – 2V voltage drop like a LED

ledvoltage

I am planning to control 8x 7-segments LED displays (Kingbright SC15-11EWA) with a MAX7221 Serially Interfaced, 8-Digit LED Display Driver. However, as you can see in the datasheet, the SC15-11EWA has only one LED for the dot whereas it has 2 for the other segments, but the MAX7221 has only one lightness/current control for all the segments.

In order to fix the dot point dissymmetry, I would like to add a 2V voltage drop device that would be common to all the displays' dot points. For now, I use a orange LED with mask tape on it, but I'm worried about durability, especially if all points are on : it should receives 160mA (if I'm not mistaken) and so it will burn very soon.

I was thinking about using a 2V zener instead, but don't find one easily available through-hole with enough current rating.

Is there another solution? What do you recommend to fix the dissymmetry in my case?

Best Answer

The Maxim MAX7221 provides constant current source and sink for every segment of every digit, set by the resistor Rset that must be connected between the Iset pin and VDD. First thing to check is if that resistor has been connected, and if so, whether it is correctly calculated for the desired current per LED.

Regardless of the number of LEDs in series, as long as the supply voltage is sufficiently higher than the forward voltage of the combination of LEDs, the current through the segment (or the dot) will be constant. In other words, the MAX7221 output pins will automatically provide different voltages for the single-LED and the double-LED current paths.

As LED intensity is related to current through it and not voltage, if any difference in intensity is observed is most likely due to difference in the optical behavior of the light-pipes used for the digit segments and the dot segment.

Adding an extra masked out LED on each of the dot connections will not expose those LEDs to 160 mA as stated in the question, but to the same current as each of the other segments is set to, via RsetM/sub>. Thus, if it provides any satisfaction, one can go ahead and add those extra LEDs in series without a problem.

Despite what another answer claims, the datasheet for the LED display clearly states:

Forward Voltage Per Segment Or (DP) 4.0 (2.0)

This means the forward voltage of the number segments is 4.0 Volts typical, while that of the dot segment is 2.0 Volts typical. Thus, the contention that the number segments are 2 LEDs each, and the dot is a single LED, is perfectly valid. It doesn't affect intensity when using constant current driving, through.