We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5f334 commit dbe4128Copy full SHA for dbe4128
adafruit_il0398.py
@@ -50,7 +50,7 @@
50
class IL0398(displayio.EPaperDisplay):
51
"""IL0398 driver"""
52
53
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
54
start_sequence = bytearray(_START_SEQUENCE)
55
56
width = kwargs["width"]
0 commit comments