This library allows control of the TLC5940 PWM driver IC. It supports both normal operation and controlling multiplexed displays.

Dependencies:   FastPWM

Dependents:   TLC5940LEDtreiber

Revision:
2:69e40ccf506f
Parent:
1:013a9737441d
Child:
3:e5ed5650eb15
--- a/TLC5940.h	Mon May 20 19:11:44 2013 +0000
+++ b/TLC5940.h	Sun May 26 03:08:58 2013 +0000
@@ -28,7 +28,7 @@
   * before the completion of a GSCLK cycle (4096 pulses). If you are daisy chaining multiple TLC5940s,
   * divide 32Mhz by the number of chips to get a good maximum rate.
   */
-#define GSCLK_SPEED 2500000
+#define GSCLK_SPEED 1000000
 
 /**
   *  This class controls a TLC5940 PWM driver IC.