Skip to content

Commit 8d0262f

Browse files
authored
Merge pull request #3050 from FoamyGuy/displayio_api_updates
displayio api updates
2 parents 5df1fe0 + ed395b8 commit 8d0262f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TFT_Spirit_Board/esp32s3_s2_tft_featherwing_480x320/spirit_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, display):
4545
"""
4646
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
4747
48-
:param displayio.Display display: Display object to show the spirit board on.
48+
:param displayio.AnyDisplay display: Display object to show the spirit board on.
4949
"""
5050
self._display = display
5151
super().__init__()

TFT_Spirit_Board/pyportal/spirit_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, display):
4545
"""
4646
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
4747
48-
:param displayio.Display display: Display object to show the spirit board on.
48+
:param displayio.AnyDisplay display: Display object to show the spirit board on.
4949
"""
5050
self._display = display
5151
super().__init__()

TFT_Spirit_Board/pyportal_titano/spirit_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, display):
4545
"""
4646
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
4747
48-
:param displayio.Display display: Display object to show the spirit board on.
48+
:param displayio.AnyDisplay display: Display object to show the spirit board on.
4949
"""
5050
self._display = display
5151
super().__init__()

0 commit comments

Comments
 (0)