Skip to content

Commit

Permalink
Merge pull request #18 from makermelissa/main
Browse files Browse the repository at this point in the history
Fix typo in FourWire
  • Loading branch information
tannewt authored Sep 29, 2023
2 parents d515fa7 + 3d33438 commit e3791ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ssd1680.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class SSD1680(displayio.EPaperDisplay):
Display rotation
"""

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

0 comments on commit e3791ca

Please sign in to comment.