Skip to content

Commit fee5ed6

Browse files
committed
Update example to use root_group instead of splash
1 parent 4062b50 commit fee5ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/qualia_paint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
)
3333

3434
# Add the TileGrid to the Group
35-
graphics.splash.append(tile_grid)
35+
graphics.root_group.append(tile_grid)
3636

3737
# Add the Group to the Display
38-
graphics.display.root_group = graphics.splash
38+
graphics.display.root_group = graphics.root_group
3939

4040
current_color = displayio.ColorConverter().convert(0xFFFFFF)
4141

0 commit comments

Comments
 (0)