Skip to content

Commit

Permalink
Update to use display.root_group for CP 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
prcutler committed Nov 3, 2023
1 parent 2d70494 commit fc6bf97
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 fc6bf97

Please sign in to comment.