Skip to content

Commit 17cae31

Browse files
authored
Merge pull request adafruit#9 from caternuson/iss1
Fix horizontal flip in camera example
2 parents b54608f + b40e40d commit 17cae31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pycamera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def make_debounced_expander_pin(pin_no):
311311
self._camera_device = I2CDevice(self._i2c, self.camera.address)
312312
# display.auto_refresh = False
313313

314-
self.camera.hmirror = True
314+
self.camera.hmirror = False
315315
self.camera.vflip = True
316316

317317
self._bigbuf = None

0 commit comments

Comments
 (0)