testing "signal noise" (light artifact) and their reduction

This commit is contained in:
Remy Moll
2020-11-06 14:07:54 +01:00
parent 7871ecfb3c
commit 6a4f27cc4e
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class UnicornHat(object):
self.brightness = 1
self.buffer = numpy.zeros((self.HEIGHT,self.WIDTH,3), dtype=int)
self.reset_clock()
#self.reset_clock()
def reset_clock(self):
GPIO.output(self.PIN_CS, GPIO.LOW)