Skip to content

Commit

Permalink
Replace depreciated .show()
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard committed Nov 3, 2023
1 parent 82e01aa commit 86b7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_slideshow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 86b7a11

Please sign in to comment.