NeoPixel-KnightRider icon indicating copy to clipboard operation
NeoPixel-KnightRider copied to clipboard

A highly configurable Knight Rider (larson display) routine for your AdaFruit NeoPixel (WS2812 RGB LED) using the Arduino.

Results 5 NeoPixel-KnightRider issues
Sort by recently updated
recently updated
newest added

The first for loop for the function knightRider should most likely be: for(uint16_t i=0; i < cycles; i++){ It is currently set to int i = 1, when the lights...

Hi there, thanx for a great sketch, saved me quite some time developing ;-) However, in your demo, you use hex value for your colors based on RGB but the...

Hi, I just want to report that I tested this sketch. It runs fine up to #define NUM_PIXELS 315 But with higher NUM_PIXELS it seems not to work, no idea...

In strips over 50 pixels, the speed slows down to less than half the original speed once it reaches about the 50th LED. Set the speed to 0.

Forgive me, I am new to github, I don't know how to propose a change. However, this is from the top part of the code, I modified it for the...