We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c53a0 + 38976cb commit cf322ffCopy full SHA for cf322ff
adafruit_displayio_ssd1306.py
@@ -68,7 +68,7 @@ class SSD1306(displayio.Display):
68
"""
69
70
def __init__(
71
- self, bus: Union[displayio.Fourwire, displayio.I2CDisplay], **kwargs
+ self, bus: Union[displayio.FourWire, displayio.I2CDisplay], **kwargs
72
) -> None:
73
# Patch the init sequence for 32 pixel high displays.
74
init_sequence = bytearray(_INIT_SEQUENCE)
0 commit comments