Hi. I am an L.A. based artist, who has found that I need help doing some customization sketches for an Arduino that can create color shits, chases, etc on an addressable LED strip.
I want to control a 2 meter 4 wire digital RGB strip (Flex Pixel #FLX775) from Elation Lighting https://www.elationlighting.com/flex-pixel-p40wp.
I have several of these strips installed in my loft by a lighting professional, powered by a DMX controller, but I have to boot up a laptop to run the DMX controller every time that I want the LED strips to light up. So to simplify this, I am trying to build an Arduino to do a series of color shifts and chases that will go on every time I turn power on to the lights and board.
I wired it up according to a NeoPixel diagram I found here: Basic Connections | Adafruit NeoPixel Überguide | Adafruit Learning System
I found the FastLED library and chose the simple Blink sketch. By trial and error, I found out that I replace the default NeoPixel code line with one of the choices: FastLED.addLeds<P9813, DATA_PIN, CLOCK_PIN, RGB>(leds, NUM_LEDS); // BGR ordering is typical, that I got my LED strip to blink red, as the sketch is intended.
Now I am looking for a sketch that will control all the 144 pixels in the strip and have them change colors, act as a chase lights or other color effects.
I have tried several that are posted but all seem to be coded for the NeoPixel strips. So am willing to pay someone to customize some sketches to make my Flex Pixel strips work.