jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.77k stars 622 forks source link

Library is setting leds by three #249

Closed b-stud closed 6 years ago

b-stud commented 6 years ago

Hello! I'm facing a weird issue with the file SK6812_lowlevel.py and my WS2811

Actually, leds are set by three, which means that if I execute this code :

strip1.setPixelColor(0, color1)

Then LED 0, LED 1 and LED 2 will all be set to color1 while I would expect only the 0 to be set.

Would anyone ever faced the sime thing?

korbav commented 6 years ago

Please close this issue, it was the strip which was designed this way, no relation with the library. Thanks and sorry for the inconvenience.