diff --git a/adafruit_slideshow.py b/adafruit_slideshow.py index de7a1a2..d81c476 100755 --- a/adafruit_slideshow.py +++ b/adafruit_slideshow.py @@ -258,7 +258,7 @@ def _check_json_file(file: str) -> bool: # Setup the display self._group = displayio.Group() self._display = display - display.show(self._group) + display.root_group = self._group self._backlight_pwm = backlight_pwm if (