Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0044167

Browse filesBrowse files
committed
fix typo
1 parent 9d2bafa commit 0044167
Copy full SHA for 0044167

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ display = board.DISPLAY
12961296
maingroup = displayio.Group() # everything goes in maingroup
12971297
display.root_group = maingroup # set the root group to display
12981298
bitmap, palette = adafruit_imageload.load("my_image.png")
1299-
image = displayio.TileGrid(img, pixel_shader=palette))
1299+
image = displayio.TileGrid(img, pixel_shader=palette)
13001300
maingroup.append(image) # shows the image
13011301
```
13021302

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.