LED driver 1455

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
snowyanvil
 
Posts: 4
Joined: Sat Nov 08, 2014 11:33 am

LED driver 1455

Post by snowyanvil »

I would like to use the LED driver with 12 channels for several RGB LEDs. The example in the documentation only shows input from two lines: CI and DI. The RGB LED requies three inputs. What am I missing? Should I have purchased the 24 channel driver?

Thanks

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: LED driver 1455

Post by adafruit_support_rick »

The board uses a serial protocol to transfer all three bytes of color information over CI and DI. This information goes to the TLC59711 chip. That chip, in turn, drives the RGB LEDs.

User avatar
snowyanvil
 
Posts: 4
Joined: Sat Nov 08, 2014 11:33 am

Re: LED driver 1455

Post by snowyanvil »

So how would I confiure the three leads going into the two input ports? Or does it matter?

Thanks

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: LED driver 1455

Post by adafruit_support_rick »

You don't configure three leads. The PWM module is a SPI-like device in which the MISO and chip select lines are not used. So you only have clock and data. You don't connect R G B lines to the module.

User avatar
snowyanvil
 
Posts: 4
Joined: Sat Nov 08, 2014 11:33 am

Re: LED driver 1455

Post by snowyanvil »

I have reviewed the documentation on the LED driver and understand better how to proceed. I am also researching using SPI with Arduino.

Thanks for your assistance and patience.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: LED driver 1455

Post by adafruit_support_rick »

You don't really need to know anything about SPI. Our library takes care of that for you
https://github.com/adafruit/Adafruit_TLC59711

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”