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.
1 parent ae5e51d commit 34d3a00Copy full SHA for 34d3a00
adafruit_st7789.py
@@ -60,5 +60,5 @@
60
class ST7789(displayio.Display):
61
"""ST7789 driver"""
62
63
- def __init__(self, bus, **kwargs) -> None:
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
64
super().__init__(bus, _INIT_SEQUENCE, **kwargs)
0 commit comments