We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e1684 commit 51e8de4Copy full SHA for 51e8de4
2 files changed
README.rst
@@ -17,9 +17,9 @@ Introduction
17
:alt: Build Status
18
19
20
-.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
21
- :target: https://github.com/psf/black
22
- :alt: Code Style: Black
+.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
+ :target: https://github.com/astral-sh/ruff
+ :alt: Code Style: Ruff
23
24
CircuitPython driver for OV5640 Camera
25
adafruit_ov5640/__init__.py
@@ -1118,6 +1118,8 @@ def __init__(
1118
self._ev = 0
1119
self._white_balance = 0
1120
self.size = size
1121
+ self._saturation = 0
1122
+ self._effect = OV5640_SPECIAL_EFFECT_NONE
1123
1124
if init_autofocus:
1125
self.autofocus_init()
0 commit comments