arduino/node_modulino_firmware

Add method to clear all LEDs

Closed this issue · 0 comments

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);
}