Skip to content

Commit

Permalink
Merge pull request #27 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update to use root_group for CP 9 compatibility
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents ebf0f13 + 2aa03a6 commit c9373ec
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 c9373ec

Please sign in to comment.