We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca629a1 + 1673431 commit 199b3aaCopy full SHA for 199b3aa
adafruit_ssd1608.py
@@ -48,7 +48,7 @@
48
class SSD1608(displayio.EPaperDisplay):
49
"""SSD1608 driver"""
50
51
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
52
start_sequence = bytearray(_START_SEQUENCE)
53
width = kwargs["width"]
54
start_sequence[4] = (width - 1) & 0xFF
0 commit comments