Is it possible to morph every light on the flex… at the same time?
I’ve tried changing to mode 3, but that only changes 8 lights.
I can set the color to every light using this:
bstick.set_led_data(0, [0, 0, 0] * ledcount)
But I’m unable to morph the colors.
EDIT: oops, I’m using python.