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.
2 parents 57edb5d + 2519228 commit 86f0f24Copy full SHA for 86f0f24
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