diff --git a/examples/strandtest/strandtest.ino b/examples/strandtest/strandtest.ino index c91e1fa8..279db9b0 100644 --- a/examples/strandtest/strandtest.ino +++ b/examples/strandtest/strandtest.ino @@ -28,6 +28,7 @@ void setup() { strip.begin(); + strip.setBrightness(50); // Ranges from 0 (off) to 255 (full power) strip.show(); // Initialize all pixels to 'off' }