We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1095918 + 283dad4 commit d2edd0fCopy full SHA for d2edd0f
adafruit_ssd1331.py
@@ -58,7 +58,7 @@
58
class SSD1331(displayio.Display):
59
"""SSD1331 driver"""
60
61
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
62
super().__init__(
63
bus,
64
_INIT_SEQUENCE,
0 commit comments