Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kreso975/fastled-particlefireworks
- Owner: kreso975
- License: apache-2.0
- Created: 2024-12-27T20:58:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-27T22:48:33.000Z (about 1 month ago)
- Last Synced: 2024-12-27T23:33:08.041Z (about 1 month ago)
- Topics: 8x32, arduino, esp8266, fastled, led, matrix, scroll, text
- Language: C++
- Homepage:
- Size: 14.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
[![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)