Make all of the pixels on the strip show one color.
light.setAll(0xff0000);
Set all of the pixels to pink.
pink
light.setAll(0xff007f)
||rgb||
circuit-playground
Edit this page on GitHub Edit template of this page on GitHub Edit template of this page on GitHub