We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951cdff commit 6db12a9Copy full SHA for 6db12a9
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