From 410246511ceac70107063b2b70d142e5d19a15f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Rolih?= <61357777+blaz-r@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:19:29 +0200 Subject: [PATCH] Updated readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a32b88..f253e78 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ a library for using WS2812b leds (aka neopixels) with Raspberry Pi Pico ![neopixels in action]( https://github.com/benevpi/pico_python_ws2812b/blob/main/pico_ws2812b.jpg) +For updated version, which also supports RGBW, check out my other library: https://github.com/blaz-r/pi_pico_neopixel. You'll first need to save the ws2812b.py file to your device (for example, open it in Thonny and go file > save as and select MicroPython device. Give it the same name). Once it's there, you can import it into your code.