Skip to content

Commit

Permalink
Merge pull request #5 from adafruit/boost-pixel-clock
Browse files Browse the repository at this point in the history
_set_size_and_colorspace: Boost pixel clock
  • Loading branch information
ladyada committed Oct 12, 2021
2 parents 5f411df + af674d5 commit 8cd38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ov5640.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ def _set_size_and_colorspace(self): # pylint: disable=too-many-locals
sys_mul = 180
self._set_pll(False, sys_mul, 4, 2, False, 2, True, 4)
else:
self._set_pll(False, 8, 1, 1, False, 1, True, 4)
self._set_pll(False, 32, 1, 1, False, 1, True, 4)

self._set_colorspace()

Expand Down

0 comments on commit 8cd38a6

Please sign in to comment.