Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

Infinity_Mirror

An infinity mirror project built using a WS2812b RGB LED strip and an ESP32 using PlatformIO. The inital code is taken from: https://github.com/Resseguie/FastLED-Patterns

Todo

  • Add Swirly pattern - group x pixels that rotate around the strip y times.
  • Add Spinny pattern - two groups of Swirlies counterrotating in sync. (Optional functionality of Swirly.)
  • Add Trippy pattern - two groups of Swirlies counterrotating out of sync.