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 1669a93 commit 03b1896Copy full SHA for 03b1896
examples/imageload_netpbm.py
@@ -27,7 +27,7 @@
27
display = adafruit_ili9341.ILI9341(display_bus, width=320, height=240)
28
29
# Make the display context
30
-splash = displayio.Group(max_size=10)
+splash = displayio.Group()
31
display.show(splash)
32
# image = "images/netpbm_p1_mono_ascii.pbm"
33
# image = "images/netpbm_p2_ascii.pgm"
0 commit comments