We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1095918 commit 283dad4Copy full SHA for 283dad4
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