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 217af2b + 64f585e commit 35479b3Copy full SHA for 35479b3
adafruit_portalbase/__init__.py
@@ -70,9 +70,14 @@ def __init__(
70
debug=False,
71
):
72
self.network = network
73
+ """The :py:class:`~adafruit_portalbase.NetworkBase`-derived instance provided"""
74
self.graphics = graphics
75
+ """The :py:class:`~adafruit_portalbase.GraphicsBase`-derived instance provided"""
76
self.splash = self.graphics.splash
77
+ """The :py:meth:`displayio.Group()` object that acts as the splash screen
78
+ for this device."""
79
self.display = self.graphics.display
80
+ """The :py:meth:`displayio.Display` object representing the screen for this device"""
81
82
# Font Cache
83
self._fonts = {}
0 commit comments