kopia lustrzana https://github.com/blaz-r/pico_python_ws2812b
Merge branch 'main' of https://github.com/benevpi/pico_python_ws2812b into main
commit
226330d7b1
|
@ -25,6 +25,8 @@ A simple example is the following typed into the interpreter:
|
||||||
>>> pixels.show()
|
>>> pixels.show()
|
||||||
>>> pixels.set_pixel(5,0,10,0)
|
>>> pixels.set_pixel(5,0,10,0)
|
||||||
>>> pixels.show()
|
>>> pixels.show()
|
||||||
|
>>> pixels.fill(20,5,0)
|
||||||
|
>>> pixels.show()
|
||||||
```
|
```
|
||||||
|
|
||||||
Pull requests are open if you'd like more features!
|
Pull requests are open if you'd like more features!
|
||||||
|
|
Ładowanie…
Reference in New Issue