File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Introduction
17
17
:alt: Build Status
18
18
19
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
20
+ .. image :: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
21
+ :target: https://github.com/astral-sh/ruff
22
+ :alt: Code Style: Ruff
23
23
24
24
CircuitPython driver for OV5640 Camera
25
25
Original file line number Diff line number Diff line change @@ -1118,6 +1118,8 @@ def __init__(
1118
1118
self ._ev = 0
1119
1119
self ._white_balance = 0
1120
1120
self .size = size
1121
+ self ._saturation = 0
1122
+ self ._effect = OV5640_SPECIAL_EFFECT_NONE
1121
1123
1122
1124
if init_autofocus :
1123
1125
self .autofocus_init ()
You can’t perform that action at this time.
0 commit comments