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 9a52259 + 427ab49 commit 1f420e0Copy full SHA for 1f420e0
adafruit_st7735.py
@@ -52,5 +52,5 @@
52
class ST7735(displayio.Display):
53
"""ST7735 driver"""
54
55
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
56
super().__init__(bus, _INIT_SEQUENCE, **kwargs)
0 commit comments