Skip to content

phptuts/fastled-animator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastLED Animator

My mission is to empower noncoders to make art with RGB-led light strips. Not knowing how to code should not stop you from creating. I want to enable artists, hobbyists, and the curious to build amazing things. If you have any feedback or use cases, please email me at glaserpower [] gmail.com.

Thank You

The code used to run the rgb LEDs on the Arduino is fastled. It's a free, open-source project. I would not have been able to build the website without them. Thank you focalintent and kriegsman for this making possible!

Future LED Object

const frame = {
    // [1,2,4] are the leds that will be colored "#00AA00"
    colors: [{"#00AA00": [1,2,4], "#AA0000": [3,5]}],
    // These are the selected leds
    selected: [1,2,3]
} 

About

Create simple rgb led light animations without code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published