benevpi 2021-01-19 17:24:27 +00:00
commit 29f070ffab
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,10 @@
# pico_ws2812b
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)
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 create an object with the parameters number of LEDs, state machine ID and GPIO number in that order. so, to create a strip of 10 leds on state machine 0 and GPIO 0, you use: