Jump to content
43oh

LED Animations / Effects


Recommended Posts

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 B) 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.)

Link to post
Share on other sites

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. ;-)

Link to post
Share on other sites

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!

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...