We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3150b1 commit a3e8240Copy full SHA for a3e8240
1 file changed
docs/pbm_test_code.py examples/imageload_netpbm.pydocs/pbm_test_code.py renamed to examples/imageload_netpbm.py
@@ -27,10 +27,10 @@
27
splash = displayio.Group(max_size=10)
28
display.show(splash)
29
#image = "images/netpbm_p1_mono_ascii.pbm"
30
-#image = "images/netpbm_p4_mono_binary.pbm"
31
#image = "images/netpbm_p2_ascii.pgm"
32
-#image = "images/netpbm_p5_binary.pgm"
33
#image = "images/netpbm_p3_rgb_ascii.ppm"
+#image = "images/netpbm_p4_mono_binary.pbm"
+#image = "images/netpbm_p5_binary.pgm"
34
image = "images/netpbm_p6_binary.ppm"
35
36
bitmap, palette = adafruit_imageload.load(
0 commit comments