From 36c1a5faaa22f9ffc76f33391353a6dfbeca7f6a Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Thu, 15 May 2025 11:44:53 -0500 Subject: [PATCH] Update contrast docstring --- adafruit_ov5640/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_ov5640/__init__.py b/adafruit_ov5640/__init__.py index 153e5b8..8c060eb 100644 --- a/adafruit_ov5640/__init__.py +++ b/adafruit_ov5640/__init__.py @@ -1509,7 +1509,7 @@ def brightness(self, value: int) -> None: @property def contrast(self) -> int: - """Sensor contrast adjustment, from -4 to 4 inclusive""" + """Sensor contrast adjustment, from -3 to 3 inclusive""" contrast_abs = self._read_register(0x5587) >> 4 contrast_neg = self._read_register(0x5588) & 8 if contrast_neg: