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 57edb5d commit 2519228Copy full SHA for 2519228
README.rst
@@ -66,7 +66,7 @@ Usage Example
66
from adafruit_display_shapes.roundrect import RoundRect
67
68
splash = displayio.Group()
69
- board.DISPLAY.show(splash)
+ board.DISPLAY.root_group = splash
70
71
color_bitmap = displayio.Bitmap(320, 240, 1)
72
color_palette = displayio.Palette(1)
0 commit comments