Skip to content

Commit 9ff56ce

Browse files
authored
Merge pull request #33 from tcfranks/main
Added FourWire to bus type to complete annotations
2 parents ae5e51d + 34d3a00 commit 9ff56ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_st7789.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
class ST7789(displayio.Display):
6161
"""ST7789 driver"""
6262

63-
def __init__(self, bus, **kwargs) -> None:
63+
def __init__(self, bus: displayio.FourWire, **kwargs) -> None:
6464
super().__init__(bus, _INIT_SEQUENCE, **kwargs)

0 commit comments

Comments
 (0)