This sketch is designed to combine the Blinkylabs Pattern Paint lighting sequence creator with the arduino FastLED library. This combination allows quick and easy construction of lighting sequences that can be rendered effortlessly using an arduino and any number of NeoPixels.
- Install the Arduino Software (
choco install arduino
) - Install Blinkylabs Pattern Paint
- Install the FastLED Library
- Install the BlinkyTape_Arduino Library
- Open the
NeoPixel_Pattern.ino
sketch - Create a pattern using Pattern Paint and save it as
pattern.h
- Update the
PIN
andBRIGHTNESS
defines (if needed) - Compile and Upload the sketch
- Open the Arduino IDE
Sketch
Menu->
Include Library
->
Add .ZIP Library...
- Locate downloaded zip file
You can use Pattern Paint to create your lighting sequences, or since Pattern Paint works with PNG and BMP files, you can alternatively use any raster image editor (such as Photoshop) to create complex effects and import the image into Pattern Paint.
The included lighting sequence simply blinks the first LED in the array with red.
- Make sure configure your scene in Pattern Paint to match your led topology, or you may find your image gets stretched.