add io brick, misc fixes

This commit is contained in:
Redo
2024-06-22 18:17:21 -06:00
parent 38351b8a3e
commit a25f184c94
21 changed files with 12570 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
--bls 3
textbrick2_bitsNeeded = 9
textbrick2_idxToPrint = {
@@ -44,8 +44,8 @@ textbrick2_idxToPrint = {
[0x25] = "percent",
[0x26] = "and",
[0x27] = "apostrophe",
[0x28] = "roundbracketright",
[0x29] = "roundbracketleft",
[0x28] = "roundbracketleft",
[0x29] = "roundbracketright",
[0x2A] = "asterisk",
[0x2B] = "plus",
[0x2C] = "comma",
@@ -138,22 +138,22 @@ textbrick2_idxToPrint = {
[0x7E] = "tilde",
[0x7F] = "space",
[0x80] = "space",
[0x81] = "space",
[0x82] = "space",
[0x83] = "space",
[0x84] = "space",
[0x85] = "space",
[0x86] = "space",
[0x87] = "space",
[0x88] = "space",
[0x89] = "space",
[0x8A] = "space",
[0x8B] = "space",
[0x8C] = "space",
[0x8D] = "space",
[0x8E] = "space",
[0x8F] = "space",
[0x80] = "color000",
[0x81] = "pixel2x2_1",
[0x82] = "pixel2x2_2",
[0x83] = "pixel2x2_3",
[0x84] = "pixel2x2_4",
[0x85] = "pixel2x2_5",
[0x86] = "pixel2x2_6",
[0x87] = "pixel2x2_7",
[0x88] = "pixel2x2_8",
[0x89] = "pixel2x2_9",
[0x8A] = "pixel2x2_A",
[0x8B] = "pixel2x2_B",
[0x8C] = "pixel2x2_C",
[0x8D] = "pixel2x2_D",
[0x8E] = "pixel2x2_E",
[0x8F] = "color111",
[0x90] = "space",
[0x91] = "space",