Hey guys, it's been awhile.
After many months of dust collection, my project (Web-controlled rgb LED room lighting) is nearing completion!
I'm at the stage where I am dreaming up little programs to run on this thing to interpolate between colors, or strobe different colors in succession. I was wondering if anyone here has some ideas for me to implement.
I can only control the RGB channels, not individual LEDs (they are being diffused anyway). They are physically checkerboarded, but there are two channels of Red and three each of Green and Blue that I can control individually. They are PWMed with 8 bit resolution (0 to 255, like HTML color). It is potentially possible for me to add sound as a control input, but I wouldn't know what to do with it. But basically, I'm wondering if there are any cool sequences that you guys have seen before.
So far I'm considering
1) X to Y color interpolation over n time
Can Implement with this:
A) Color X to Y to Z to X repeat
B) A, but with more/fewer/random/patterned colors
C) Make one color "off" and do color pulsing
2) Color Strobing with f frequency and d duration
A) Random/set color patterns
Any other suggestions? Yes I will post pics when it's done
