Skip to content

Commit 4790b57

Browse files
authored
Merge pull request #8 from jerryneedell/jerryn_example
fix pico example - comment out test pattern
2 parents 84a3234 + 424dfc2 commit 4790b57

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)