From 93e96e597a098d286c0bf4e268e3f4aacd82320a Mon Sep 17 00:00:00 2001 From: benevpi <31006592+benevpi@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:01:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index debe189..0a9c4ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ pixels = ws2812b.ws2812b(10,0,0) This object has two methods, show() which sends the data to the strip, and set_pixel which sets the colour values for a particular LED. The parameters are LED number, red, green, blue with the colours taking values between 0 and 255. -A simple example is the following typed into the interpreter: +A simple example is the following typed into the interpreter (warning, fill(...) will light up all the LEDs, so only run this line if you want to turn them all on): ``` >>> import ws2812b