diff --git a/examples/qualia_paint.py b/examples/qualia_paint.py index 96bfe3b..7dbb2d6 100644 --- a/examples/qualia_paint.py +++ b/examples/qualia_paint.py @@ -32,10 +32,10 @@ ) # Add the TileGrid to the Group -graphics.splash.append(tile_grid) +graphics.root_group.append(tile_grid) # Add the Group to the Display -graphics.display.root_group = graphics.splash +graphics.display.root_group = graphics.root_group current_color = displayio.ColorConverter().convert(0xFFFFFF)