Add method to clear all LEDs
Closed this issue · 0 comments
alranel commented
In order to write simpler examples, we would like to have a .clear() method that turns all LEDs off:
void redraw() {
pixels.clear();
pixels.set(0, 255, 255, 255);
}