diff --git a/README.md b/README.md index a5840b0..31b3426 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,9 @@ Fade the Light Off Over 5 Seconds - light.turn_off "transition":"50" } ``` + +Add these lines to void setup to set default color and brightness on power up +``` + setColor(255, 136, 12); + FastLED.setBrightness(80); +```