displayio api updates
This commit is contained in:
parent
5df1fe038b
commit
ed395b8276
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ class SpiritBoard(displayio.Group):
|
|||
"""
|
||||
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
|
||||
|
||||
:param displayio.Display display: Display object to show the spirit board on.
|
||||
:param displayio.AnyDisplay display: Display object to show the spirit board on.
|
||||
"""
|
||||
self._display = display
|
||||
super().__init__()
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class SpiritBoard(displayio.Group):
|
|||
"""
|
||||
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
|
||||
|
||||
:param displayio.Display display: Display object to show the spirit board on.
|
||||
:param displayio.AnyDisplay display: Display object to show the spirit board on.
|
||||
"""
|
||||
self._display = display
|
||||
super().__init__()
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ class SpiritBoard(displayio.Group):
|
|||
"""
|
||||
Create a SpiritBoard instance and put it in the displays root_group to make it visible.
|
||||
|
||||
:param displayio.Display display: Display object to show the spirit board on.
|
||||
:param displayio.AnyDisplay display: Display object to show the spirit board on.
|
||||
"""
|
||||
self._display = display
|
||||
super().__init__()
|
||||
|
|
|
|||
Loading…
Reference in a new issue