Skip to content

Commit

Permalink
Merge pull request #18 from mcarlson/fix_glitching
Browse files Browse the repository at this point in the history
Update default delay to 300 microseconds per Adafruit
  • Loading branch information
blaz-r committed Mar 31, 2024
2 parents 7c97c8b + 15f27b8 commit 7e59515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neopixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Neopixel:
# 'brightnessvalue', # brightness scale factor 1..255
# ]

def __init__(self, num_leds, state_machine, pin, mode="RGB", delay=0.0001):
def __init__(self, num_leds, state_machine, pin, mode="RGB", delay=0.0003):
"""
Constructor for library class
Expand Down

0 comments on commit 7e59515

Please sign in to comment.