Skip to content

Commit

Permalink
add blur to movingdot_simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
realSixi committed Apr 22, 2022
1 parent aec65e5 commit e0d9a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effect_movingdot_simple.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class EffectMovingDotSimple : public Effect

int greenLED = map(beatInfo.animationFrame(2), 0, 1000, 0, numLeds);
leds[greenLED] = CRGB::Green;

blur1d(leds, numLeds, 64);
}
};

Expand Down

0 comments on commit e0d9a8d

Please sign in to comment.