Unverified Commit 63924537 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

ws2812b test: do not turn off LEDs completely to aid dead pixel detection

parent 044c1749
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ int main(void)

	while (1) {
		gpio.led_toggle();
		np.setPixelColor(pixel, np.Color(0, 0, 0));
		np.setPixelColor(pixel, np.Color(1, 1, 1));
		if (pixel == 255) {
			pixel = 0;
		} else {