We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 535f0ac + b0d70cb commit 13140a5Copy full SHA for 13140a5
adafruit_il91874.py
@@ -69,7 +69,7 @@
69
class IL91874(displayio.EPaperDisplay):
70
"""IL91874 display driver"""
71
72
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
73
start_sequence = bytearray(_START_SEQUENCE)
74
75
width = kwargs["width"]
0 commit comments