We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025027 commit 36c1a5fCopy full SHA for 36c1a5f
adafruit_ov5640/__init__.py
@@ -1509,7 +1509,7 @@ def brightness(self, value: int) -> None:
1509
1510
@property
1511
def contrast(self) -> int:
1512
- """Sensor contrast adjustment, from -4 to 4 inclusive"""
+ """Sensor contrast adjustment, from -3 to 3 inclusive"""
1513
contrast_abs = self._read_register(0x5587) >> 4
1514
contrast_neg = self._read_register(0x5588) & 8
1515
if contrast_neg:
0 commit comments