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 53c1666 + 1544e1b commit e00bf2fCopy full SHA for e00bf2f
adafruit_portalbase/__init__.py
@@ -78,7 +78,7 @@ def __init__( # noqa: PLR0912,PLR0913 Too many branches,Too many arguments in f
78
"""The :py:meth:`displayio.Group()` object that acts as the splash screen
79
for this device."""
80
self.display = self.graphics.display
81
- """The :py:meth:`displayio.Display` object representing the screen for this device"""
+ """The :py:class:`busdisplay.BusDisplay` object representing the screen for this device"""
82
83
# Font Cache
84
self._fonts = {}
0 commit comments