Skip to content

Commit

Permalink
Merge pull request #3 from deckerego/christmas_shader
Browse files Browse the repository at this point in the history
Changed shader order
  • Loading branch information
deckerego committed Nov 28, 2020
2 parents 71b63c5 + 1d58569 commit f323525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def shader_christmas(frame, timeout_segments):

# Constants
SECONDS_PER_CLICK = 60 * 15
SHADERS = [shader_christmas, shader_rotate, shader_breathe, shader_sparkle, shader_rainbow]
SHADERS = [shader_rotate, shader_breathe, shader_sparkle, shader_rainbow, shader_christmas]

# Default state
power = switch_state
Expand Down

0 comments on commit f323525

Please sign in to comment.