lower brightness

This commit is contained in:
Cole Deck 2020-03-03 01:12:42 +00:00
parent 52ef77e389
commit 7217cb8b43

View File

@ -4,4 +4,4 @@ pixels = neopixel.NeoPixel(board.D18, 24)
def ledOff():
pixels.fill((0,0,0))
def ledOn():
pixels.fill((180,200,180))
pixels.fill((50,50,50))