RobG 1,892 Posted November 13, 2012 Share Posted November 13, 2012 If you have any code or ideas, can you share them here? This should be animation/effect function only, no driver code. Pixel data could be calculated, come from array of constants, or both. For smaller number of LEDs, let's use a buffer, for example: char leds[] = { R0, G0, B0, R1, G1, B1, R2...} The function should update values in the buffer. For larger number of LEDs, the function should do a call to send(char R, char G, char or sendByte(char byte) LED arrangement, I guess strip, 4 x 4, 8 x 8, 16 x 16, etc. Let's get creative and see what we can come up with (I will be working on fire and snow.) Luc 1 Quote Link to post Share on other sites
bluehash 1,581 Posted November 13, 2012 Share Posted November 13, 2012 Have you seen Independence Day? There is a scene where the Heli(Welcome Wagon) tried to greet the Alien ship. I cannot find any videos of it.. but there are these rows of LEDs that does some sort of animation. Quote Link to post Share on other sites
oPossum 1,083 Posted November 14, 2012 Share Posted November 14, 2012 blinkenlights.c GeekDoc and RobG 2 Quote Link to post Share on other sites
oPossum 1,083 Posted November 14, 2012 Share Posted November 14, 2012 larson.c Rickta59, GeekDoc and bluehash 3 Quote Link to post Share on other sites
oPossum 1,083 Posted November 14, 2012 Share Posted November 14, 2012 chaser.c GeekDoc 1 Quote Link to post Share on other sites
bluehash 1,581 Posted November 14, 2012 Share Posted November 14, 2012 Cylons! Are you listening to a scanner? I sometimes have mine running too. Quote Link to post Share on other sites
oPossum 1,083 Posted November 14, 2012 Share Posted November 14, 2012 A scanner for police/fire and 2 ham radios with dual watch monitoring the four local repeaters. bluehash 1 Quote Link to post Share on other sites
abecedarian 330 Posted November 14, 2012 Share Posted November 14, 2012 Cylons! Are you listening to a scanner? I sometimes have mine running too. There's a reason they're called a "Larson scanner": Glen A. Larson developed Battlestar Galactica (1978) and Knight Rider (1982). Sorry, I am a Gen-X'r (born 1970) so I have to know these things. ;-) Quote Link to post Share on other sites
GeekDoc 226 Posted November 15, 2012 Share Posted November 15, 2012 There's a reason they're called a "Larson scanner": Glen A. Larson developed Battlestar Galactica (1978) and Knight Rider (1982). Sorry, I am a Gen-X'r (born 1970) so I have to know these things. ;-) Gotcha beat by 8 years, AND grew up with a "television industry" family. I know how you feel. ;-) Loving all the patterns! Thanks for the code! I'm going to have to try these out when I get my RGB strip! abecedarian 1 Quote Link to post Share on other sites
SugarAddict 227 Posted November 15, 2012 Share Posted November 15, 2012 Opposing Larson with color merging/mixing? (Multicolor with merge/shift in passes) Quote Link to post Share on other sites
oPossum 1,083 Posted November 15, 2012 Share Posted November 15, 2012 By your command. larson_dual.c cde, jsolarski, abecedarian and 3 others 6 Quote Link to post Share on other sites
bluehash 1,581 Posted November 15, 2012 Share Posted November 15, 2012 I don't need to comment again. But that's good work. Quote Link to post Share on other sites
RobG 1,892 Posted November 16, 2012 Author Share Posted November 16, 2012 Shrinking & growing light chaser example. 30 LED strip hooked up to nanoPad controller ws2811-effect-1.c bluehash and abecedarian 2 Quote Link to post Share on other sites
abecedarian 330 Posted November 16, 2012 Share Posted November 16, 2012 Shrinking & growing light chaser example. 30 LED strip hooked up to nanoPad controller .... But can it play Crysis? ;-) Sorry, had to say it. Quote Link to post Share on other sites
abecedarian 330 Posted November 16, 2012 Share Posted November 16, 2012 Gotcha beat by 8 years, AND grew up with a "television industry" family. I know how you feel. ;-) .... I'm waiting for the reboots of "Automan" and "Max Headroom" Anyone? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.