var fDesc=new Array(); fDesc[0] = "The RGBLED and mRGBLED controllers allow you to control the color of RGBLEDs. This might sound trivial, but it actually takes a lot of resources to let you be able to set an RGBLED to any color you'd like. In addition to just lighting an LED up with a given color, these boards also let you install a color or setup transition/animations effects. They are easily controller via an RS232 connection (serial port) or an SPI connection (logic level).

These are some uses for this controller:

- Lighting up PC cases to cycle colors or respond to settings (i.e. temp of CPU, fan speed, etc)
- Accent Lighting (stairs, under counter, effects in a screening room/home theater)
- Landscape Lighting (garden lights, color wash for building or features on the landscape)
- Arcade Lighting (light MAME console buttons up whatever color the original game used, create an "attract mode" that flashes lights
- Jewlery/Party wear/Costumes
- A Matrix table from a Pylon
- light up models (interior and/or exterior)
- Flashlights
- Childs ceiling mounted Mobile"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }