Skip to content

Commit 071d6e8

Browse files
authored
Merge pull request #54 from lesamouraipourpre/max-size
Remove max_size parameter
2 parents 17624ad + 03b1896 commit 071d6e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ bundles
1111
venv/
1212
.vscode
1313
.DS_STORE
14+
develop-eggs/
15+
eggs/
16+
.eggs/
17+
*.egg-info/
18+
*.egg

examples/imageload_netpbm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
display = adafruit_ili9341.ILI9341(display_bus, width=320, height=240)
2828

2929
# Make the display context
30-
splash = displayio.Group(max_size=10)
30+
splash = displayio.Group()
3131
display.show(splash)
3232
# image = "images/netpbm_p1_mono_ascii.pbm"
3333
# image = "images/netpbm_p2_ascii.pgm"

0 commit comments

Comments
 (0)