We are using 3 x LED drivers, tlc59116. We are using I2C control.
We have 48 LEDS in total, 16 per driver.
We want to turn on the LEDs all together and have them blink on and off all at the same time.
Currently each block of 16x LEDs are starting and stopping at different times so they are all out of sync. We can sync each LED from a single Driver but not between Drivers.
Lets say;
Driver 1 controls Block1 of 16 LEDs
Driver 2 controls Block2 of 16 LEDs
Driver 3 controls Block3 of 16 LEDs
So all the LEDs in Block one come on together, but they are not synchronized the same time, ie. Block1 to Block2, Block3.
We put a 5 second interval between blinks but each driver seems to have their own random start times.
We are using the same I2C address 0x68 for the 3 drivers.
I am not sure if this can be fixed or what it is related to?