Skip to content

Commit a8d4010

Browse files
committed
Typo
1 parent c033bd4 commit a8d4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dotstar.py

+1-1
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)