Skip to content

Commit

Permalink
Update to use 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 ebf0f13 commit 2aa03a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/touchscreen_calibrator_built_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Colors:
# Activate the display graphics unless REPL_ONLY=True
if not REPL_ONLY:
display_group = displayio.Group()
display.show(display_group)
display.root_group = display_group

# Instantiate touch screen without calibration or display size parameters
if display.rotation == 0:
Expand Down

0 comments on commit 2aa03a6

Please sign in to comment.