From 86b7a11ce44735291d5c411a75fafecf16dceb73 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Thu, 2 Nov 2023 23:23:21 -0400 Subject: [PATCH] Replace depreciated .show() --- adafruit_slideshow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (