Neopixel effects fun topic #11038
Replies: 2 comments
-
And here is my Knight Rider code
|
Beta Was this translation helpful? Give feedback.
-
Thanks for uploading this. I am using this with blaz-r's https://github.com/blaz-r/pi_pico_neopixel. There are some bugs in the close_encounters function that are fixed by the following code:
The original code makes the sin of hardcoding the list sizes to 16, but in my case I have 64 and 256 numpix. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I've been playing around with Neopixels and MicroPython and so far it's fun!
(Micro)Python syntax enabled me to achieve effects I never dreamed of in Arduino C++
Below is my code so far.
I'm using:
Close Encounters, comes close enough for now.
Next on my list is Knight-Rider ;)
I'm just doing this for fun, not a professional.
Code improvement and ideas are welcome.
I'm curious about what others have done using Neopixels,
share your results in this topic.
If you share your code please:
Beta Was this translation helpful? Give feedback.
All reactions