We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d515fa7 + 3d33438 commit e3791caCopy full SHA for e3791ca
adafruit_ssd1680.py
@@ -66,7 +66,7 @@ class SSD1680(displayio.EPaperDisplay):
66
Display rotation
67
"""
68
69
- def __init__(self, bus: displayio.Fourwire, **kwargs) -> None:
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
70
if "colstart" not in kwargs:
71
kwargs["colstart"] = 1
72
stop_sequence = bytearray(_STOP_SEQUENCE)
0 commit comments