Skip to content

Commit 1544e1b

Browse files
committed
displayio api updates
1 parent 53c1666 commit 1544e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__( # noqa: PLR0912,PLR0913 Too many branches,Too many arguments in f
7878
"""The :py:meth:`displayio.Group()` object that acts as the splash screen
7979
for this device."""
8080
self.display = self.graphics.display
81-
"""The :py:meth:`displayio.Display` object representing the screen for this device"""
81+
"""The :py:class:`busdisplay.BusDisplay` object representing the screen for this device"""
8282

8383
# Font Cache
8484
self._fonts = {}

0 commit comments

Comments
 (0)