We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a5f334 + dbe4128 commit 2fab641Copy full SHA for 2fab641
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