Skip to content

Commit

Permalink
Merge pull request #40 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update to use display.root_group for CP 9 compatibility
  • Loading branch information
dhalbert committed Nov 3, 2023
2 parents 2d70494 + fc6bf97 commit a6d2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_pyoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self) -> None:
except AttributeError:
pass
self.backlight_fade(0)
self._display.show(self.root_group)
self._display.root_group = self.root_group
self.touchscreen = None
self.mouse_cursor = None
if hasattr(board, "TOUCH_XL"):
Expand Down

0 comments on commit a6d2656

Please sign in to comment.