zackphillips / TLC5955

Arduino library for the TI TLC5955 LED controller
MIT License
21 stars 11 forks source link

Any advice to control TLC5922 ? #10

Open schmurtzm opened 2 years ago

schmurtzm commented 2 years ago

Hi,

I try to hack an old device which contain an TLC5922 (datasheet) led driver driven by SPI.

On this device there is 5 RGB lights, each light is composed in reality of 3 leds : R,G,B and each of this colored led is controlled by an output of the TLC5922.

On this device, the TLC5922 is connected like this : image

As I read that this library can be configured to work with many other LED... SO I create this issue :)

My arduino's forum post about this subject.

Thank you.