Skip to content

Commit 6c97a93

Browse files
committed
Typo
1 parent 09673c2 commit 6c97a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dotstar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def __repr__(self):
137137

138138
def _set_item(self, index, value):
139139
offset = index * 4 + self.start_header_size
140-
rbg = value
140+
rgb = value
141141
if isinstance(value, int):
142142
rgb = (value >> 16, (value >> 8) & 0xff, value & 0xff)
143143

0 commit comments

Comments
 (0)