arvydas / BlinkStickDotNet

BlinkStick .NET interface to control devices connected to the computer
GNU General Public License v3.0
32 stars 28 forks source link

TurnOff only affects the first LED #4

Open arvydas opened 8 years ago

arvydas commented 8 years ago

Needs to take into account the device and number of LEDs connected.

kdeenanauth commented 8 years ago

As a workaround, you can call device.SetColor (0, i, 0, 0, 0)