Skip to content

Instantly share code, notes, and snippets.

View tinkrmind's full-sized avatar

Amitabh Shrivastava tinkrmind

View GitHub Profile
@TheFlyingCorpse
TheFlyingCorpse / neopixel-flicker.py
Created August 2, 2018 12:51
Fire / flicker neopixel ledstrip WS2812B
#!/usr/bin/env python3
# Based off of http://www.walltech.cc/neopixel-fire-effect/ for Arduino
# Works with Raspbian Stretch on the RPi3
import time
from neopixel import *
import argparse
# LED strip configuration:
LED_COUNT = 220 # Number of LED pixels.