Skip to content

Commit a3e8240

Browse files
author
Matt Land
committed
move this to examples
1 parent b3150b1 commit a3e8240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
splash = displayio.Group(max_size=10)
2828
display.show(splash)
2929
#image = "images/netpbm_p1_mono_ascii.pbm"
30-
#image = "images/netpbm_p4_mono_binary.pbm"
3130
#image = "images/netpbm_p2_ascii.pgm"
32-
#image = "images/netpbm_p5_binary.pgm"
3331
#image = "images/netpbm_p3_rgb_ascii.ppm"
32+
#image = "images/netpbm_p4_mono_binary.pbm"
33+
#image = "images/netpbm_p5_binary.pgm"
3434
image = "images/netpbm_p6_binary.ppm"
3535

3636
bitmap, palette = adafruit_imageload.load(

0 commit comments

Comments
 (0)