Demonstrate LED Functionality #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Our LEDs are going to be using the WS2812 control chips to individually address each LED. This will make programming cool effects lots of fun.
We'll want to prove out that these functions are working.
Power MUST be supplied from the "center" 5V/GND connectors. @lukeg discovered this the "hard way" when his LEDs would not turn on at all.
"FastLED" seems to be a very simple, and solid, option for controlling the LEDs, themselves. Seems simple and effective.
This has been completed! 😄