added serial text brick using ascii characters

This commit is contained in:
Redo
2020-04-22 19:41:10 -05:00
parent e8f69cce08
commit d15e8889f0
13 changed files with 339 additions and 71 deletions

View File

@ -104,7 +104,7 @@ keyboard_keyToCode = {
["["] = 0x75,
["\\"] = 0x76,
["]"] = 0x77,
[" ="] = 0x78,
["="] = 0x78,
["apostrophe"] = 0x79,
["invalid"] = 0x7F,