Skip to content

Commit

Permalink
Merge pull request #21 from prcutler/root-group-fix
Browse files Browse the repository at this point in the history
Update with root_group for CP 9 compatibility
  • Loading branch information
dhalbert authored Nov 3, 2023
2 parents bf32373 + bd3c62d commit 166d59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ssd1327_gamma.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@

g.append(t)

display.show(g)
display.root_group = g

time.sleep(10)
2 changes: 1 addition & 1 deletion examples/ssd1327_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Make the display context
splash = displayio.Group()
display.show(splash)
display.root_group = splash

# Draw a background rectangle, but not the full display size
color_bitmap = displayio.Bitmap(
Expand Down

0 comments on commit 166d59a

Please sign in to comment.