docs(01-03): complete animation engine plan — 8 animations, 50fps FreeRTOS task, RGBW support

- SUMMARY documents ANIM_REGISTRY name strings for Pi-side use
- W auto-derive formula documented for Phase 2 reference
- FW-03 (8 animations) and FW-04 (configurable params) requirements marked complete
- STATE updated: plan 4/4, progress 75%, decisions added
This commit is contained in:
Claude
2026-04-03 13:30:33 +02:00
parent cba4b1789f
commit d16445084a
4 changed files with 201 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
- [x] **FW-01**: ESP32-C3 treibt WS2801 (160 LEDs, SPI) und SK6812 (300 LEDs, RMT/RGBW) gleichzeitig an
- [x] **FW-02**: ESP32-C3 empfaengt JSON-Kommandos ueber UDP und fuehrt benannte Animationen aus
- [ ] **FW-03**: Mindestens 8 Built-in-Animationen (Chase, Pulse, Rainbow, Strobe, Color Wash, Breathe, Sparkle, Gradient Sweep)
- [ ] **FW-04**: Jede Animation akzeptiert konfigurierbare Parameter (Farbe/RGBW, Speed, Intensitaet)
- [x] **FW-03**: Mindestens 8 Built-in-Animationen (Chase, Pulse, Rainbow, Strobe, Color Wash, Breathe, Sparkle, Gradient Sweep)
- [x] **FW-04**: Jede Animation akzeptiert konfigurierbare Parameter (Farbe/RGBW, Speed, Intensitaet)
- [x] **FW-05**: Beide LED-Zonen (Schrank/Wand) sind unabhaengig steuerbar ueber das JSON-Protokoll
### Audio
@@ -79,8 +79,8 @@
|-------------|-------|--------|
| FW-01 | Phase 1 | Complete |
| FW-02 | Phase 1 | Complete |
| FW-03 | Phase 1 | Pending |
| FW-04 | Phase 1 | Pending |
| FW-03 | Phase 1 | Complete |
| FW-04 | Phase 1 | Complete |
| FW-05 | Phase 1 | Complete |
| AUD-01 | Phase 2 | Pending |
| AUD-02 | Phase 2 | Pending |