https://github.com/kreso975/fastled-particlefireworks
fastLED Fireworks Scroll Text LED matrix 8x32
https://github.com/kreso975/fastled-particlefireworks
8x32 arduino esp32 esp8266 fastled led matrix scroll text
Last synced: 2 months ago
JSON representation
fastLED Fireworks Scroll Text LED matrix 8x32
- Host: GitHub
- URL: https://github.com/kreso975/fastled-particlefireworks
- Owner: kreso975
- License: apache-2.0
- Created: 2024-12-27T20:58:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T21:29:40.000Z (4 months ago)
- Last Synced: 2025-01-08T22:29:19.576Z (4 months ago)
- Topics: 8x32, arduino, esp32, esp8266, fastled, led, matrix, scroll, text
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastLED-particleFireworks
Simple Arduino Project fastLED Fireworks Scroll Text WS2812B LED matrix 8x32
[](https://paypal.me/kreso975)
Tested with ESP01S - 1M, 160MHz - 80MHz both stable in long run
Tested with ESP32c6
**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;
[](https://www.youtube.com/watch?v=SfeN_1HMGKc)