TLC5094

I’m trying to get a TLC5094 working with an arduino diecimila to no avail. I’m using the tlc5094 library running the test sketch and near as I can tell (and I’ve checked many times using the wiring guide in the library) it’s wired correctly, but no matter what I do the LEDs stay lit (even if I start removing wires from the 5094) I’ve tried rewiring it, using different code, different power supply, checked the connections between the arduino and the 5094 and none of it has helped. Any suggestions or ideas would be greatly appreciated.

edit:

It just occurred to me, could this be cause by not modifiying NUM_TLCS and deleting TLC5940.o?

TO anyone else who may have this problem, I removed 2 null characters in the tlc5940_config.h and now it works fine.