From f6786877351056288091ee666f6df5dc949ab4f7 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:23:35 +0100 Subject: [PATCH 1/2] Update README.md --- micropython/examples/plasma_stick/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/micropython/examples/plasma_stick/README.md b/micropython/examples/plasma_stick/README.md index 2a2ca311..aadb8aad 100644 --- a/micropython/examples/plasma_stick/README.md +++ b/micropython/examples/plasma_stick/README.md @@ -39,6 +39,8 @@ 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. + ## Using Breakouts Plasma Stick has a Qw/ST (Qwiic/STEMMA QT) connector. Breakouts with Qw/ST connectors, can be plugged straight in with a [JST-SH to JST-SH cable](https://shop.pimoroni.com/products/jst-sh-cable-qwiic-stemma-qt-compatible?variant=31910609813587). You can connect I2C Breakout Garden breakouts without Qw/ST connectors using a [JST-SH to JST-SH cable](https://shop.pimoroni.com/products/jst-sh-cable-qwiic-stemma-qt-compatible?variant=31910609813587) and a [Qw/ST to Breakout Garden adaptor](https://shop.pimoroni.com/products/stemma-qt-qwiic-to-breakout-garden-adapter). 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 2/2] 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