Hi all,
I'm looking for helps using the TLC5955 with an AVR-GCC. First of all, some questions about this device:
- The pins are labelled OUT(RGB)x. But can I still use this device for controlling individual leds (not RGB)?
- To control this device I need to use SPI, but what about the serial interface: what is it for (only outputting)?
I am also wondering about this information: GS data must be sent from the micro and latched in. Not sure the implication of this.
I found a complete implementation in AVR-GCC for the TLC5940. Could I use that, what differs? A reply from the author of the library:
"...
The tricky part will be that the GS data array will be much bigger, so I'm not sure if the microcontroller will have enough memory to double buffer it. Also I'm not sure that you'll have enough clocks to send out all of the data that would be required within a GS cycle.
..."
Will I be able to run the code on a ATMEGA328p:
- 20mhz
- 32k flash
- 2k SRAM
Any hints?
Cheers