Skip to content

Commit 11db8c8

Browse files
Correct the changes to README
1 parent 85818c7 commit 11db8c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ Usage Example
8989
pic, pixel_shader=getattr(pic, "pixel_shader", displayio.ColorConverter())
9090
)
9191
# CircuitPython 7 compatible only
92-
# t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader) g.append(t)
92+
# t = displayio.TileGrid(pic, pixel_shader=pic.pixel_shader)
93+
g.append(t)
9394
9495
display.show(g)
9596

0 commit comments

Comments
 (0)