Asked
— Edited
Is there a way to control the color over time or change color of the led due to an event thru some kind of scripting?
EZB Connections
— Add and manage up to 255 EZ-B I/O controller connections in ARC, select COM/IP ports or device addresses to connect or remove devices.
Try it →
I2CWrite(0,0x09, c, 0xff) Sleep(5000) I2CWrite(0,0x09, c, 0xc4)
What happens is I have to move the sliders to change the color, then execute script, the first line is ignored then it changes to the second color. Its almost as if the Blink M control panel is over riding with the first color and the script picks up the second color.
Have you tried it without the blinkm control panel being loaded in to the project?
Just did. No luck. Once killed it stays at the last color I chose and again skips the first color but changes to the second.
@DJ how about an Auto Position option for Blink M's so animations are possible? If i can use sliders those sliders should be able to be animated over time?