adafruit / Adafruit_CircuitPython_DotStar

Dotstarrin' away in CircuitPython land
MIT License
46 stars 38 forks source link

error in show #2

Closed jerryneedell closed 6 years ago

jerryneedell commented 6 years ago

shouldn't line 207 be: buf = bytearray(self.n * bpp + 8)

If I set brightness to <.99 then this fails because "n" is not defined.