2022PythonExamples/19 - AddressableLED/Challenge/README.md

5 lines
787 B
Markdown

# 19 - AddressableLED - Challenge
Make your own LED animation, be creative, no wrong answers on this challenge, assuming your code runs as you describe in comments.
## A note from the editor
The animation provided as a solution to this challenge is something I wrote several years ago called "plasma", which is based on various other pieces of code I've found over the years to form this weird, liquid type effect. It's somewhat complicated, and I don't necessarily expect you to understand what it does and how, because even I'm not 100% sure about how someone came up with the functional structure to make the plasma (the function is from somewhere with psuedorandom tweaks from me). But after a few read-throughs with comments, you should be able to get the jist of what's going on.