Skip to content

Commit a93c339

Browse files
author
Jason Symons
committed
Undo change of default to pixel
1 parent 8a6b02c commit a93c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_is31fl3741/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def fill(self, color: int = 0) -> None:
308308
self[addrs[self.g_offset]] = green
309309
self[addrs[self.b_offset]] = blue
310310

311-
def pixel(self, x: int, y: int, color: int = 0) -> Union[int, None]:
311+
def pixel(self, x: int, y: int, color: Optional[int] = None) -> Union[int, None]:
312312
"""
313313
Set or retrieve RGB color of pixel at position (X,Y).
314314

0 commit comments

Comments
 (0)