Skip to content

Commit 435ecbd

Browse files
committed
contrast: Fix "+2" setting
1 parent 9e3b43b commit 435ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ov5640.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
_contrast_settings = [
572572
[0x20, 0x00], # 0
573573
[0x24, 0x10], # +1
574-
[0x1a, 0x13], # +2
574+
[0x28, 0x18], # +2
575575
[0x2c, 0x1c], # +3
576576
[0x14, 0x14], # -3
577577
[0x18, 0x18], # -2

0 commit comments

Comments
 (0)