We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4062b50 commit fee5ed6Copy full SHA for fee5ed6
examples/qualia_paint.py
@@ -32,10 +32,10 @@
32
)
33
34
# Add the TileGrid to the Group
35
-graphics.splash.append(tile_grid)
+graphics.root_group.append(tile_grid)
36
37
# Add the Group to the Display
38
-graphics.display.root_group = graphics.splash
+graphics.display.root_group = graphics.root_group
39
40
current_color = displayio.ColorConverter().convert(0xFFFFFF)
41
0 commit comments