Skip to content

Commit

Permalink
Fix FPS gate off (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisib authored Nov 18, 2024
1 parent 394e06d commit f1bb7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/contrib/conway.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def main(self):
self.tick()

# turn off the FPS gate when we're done calculating but before we draw
cv4.on()
cv4.off()

# show the results on the OLED
self.draw()
Expand Down

0 comments on commit f1bb7e2

Please sign in to comment.