Skip to content

Commit 03b1896

Browse files
Remove max_size parameter
1 parent 1669a93 commit 03b1896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)