Skip to content

Commit

Permalink
Merge pull request #44 from RetiredWizard/main
Browse files Browse the repository at this point in the history
Replace depreciated .show()
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents 82e01aa + 86b7a11 commit 4f4cdbe
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 4f4cdbe

Please sign in to comment.