adafruit / Adafruit_CircuitPython_OV5640

CircuitPython driver for OV5640 Camera
MIT License
4 stars 4 forks source link

Fix effects modes #7

Closed jepler closed 2 years ago

jepler commented 2 years ago

This fixes:

It also adds a testing mode to the "directio" example which cycles through the modes. Enable it by changing a line near the top of the example:

# Set to True to enable the various effects & exposure modes to be tested
test_effects = False
ladyada commented 2 years ago

didnt test but i belive it!