I hereby claim:
- I am sethcohn on github.
- I am sethcohn (https://keybase.io/sethcohn) on keybase.
- I have a public key whose fingerprint is 3CCB 9507 A984 AF8C 20AB DE49 166F BCDB 8CB9 1737
To claim this, I am signing this object:
# not a great one, but it works, and it's tweakable. You'll need to add imports and tweak values | |
strand = neopixel.NeoPixel(NEOPIXEL, 10, 3, 1, False) | |
while True: | |
r = 226 | |
g = 121 | |
b = 35 | |
#Flicker, based on our initial RGB values | |
for i in range (0, len(strand)): |
from board import * | |
import time | |
import neopixel | |
class PixelPaint: | |
def __init__(self, pixelobj): | |
self.pixelobj = pixelobj | |
self.n = len(self.pixelobj) |
from board import * | |
import time | |
import urandom | |
import neopixel | |
pininuse = A0 #change for your board pin | |
strandsize = 144 | |
stepsize = 10 | |
startingpixel = 5 | |
color = (30,0,0) |
I hereby claim:
To claim this, I am signing this object: