Updated readme.

main
Blaž Rolih 2021-04-27 23:19:29 +02:00 zatwierdzone przez GitHub
rodzic 06c3e63cf3
commit 410246511c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ a library for using WS2812b leds (aka neopixels) with Raspberry Pi Pico
![neopixels in action]( ![neopixels in action](
https://github.com/benevpi/pico_python_ws2812b/blob/main/pico_ws2812b.jpg) 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. 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.