Close

LED matrix issues

A project log for ScrolLED watch

Scrolling LED display on your wrist

vikas-vVikas V 08/09/2016 at 06:080 Comments

The dense LED matrix has some issues:

  1. Light leakage. In traditional dot matrix displays, there are opaque barriers between adjacent LEDs which eliminate light leakage. In this project, when an isolated LED is lit, the light coming off of its sides slightly illuminate the adjacent LEDs. This reduces visibility. This effect is more pronounced in the board where I have used white LEDs and not so much in the board where red LEDs are used. I guess in case of white LEDs, the yellow phosphor coating is getting illuminated on the adjacent LEDs from the stray side light of the illuminated LED. Couple of ways to fix this problem,
    1. Use narrow beam angle LEDs. These are expensive and taller than regular LEDs
    2. Add opaque barrier between the LEDs. Couple ideas here:
      1. Add a laser cut acrylic which has cutouts for the LED placements. This can be challenging as the gap between LEDs is very small and runs into the limit of laser cutter. Also need to consider the variation in movement of LEDs after reflow soldering
      2. Use an opaque epoxy coating in the gaps between the LEDs. The commonly available black electronics potting compound can also be used for this purpose. The epoxy needs to be dispensed from a syringe between the LEDs and let to set. Because the epoxy flows when it is in the liquid phase, a barrier might be needed on all four edges of the LED matrix to make sure it does not flow and run off the edges
    3. Use transparent LEDs instead of frosted/diffused. This largely eliminates the problem because the stray sideways light will just pass through the transparent material of the adjacent LEDs and not disperse the light. This applies particularly to white LEDs
    4. Use thin LEDs. SMD 0603 LEDs are available in thicknesses of down to 0.25mm. If there is no sideways light, there would be no light leakage. Also, if it is thin, it being diffused instead of transparent would not be a problem. Some examples of thin form factor LEDs
      1. http://www.kingbrightusa.com/images/catalog/SPEC/APG1608SURKC-T.pdf
      2. http://www.sunledusa.com/products/spec/XZMDKT53W-6.pdf
  2. LED orientation. The design assumes that LEDs sit flush on the PCB after reflow so that all of them orient exactly perpendicular to the PCB. But this might not always be the case as can be seen from the pictures. The surface tension of molten solder helps a lot for this but not always. I have observed that the pads which have a little more solder paste applied to them have trouble pulling the LED upright when molten. So, need to use as little solder paste as possible so that this does not happen. Also, while placing the LEDs, it might help to completely seat them on the PCB
    1. This would be less of a problem if thin LEDs are used (as pointed above)

Discussions