We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951cdff + 6db12a9 commit 5ef5265Copy full SHA for 5ef5265
adafruit_ssd1325.py
@@ -63,7 +63,7 @@ class SSD1325(displayio.Display):
63
(0, 90, 180, 270)
64
"""
65
66
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
67
# Patch the init sequence for 32 pixel high displays.
68
init_sequence = bytearray(_INIT_SEQUENCE)
69
height = kwargs["height"]
0 commit comments