Skip to content

Commit

Permalink
Merge pull request #651 from hollie/fix_flash_animation
Browse files Browse the repository at this point in the history
Fix incorrect newsflash animation (by david-mark)
  • Loading branch information
hollie authored Dec 17, 2016
2 parents 2a73208 + df1185d commit 015bf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Display_Alpha.pm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ my %special_modes = (
starburst => "\x37",
welcome => "\x38",
slotmachine => "\x39",
newsflash => "\x3A",
newsflash => "\x41",
trumpet => "\x3B",
cyclecolors => "\x43",
thankyou => "\x53",
Expand Down

0 comments on commit 015bf83

Please sign in to comment.