Skip to content

Commit

Permalink
Update with 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 bf32373 commit bd3c62d
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 bd3c62d

Please sign in to comment.