Have any of you awesome geniuses ever put together some code to display a matrix pattern on an LED matrix? If so please share lol
The Matrix rain effect from the movie? That’s a cool idea.
Yes that one. I have been hunting it down for months but all dead ends and im still too much of a noob to write it on my own. I know i need several random variables to create lines that have a bright starting point and a fading tail. Random variables for length and speed to give it a sense of depth. But im pulling a blank on how i would put that on a matrix of LEDs lol
https://github.com/CodingTrain/Rainbow-Code/tree/master/challenges/CC_04_PurpleRain
This is something you could work off of. But if you knew what you were doing lol
with the FastLED library, you can use the function “fade to black” to do so…
Yeah i know. But i find myself clueless when i stare at the screen
Have a look at:
It will require some tweaking to suit your setup, + changing the Adafruit library function calls.
I haven’t tried it but it looks pretty good
@matt_p bruh… that looks awesome!!!