From c0f851477f826ecf7333fbe9be1aa29e768dbc48 Mon Sep 17 00:00:00 2001 From: TheCellMC Date: Fri, 1 Nov 2019 12:39:32 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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); +```