Skip to content

Commit 159c8ec

Browse files
authored
Merge pull request #109 from Neradoc/nera-fix-pixelbuf-size
Fix neopixel for python version of adafruit_pixelbuf
2 parents 198f2aa + 1c285ac commit 159c8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_seesaw/neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(
7878
pixel_order = "".join(order_list)
7979

8080
super().__init__(
81-
size=n,
81+
n,
8282
byteorder=pixel_order,
8383
brightness=brightness,
8484
auto_write=auto_write,

0 commit comments

Comments
 (0)