Skip to content

Commit

Permalink
change init brightness (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionyhw authored and pelikhan committed Mar 28, 2019
1 parent ca8540b commit c2b324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neopixel.ts
Expand Up @@ -482,7 +482,7 @@ namespace neopixel {
strip._length = numleds;
strip._mode = mode;
strip._matrixWidth = 0;
strip.setBrightness(255)
strip.setBrightness(128)
strip.setPin(pin)
return strip;
}
Expand Down

0 comments on commit c2b324f

Please sign in to comment.