Skip to content

Commit ba90a04

Browse files
authored
Merge pull request #77 from adafruit/dhalbert-patch-1
Update README.rst to not use .show(...)
2 parents c3702c3 + 6b0112f commit ba90a04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Usage Example
4040
4141
group = displayio.Group()
4242
group.append(tile_grid)
43-
board.DISPLAY.show(group)
44-
43+
board.DISPLAY.root_group = group
4544
while True:
4645
pass
4746

0 commit comments

Comments
 (0)