From e7d6f6dfe4f01a6851d26ba3a6ac58134914af90 Mon Sep 17 00:00:00 2001 From: Lieven Hollevoet Date: Sat, 17 Dec 2016 09:39:27 +0100 Subject: [PATCH] Fix incorrect newsflash animation (by david-mark) --- lib/Display_Alpha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Display_Alpha.pm b/lib/Display_Alpha.pm index 62b5e6330..9dc2eb11e 100644 --- a/lib/Display_Alpha.pm +++ b/lib/Display_Alpha.pm @@ -123,7 +123,7 @@ my %modes = ( rotate => "\x61", hold => "\x62", flash => "\x63", # last two modes are Alpha 3.0 (won't work with older signs) -my %special_modes = (sparkle => "\x31",twinkle => "\x30",snow => "\x32", interlock => "\x33", switch => "\x34", slide => "\x35", spray => "\x36", starburst => "\x37", welcome => "\x38", slotmachine => "\x39", newsflash => "\x3A", trumpet => "\x3B", cyclecolors => "\x43", thankyou => "\x53", nosmoking => "\x55", dontdrinkanddrive => "\x56", runninganimal => "\x57", fireworks => "\x58", turbocar=>"\x59", cherrybomb=>"\x5A"); +my %special_modes = (sparkle => "\x31",twinkle => "\x30",snow => "\x32", interlock => "\x33", switch => "\x34", slide => "\x35", spray => "\x36", starburst => "\x37", welcome => "\x38", slotmachine => "\x39", newsflash => "\x41", trumpet => "\x3B", cyclecolors => "\x43", thankyou => "\x53", nosmoking => "\x55", dontdrinkanddrive => "\x56", runninganimal => "\x57", fireworks => "\x58", turbocar=>"\x59", cherrybomb=>"\x5A"); # cyclecolors, trumpet and newsflash do not work on older Beta Brite signs