diff --git a/adafruit_portalbase/graphics.py b/adafruit_portalbase/graphics.py index 9e9e414..d3b91ad 100755 --- a/adafruit_portalbase/graphics.py +++ b/adafruit_portalbase/graphics.py @@ -55,10 +55,10 @@ def __init__(self, display, *, default_bg=0x000000, scale=1, debug=False): self._bg_group = displayio.Group(max_size=1) self._bg_file = None self.splash.append(self._bg_group) - self.display.show(self.splash) # set the default background if default_bg is not None: + self.display.show(self.splash) self.set_background(default_bg) gc.collect()