Skip to content

Commit

Permalink
Merge pull request #23 from ohthehugemanatee/update-renderpreviews
Browse files Browse the repository at this point in the history
Add timer reset argument to render previews
  • Loading branch information
jackw01 authored Oct 17, 2021
2 parents 330ab8e + 2d51ddc commit 4ee887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderpreviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import ledcontrol.driver as driver
import ledcontrol.utils as utils

controller = AnimationController(None, 0, 256, pixelmappings.line(256), (0, 0, 0), False)
controller = AnimationController(None, 0, 256, pixelmappings.line(256), (0, 0, 0), False, True)

s = 100 # LED strip length
t = 400 # Time units
Expand Down

0 comments on commit 4ee887b

Please sign in to comment.