User Activity

Hi everyone, I've written this little python script to control the brightness in several LED1642GW drivers connected in daisy chain. According to their Application Note, at page 4, it says you have to send 16 words of 16 bits where the first 15 must ...
Well, as you can see in the datasheet and the application note for LED1642GW, It doesn't use pure SPI, since it doesn't use CS but it requires the Latch Enable (LE) signal.I'd actually like to write an application to manage multiple LED drivers but t...