Skip to content

Commit 22a6d11

Browse files
committed
forgot about the &
1 parent 3b27cdf commit 22a6d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ScrollpHat.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ New-Variable -Name "Alphabet" -Value @{
4545
"/" = 0x10, 0x08, 0x04, 0x02
4646
"\" = 0x02, 0x04, 0x08, 0x10
4747
"|" = 0x1F
48-
"#" = 0x0A,0x1F,0x0A,0x1F,0x0A
48+
"#" = 0x0A, 0x1F, 0x0A, 0x1F, 0x0A
49+
"&" = 0x0A, 0x15, 0x0A, 0x10
4950
" " = 0X00,0X00
5051
"-" = 0x04,0x04,0x04
5152
":" = 0x0A

0 commit comments

Comments
 (0)