Skip to content

Commit 86f0f24

Browse files
authored
Merge pull request #66 from adafruit/dhalbert-patch-1
Update README.rst to not use .show(...)
2 parents 57edb5d + 2519228 commit 86f0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Usage Example
6666
from adafruit_display_shapes.roundrect import RoundRect
6767
6868
splash = displayio.Group()
69-
board.DISPLAY.show(splash)
69+
board.DISPLAY.root_group = splash
7070
7171
color_bitmap = displayio.Bitmap(320, 240, 1)
7272
color_palette = displayio.Palette(1)

0 commit comments

Comments
 (0)