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 9d2bafa commit 0044167Copy full SHA for 0044167
README.md
@@ -1296,7 +1296,7 @@ display = board.DISPLAY
1296
maingroup = displayio.Group() # everything goes in maingroup
1297
display.root_group = maingroup # set the root group to display
1298
bitmap, palette = adafruit_imageload.load("my_image.png")
1299
-image = displayio.TileGrid(img, pixel_shader=palette))
+image = displayio.TileGrid(img, pixel_shader=palette)
1300
maingroup.append(image) # shows the image
1301
```
1302
0 commit comments