From 6eef0e54d07a4efbb149602596dfd7820e57363a Mon Sep 17 00:00:00 2001 From: benevpi <31006592+benevpi@users.noreply.github.com> Date: Wed, 27 Jan 2021 14:31:03 +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 0a9c4ca..fda5257 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 (warning, fill(...) will light up all the LEDs, so only run this line if you want to turn them all on): +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). For reasons as yet unknown, there seems to sometimes be an issue with the interpreter. I've investigating, but it does seem to always work when run from a file. If the following gives you problems, try loading an file from examples: ``` >>> import ws2812b