Skip to content

Commit 424dfc2

Browse files
committed
fix pico example - comment out test pattern
1 parent 4e08cf6 commit 424dfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ov2640_displayio_pico_st7789_2in.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
height = display.height
6565

6666
cam.size = adafruit_ov2640.OV2640_SIZE_QQVGA
67-
cam.test_pattern = True
67+
# cam.test_pattern = True
6868
bitmap = Bitmap(cam.width, cam.height, 65536)
6969

7070
print(width, height, cam.width, cam.height)

0 commit comments

Comments
 (0)