Merge pull request #107 from FoamyGuy/displayio_api_updates

displayio api updates
This commit is contained in:
foamyguy 2025-05-29 14:26:38 -05:00 committed by GitHub
commit e00bf2fa3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {}