Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 764 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 764 Bytes

Flipsky WS2812B

Arduino Project which uses my FlipskyPPM Library to light up some WS2812B with FastLED according to inputs

  • change modes using your remote (double click down)
  • off, solidRainbow, waveRainbow, circleRainbow, circleRainbowSparkle, speedControl, solidBloodOrange, solidWhite
  • uses cheap arduino nano

Usage

  1. Download from GitHub as ZIP
  2. Open in Platformio or Arduino IDE, edit the led count and pins to fit your setup
  3. Upload to your Board (Arduino Nano or others)

License

This code is licensed under GNU GENERAL PUBLIC LICENSE Version 3 and is using FlipskyPPM https://github.com/Chipney/FlipskyPPM and FastLed https://github.com/FastLED/FastLED