Skip to content

Commit e3791ca

Browse files
authored
Merge pull request #18 from makermelissa/main
Fix typo in FourWire
2 parents d515fa7 + 3d33438 commit e3791ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ssd1680.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SSD1680(displayio.EPaperDisplay):
6666
Display rotation
6767
"""
6868

69-
def __init__(self, bus: displayio.Fourwire, **kwargs) -> None:
69+
def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
7070
if "colstart" not in kwargs:
7171
kwargs["colstart"] = 1
7272
stop_sequence = bytearray(_STOP_SEQUENCE)

0 commit comments

Comments
 (0)