Hi -
just bought 2 flex with the intend to let them interact with Unity.
I’m not yet there… I can’t even address them with native .net.
Whatever index I set in setcolor, I get only the first led changing color.
I obviously set the mode to 2 and then try to change the color of the 3rd led, but I’m not successful. only the first will change color.
device.SetMode (2);
device.SetColor(0, 3, “#ff0000”);
Any idea how to fix this?
Note that the client application (2.0) works well to adress any LED…
thx
laurent