Skip to content

Commit ae49d44

Browse files
committed
Fix 'normal' special effect
1 parent db55e95 commit ae49d44

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
@@ -625,7 +625,7 @@
625625
OV5640_SPECIAL_EFFECT_SEPIA = 6
626626

627627
_sensor_special_effects = [
628-
[0x06, 0x40, 0x2C, 0x08], # Normal
628+
[0x06, 0x40, 0x10, 0x08], # Normal
629629
[0x46, 0x40, 0x28, 0x08], # Negative
630630
[0x1E, 0x80, 0x80, 0x08], # Grayscale
631631
[0x1E, 0x80, 0xC0, 0x08], # Red Tint

0 commit comments

Comments
 (0)