From d9587f06fadbca57cdf95ed1b2566b5ca89bf108 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:25:55 +0100 Subject: [PATCH] Update README.md --- micropython/examples/plasma_stick/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/plasma_stick/README.md b/micropython/examples/plasma_stick/README.md index aadb8aad..22374e62 100644 --- a/micropython/examples/plasma_stick/README.md +++ b/micropython/examples/plasma_stick/README.md @@ -39,7 +39,7 @@ You can control your WS2812 / NeoPixelâ„¢ strip using our handy MicroPython Plas - [PicoGraphics MicroPython function reference](../../modules/plasma) -Note that the examples in this directory default to a RGB colour order to match the LEDs in the Wireless Plasma Kit. If you're using different LEDs you may need to adjust the colour order in your code - most of the other addressible LEDs we sell are GRB. +Note that the examples in this directory default to a RGB colour order to match the LEDs in the Wireless Plasma Kit. If you're using different LEDs you may need to adjust the colour order in your code - most of the other addressable LEDs we sell are GRB. ## Using Breakouts