Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kreso975/fastled-particlefireworks

fastLED Fireworks Scroll Text LED matrix 8x32
https://github.com/kreso975/fastled-particlefireworks

8x32 arduino esp8266 fastled led matrix scroll text

Last synced: about 1 month ago
JSON representation

fastLED Fireworks Scroll Text LED matrix 8x32

Awesome Lists containing this project

README

        

# fastLED-particleFireworks
Simple Arduino Project fastLED Fireworks Scroll Text WS2812B LED matrix 8x32
[![Donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://paypal.me/kreso975)

Tested with ESP01S - 1M, 160MHz

**Adjust fireworks:**
const float INITIAL_VELOCITY = 1.5;
const float DECELERATION_FACTOR = 0.75;
const int PARTICLE_LIFE = 70;
const int PARTICLE_COUNT = 20;
const int EXPLOSION_FREQUENCY = 1;
const int UPDATE_RATE = 50;

[![Watch the video](https://img.youtube.com/vi/SfeN_1HMGKc/0.jpg)](https://www.youtube.com/watch?v=SfeN_1HMGKc)