displayio api updates

This commit is contained in:
foamyguy 2025-05-27 16:51:19 -05:00
parent 53c1666ee1
commit 1544e1bb0f

View file

@ -78,7 +78,7 @@ class PortalBase:
"""The :py:meth:`displayio.Group()` object that acts as the splash screen
for this device."""
self.display = self.graphics.display
"""The :py:meth:`displayio.Display` object representing the screen for this device"""
"""The :py:class:`busdisplay.BusDisplay` object representing the screen for this device"""
# Font Cache
self._fonts = {}