Skip to content

Commit 3b27cdf

Browse files
committed
even more chars
1 parent dfe2cf4 commit 3b27cdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ScrollpHat.psm1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ New-Variable -Name "Alphabet" -Value @{
4040
"9" = 0x02, 0x15, 0x0E
4141
"0" = 0x0E, 0x15, 0x0E
4242
"!" = 0x17
43+
"?" = 0x01, 0x15, 0x02
44+
"=" = 0x0A, 0x0A, 0x0A
45+
"/" = 0x10, 0x08, 0x04, 0x02
46+
"\" = 0x02, 0x04, 0x08, 0x10
47+
"|" = 0x1F
48+
"#" = 0x0A,0x1F,0x0A,0x1F,0x0A
4349
" " = 0X00,0X00
4450
"-" = 0x04,0x04,0x04
4551
":" = 0x0A

0 commit comments

Comments
 (0)