Skip to content

Commit

Permalink
backlight uno with scope data
Browse files Browse the repository at this point in the history
  • Loading branch information
WardCunningham committed Jan 17, 2011
1 parent 013db46 commit 49f6549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/matrix/uno.pl
Expand Up @@ -25,7 +25,7 @@ sub blink {
my ($x, $y) = (int($_[0]), int($_[1]));
return if $x<0 or $x>7 or $y<0 or $y>7;
my ($a, $c) = ($anode[$x], $cathode[$y]);
putz "${a}1o ${c}0o 50u i ${a}i";
putz "6d0o ${a}1o ${c}0o 50u i ${a}i 6d1o";
}

sub rn {
Expand Down

0 comments on commit 49f6549

Please sign in to comment.