Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

See Components - RA8875 Based Display

Enhanced touch-screen support - where it previous supported both the Resistive Touch and Capacitive Touch based on the FT5206 Touch Controller, now it also has support for the GSL1680 Touch Controller.

Offline Help Manual (Windows chm)

/media/uploads/WiredHome/ra8875.zip.bin (download, rename to .zip and unzip)

Committer:
WiredHome
Date:
Sat Jan 12 21:25:56 2019 +0000
Revision:
158:b656dcf02e14
Parent:
101:e0aad446094a
Child:
161:0215d0eec1a4
Modified the sample fonts to fix the width of <space> and '0' - '9'.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 101:e0aad446094a 1 //Manually adjusted the ' ' (space) to be 8-pix wide
WiredHome 98:ecebed9b80b2 2
WiredHome 98:ecebed9b80b2 3 //Font Generated by MikroElektronika GLCD Font Creator 1.2.0.0
WiredHome 98:ecebed9b80b2 4 //MikroElektrnika 2011
WiredHome 98:ecebed9b80b2 5 //http://www.mikroe.com
WiredHome 98:ecebed9b80b2 6
WiredHome 98:ecebed9b80b2 7 //GLCD FontName : BPG_Arial31x32
WiredHome 98:ecebed9b80b2 8 //GLCD FontSize : 31 x 32
WiredHome 98:ecebed9b80b2 9
WiredHome 158:b656dcf02e14 10
WiredHome 158:b656dcf02e14 11 // This font, originally created with MikroElektronika GLCD Font Creator
WiredHome 158:b656dcf02e14 12 // has been modified with a tool by Smartware Computing, to normalize
WiredHome 158:b656dcf02e14 13 // the width of a few characters as follows:
WiredHome 158:b656dcf02e14 14 // * The <space> character width will be modified to be 1/2 the font height.
WiredHome 158:b656dcf02e14 15 // * The digits '0' - '9' will be fixed to the width of the zero.
WiredHome 158:b656dcf02e14 16
WiredHome 98:ecebed9b80b2 17 const unsigned char BPG_Arial31x32[] = {
WiredHome 158:b656dcf02e14 18 // Font Info
WiredHome 158:b656dcf02e14 19 0x00, // Unknown #1
WiredHome 158:b656dcf02e14 20 0x00, // Unknown #2
WiredHome 158:b656dcf02e14 21 0x20,0x00, // FirstChar
WiredHome 158:b656dcf02e14 22 0x7F,0x00, // LastChar
WiredHome 158:b656dcf02e14 23 0x20, // FontHeight
WiredHome 158:b656dcf02e14 24 0x00, // Unknown #3
WiredHome 158:b656dcf02e14 25 // Directory of Chars [Width] [Offset-L] [Offset-H] [0x00]
WiredHome 158:b656dcf02e14 26 0x10,0x88,0x01,0x00, // 0x20 ' '
WiredHome 158:b656dcf02e14 27 0x06,0xC8,0x01,0x00, // 0x21 '!'
WiredHome 158:b656dcf02e14 28 0x0A,0xE8,0x01,0x00, // 0x22 '"'
WiredHome 158:b656dcf02e14 29 0x11,0x28,0x02,0x00, // 0x23 '#'
WiredHome 158:b656dcf02e14 30 0x10,0x88,0x02,0x00, // 0x24 '$'
WiredHome 158:b656dcf02e14 31 0x1A,0xC8,0x02,0x00, // 0x25 '%'
WiredHome 158:b656dcf02e14 32 0x14,0x48,0x03,0x00, // 0x26 '&'
WiredHome 158:b656dcf02e14 33 0x05,0xA8,0x03,0x00, // 0x27 '''
WiredHome 158:b656dcf02e14 34 0x09,0xC8,0x03,0x00, // 0x28 '('
WiredHome 158:b656dcf02e14 35 0x09,0x08,0x04,0x00, // 0x29 ')'
WiredHome 158:b656dcf02e14 36 0x0B,0x48,0x04,0x00, // 0x2A '*'
WiredHome 158:b656dcf02e14 37 0x11,0x88,0x04,0x00, // 0x2B '+'
WiredHome 158:b656dcf02e14 38 0x06,0xE8,0x04,0x00, // 0x2C ','
WiredHome 158:b656dcf02e14 39 0x0A,0x08,0x05,0x00, // 0x2D '-'
WiredHome 158:b656dcf02e14 40 0x06,0x48,0x05,0x00, // 0x2E '.'
WiredHome 158:b656dcf02e14 41 0x09,0x68,0x05,0x00, // 0x2F '/'
WiredHome 158:b656dcf02e14 42 0x10,0xA8,0x05,0x00, // 0x30 '0'
WiredHome 158:b656dcf02e14 43 0x10,0xE8,0x05,0x00, // 0x31 '1'
WiredHome 158:b656dcf02e14 44 0x10,0x28,0x06,0x00, // 0x32 '2'
WiredHome 158:b656dcf02e14 45 0x10,0x68,0x06,0x00, // 0x33 '3'
WiredHome 158:b656dcf02e14 46 0x10,0xA8,0x06,0x00, // 0x34 '4'
WiredHome 158:b656dcf02e14 47 0x10,0xE8,0x06,0x00, // 0x35 '5'
WiredHome 158:b656dcf02e14 48 0x10,0x28,0x07,0x00, // 0x36 '6'
WiredHome 158:b656dcf02e14 49 0x10,0x68,0x07,0x00, // 0x37 '7'
WiredHome 158:b656dcf02e14 50 0x10,0xA8,0x07,0x00, // 0x38 '8'
WiredHome 158:b656dcf02e14 51 0x10,0xE8,0x07,0x00, // 0x39 '9'
WiredHome 158:b656dcf02e14 52 0x06,0x28,0x08,0x00, // 0x3A ':'
WiredHome 158:b656dcf02e14 53 0x06,0x48,0x08,0x00, // 0x3B ';'
WiredHome 158:b656dcf02e14 54 0x11,0x68,0x08,0x00, // 0x3C '<'
WiredHome 158:b656dcf02e14 55 0x11,0xC8,0x08,0x00, // 0x3D '='
WiredHome 158:b656dcf02e14 56 0x11,0x28,0x09,0x00, // 0x3E '>'
WiredHome 158:b656dcf02e14 57 0x10,0x88,0x09,0x00, // 0x3F '?'
WiredHome 158:b656dcf02e14 58 0x1F,0xC8,0x09,0x00, // 0x40 '@'
WiredHome 158:b656dcf02e14 59 0x15,0x48,0x0A,0x00, // 0x41 'A'
WiredHome 158:b656dcf02e14 60 0x14,0xA8,0x0A,0x00, // 0x42 'B'
WiredHome 158:b656dcf02e14 61 0x16,0x08,0x0B,0x00, // 0x43 'C'
WiredHome 158:b656dcf02e14 62 0x15,0x68,0x0B,0x00, // 0x44 'D'
WiredHome 158:b656dcf02e14 63 0x14,0xC8,0x0B,0x00, // 0x45 'E'
WiredHome 158:b656dcf02e14 64 0x12,0x28,0x0C,0x00, // 0x46 'F'
WiredHome 158:b656dcf02e14 65 0x17,0x88,0x0C,0x00, // 0x47 'G'
WiredHome 158:b656dcf02e14 66 0x15,0xE8,0x0C,0x00, // 0x48 'H'
WiredHome 158:b656dcf02e14 67 0x06,0x48,0x0D,0x00, // 0x49 'I'
WiredHome 158:b656dcf02e14 68 0x0E,0x68,0x0D,0x00, // 0x4A 'J'
WiredHome 158:b656dcf02e14 69 0x15,0xA8,0x0D,0x00, // 0x4B 'K'
WiredHome 158:b656dcf02e14 70 0x11,0x08,0x0E,0x00, // 0x4C 'L'
WiredHome 158:b656dcf02e14 71 0x18,0x68,0x0E,0x00, // 0x4D 'M'
WiredHome 158:b656dcf02e14 72 0x14,0xC8,0x0E,0x00, // 0x4E 'N'
WiredHome 158:b656dcf02e14 73 0x17,0x28,0x0F,0x00, // 0x4F 'O'
WiredHome 158:b656dcf02e14 74 0x14,0x88,0x0F,0x00, // 0x50 'P'
WiredHome 158:b656dcf02e14 75 0x17,0xE8,0x0F,0x00, // 0x51 'Q'
WiredHome 158:b656dcf02e14 76 0x16,0x48,0x10,0x00, // 0x52 'R'
WiredHome 158:b656dcf02e14 77 0x14,0xA8,0x10,0x00, // 0x53 'S'
WiredHome 158:b656dcf02e14 78 0x13,0x08,0x11,0x00, // 0x54 'T'
WiredHome 158:b656dcf02e14 79 0x15,0x68,0x11,0x00, // 0x55 'U'
WiredHome 158:b656dcf02e14 80 0x15,0xC8,0x11,0x00, // 0x56 'V'
WiredHome 158:b656dcf02e14 81 0x1E,0x28,0x12,0x00, // 0x57 'W'
WiredHome 158:b656dcf02e14 82 0x15,0xA8,0x12,0x00, // 0x58 'X'
WiredHome 158:b656dcf02e14 83 0x15,0x08,0x13,0x00, // 0x59 'Y'
WiredHome 158:b656dcf02e14 84 0x13,0x68,0x13,0x00, // 0x5A 'Z'
WiredHome 158:b656dcf02e14 85 0x08,0xC8,0x13,0x00, // 0x5B '['
WiredHome 158:b656dcf02e14 86 0x09,0xE8,0x13,0x00, // 0x5C '\\'
WiredHome 158:b656dcf02e14 87 0x07,0x28,0x14,0x00, // 0x5D ']'
WiredHome 158:b656dcf02e14 88 0x0E,0x48,0x14,0x00, // 0x5E '^'
WiredHome 158:b656dcf02e14 89 0x12,0x88,0x14,0x00, // 0x5F '_'
WiredHome 158:b656dcf02e14 90 0x07,0xE8,0x14,0x00, // 0x60 '`'
WiredHome 158:b656dcf02e14 91 0x10,0x08,0x15,0x00, // 0x61 'a'
WiredHome 158:b656dcf02e14 92 0x10,0x48,0x15,0x00, // 0x62 'b'
WiredHome 158:b656dcf02e14 93 0x10,0x88,0x15,0x00, // 0x63 'c'
WiredHome 158:b656dcf02e14 94 0x0F,0xC8,0x15,0x00, // 0x64 'd'
WiredHome 158:b656dcf02e14 95 0x10,0x08,0x16,0x00, // 0x65 'e'
WiredHome 158:b656dcf02e14 96 0x0A,0x48,0x16,0x00, // 0x66 'f'
WiredHome 158:b656dcf02e14 97 0x10,0x88,0x16,0x00, // 0x67 'g'
WiredHome 158:b656dcf02e14 98 0x10,0xC8,0x16,0x00, // 0x68 'h'
WiredHome 158:b656dcf02e14 99 0x05,0x08,0x17,0x00, // 0x69 'i'
WiredHome 158:b656dcf02e14 100 0x05,0x28,0x17,0x00, // 0x6A 'j'
WiredHome 158:b656dcf02e14 101 0x10,0x48,0x17,0x00, // 0x6B 'k'
WiredHome 158:b656dcf02e14 102 0x05,0x88,0x17,0x00, // 0x6C 'l'
WiredHome 158:b656dcf02e14 103 0x19,0xA8,0x17,0x00, // 0x6D 'm'
WiredHome 158:b656dcf02e14 104 0x10,0x28,0x18,0x00, // 0x6E 'n'
WiredHome 158:b656dcf02e14 105 0x11,0x68,0x18,0x00, // 0x6F 'o'
WiredHome 158:b656dcf02e14 106 0x10,0xC8,0x18,0x00, // 0x70 'p'
WiredHome 158:b656dcf02e14 107 0x10,0x08,0x19,0x00, // 0x71 'q'
WiredHome 158:b656dcf02e14 108 0x0B,0x48,0x19,0x00, // 0x72 'r'
WiredHome 158:b656dcf02e14 109 0x0F,0x88,0x19,0x00, // 0x73 's'
WiredHome 158:b656dcf02e14 110 0x09,0xC8,0x19,0x00, // 0x74 't'
WiredHome 158:b656dcf02e14 111 0x10,0x08,0x1A,0x00, // 0x75 'u'
WiredHome 158:b656dcf02e14 112 0x10,0x48,0x1A,0x00, // 0x76 'v'
WiredHome 158:b656dcf02e14 113 0x17,0x88,0x1A,0x00, // 0x77 'w'
WiredHome 158:b656dcf02e14 114 0x0F,0xE8,0x1A,0x00, // 0x78 'x'
WiredHome 158:b656dcf02e14 115 0x10,0x28,0x1B,0x00, // 0x79 'y'
WiredHome 158:b656dcf02e14 116 0x0F,0x68,0x1B,0x00, // 0x7A 'z'
WiredHome 158:b656dcf02e14 117 0x0A,0xA8,0x1B,0x00, // 0x7B '{'
WiredHome 158:b656dcf02e14 118 0x05,0xE8,0x1B,0x00, // 0x7C '|'
WiredHome 158:b656dcf02e14 119 0x0A,0x08,0x1C,0x00, // 0x7D '}'
WiredHome 158:b656dcf02e14 120 0x11,0x48,0x1C,0x00, // 0x7E '~'
WiredHome 158:b656dcf02e14 121 0x08,0xA8,0x1C,0x00, // 0x7F '<non-printable>'
WiredHome 158:b656dcf02e14 122 // Chars Bitstream
WiredHome 158:b656dcf02e14 123 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x20 ' '
WiredHome 158:b656dcf02e14 124 0x00,0x00,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x10,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x21 '!'
WiredHome 158:b656dcf02e14 125 0x00,0x00,0x00,0x00,0x9E,0x03,0x9E,0x03,0x9E,0x03,0x9E,0x03,0x9C,0x03,0x8C,0x03,0x8C,0x01,0x8C,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x22 '"'
WiredHome 158:b656dcf02e14 126 0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xC1,0x00,0xC0,0xE0,0x00,0xC0,0x60,0x00,0xC0,0x60,0x00,0xE0,0x60,0x00,0xE0,0x60,0x00,0xFF,0xFF,0x01,0xFF,0xFF,0x01,0xFF,0xFF,0x01,0x70,0x30,0x00,0x70,0x38,0x00,0x30,0x38,0x00,0x30,0x18,0x00,0x30,0x18,0x00,0xFF,0xFF,0x01,0xFF,0xFF,0x01,0xFF,0xFF,0x01,0x18,0x0C,0x00,0x18,0x0C,0x00,0x1C,0x0C,0x00,0x1C,0x0E,0x00,0x0C,0x0E,0x00,0x0C,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x23 '#'
WiredHome 158:b656dcf02e14 127 0x00,0x03,0x80,0x07,0xF0,0x1F,0xF8,0x3F,0x3C,0x7B,0x1C,0x73,0x1C,0xE3,0x0C,0x03,0x1C,0x03,0x1C,0x03,0x3C,0x03,0xF8,0x03,0xF0,0x0F,0xC0,0x3F,0x00,0x7F,0x00,0xF3,0x00,0xE3,0x00,0xE3,0x0C,0xE3,0x0E,0xE3,0x1E,0xE3,0x1C,0xF3,0x3C,0x7B,0xF8,0x3F,0xF0,0x1F,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x24 '$'
WiredHome 158:b656dcf02e14 128 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x01,0x18,0x00,0xF8,0x03,0x1C,0x00,0x1C,0x07,0x0C,0x00,0x1C,0x06,0x0E,0x00,0x0C,0x0E,0x06,0x00,0x0C,0x0E,0x07,0x00,0x0C,0x0E,0x03,0x00,0x0C,0x8E,0x03,0x00,0x1C,0x86,0x01,0x00,0x38,0xC7,0x01,0x00,0xF8,0xC3,0x00,0x00,0xE0,0x60,0x00,0x00,0x00,0x60,0xF8,0x00,0x00,0x30,0xFC,0x01,0x00,0x30,0x8E,0x03,0x00,0x18,0x06,0x03,0x00,0x18,0x06,0x03,0x00,0x0C,0x06,0x03,0x00,0x0C,0x06,0x03,0x00,0x06,0x06,0x03,0x00,0x06,0x0E,0x03,0x00,0x03,0x8C,0x03,0x80,0x03,0xFC,0x01,0x80,0x01,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x25 '%'
WiredHome 158:b656dcf02e14 129 0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x1F,0x00,0xC0,0x3F,0x00,0xE0,0x78,0x00,0x70,0x70,0x00,0x70,0x70,0x00,0x70,0x70,0x00,0xE0,0x70,0x00,0xE0,0x39,0x00,0xC0,0x1F,0x00,0x80,0x0F,0x00,0xC0,0x07,0x00,0xF0,0x0F,0x00,0x78,0x1E,0x01,0x3C,0x3C,0x07,0x1C,0xB8,0x07,0x1E,0xF8,0x03,0x0E,0xF0,0x03,0x1E,0xE0,0x01,0x1C,0xE0,0x03,0x3C,0xF0,0x07,0x78,0xF8,0x0F,0xF0,0x3F,0x0F,0xE0,0x0F,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x26 '&'
WiredHome 158:b656dcf02e14 130 0x00,0x00,0x1E,0x1E,0x1E,0x1E,0x1C,0x0C,0x0C,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x27 '''
WiredHome 158:b656dcf02e14 131 0x00,0x00,0x00,0x00,0x80,0x01,0xC0,0x00,0xC0,0x00,0x60,0x00,0x70,0x00,0x70,0x00,0x30,0x00,0x38,0x00,0x38,0x00,0x18,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x30,0x00,0x70,0x00,0x60,0x00,0xE0,0x00,0xC0,0x00,0x80,0x01,0x80,0x01, // 0x28 '('
WiredHome 158:b656dcf02e14 132 0x00,0x00,0x00,0x00,0x1C,0x00,0x18,0x00,0x30,0x00,0x30,0x00,0x60,0x00,0x60,0x00,0xE0,0x00,0xC0,0x00,0xC0,0x01,0xC0,0x01,0xC0,0x01,0xC0,0x01,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x01,0xC0,0x01,0xC0,0x01,0xC0,0x01,0xC0,0x01,0xC0,0x00,0xE0,0x00,0xE0,0x00,0x60,0x00,0x70,0x00,0x30,0x00,0x38,0x00,0x18,0x00,0x0C,0x00, // 0x29 ')'
WiredHome 158:b656dcf02e14 133 0x00,0x00,0x00,0x00,0x60,0x00,0x60,0x00,0x64,0x06,0xFE,0x07,0xFC,0x07,0xF0,0x00,0xF0,0x01,0x98,0x03,0x18,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x2A '*'
WiredHome 158:b656dcf02e14 134 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x2B '+'
WiredHome 158:b656dcf02e14 135 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x30,0x30,0x30,0x18,0x08,0x00,0x00, // 0x2C ','
WiredHome 158:b656dcf02e14 136 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFE,0x03,0xFE,0x03,0xFE,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x2D '-'
WiredHome 158:b656dcf02e14 137 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x2E '.'
WiredHome 158:b656dcf02e14 138 0x00,0x00,0x00,0x00,0xC0,0x01,0xC0,0x00,0xC0,0x00,0xC0,0x00,0xE0,0x00,0x60,0x00,0x60,0x00,0x70,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x38,0x00,0x18,0x00,0x18,0x00,0x1C,0x00,0x0C,0x00,0x0C,0x00,0x0C,0x00,0x0E,0x00,0x06,0x00,0x06,0x00,0x06,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x2F '/'
WiredHome 158:b656dcf02e14 139 0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x1F,0xF0,0x3C,0x38,0x78,0x1C,0x70,0x1C,0xE0,0x1C,0xE0,0x0C,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0x70,0x38,0x70,0x78,0x38,0xF0,0x3F,0xE0,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x30 '0'
WiredHome 158:b656dcf02e14 140 0x00,0x00,0x00,0x00,0x00,0x0C,0x00,0x0E,0x00,0x0F,0x80,0x0F,0xC0,0x0F,0xF0,0x0F,0x78,0x0E,0x38,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x31 '1'
WiredHome 158:b656dcf02e14 141 0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x3F,0x78,0x7C,0x3C,0x70,0x1C,0xE0,0x1C,0xE0,0x0C,0xE0,0x00,0xE0,0x00,0xE0,0x00,0x70,0x00,0x78,0x00,0x3C,0x00,0x1E,0x00,0x0F,0x80,0x07,0xC0,0x03,0xE0,0x01,0x70,0x00,0x38,0x00,0x1C,0x00,0xFC,0xFF,0xFE,0xFF,0xFE,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x32 '2'
WiredHome 158:b656dcf02e14 142 0x00,0x00,0x00,0x00,0xC0,0x07,0xF0,0x1F,0x78,0x3C,0x3C,0x78,0x1C,0x70,0x1C,0x70,0x00,0x70,0x00,0x70,0x00,0x78,0x00,0x3E,0x80,0x0F,0x80,0x3F,0x00,0x78,0x00,0xF0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x0E,0xE0,0x1C,0xE0,0x1C,0xF0,0x38,0x78,0xF0,0x3F,0xE0,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x33 '3'
WiredHome 158:b656dcf02e14 143 0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x1C,0x00,0x1E,0x00,0x1F,0x00,0x1F,0x80,0x1F,0xC0,0x1D,0xC0,0x1C,0xE0,0x1C,0x70,0x1C,0x30,0x1C,0x38,0x1C,0x1C,0x1C,0x0E,0x1C,0x06,0x1C,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x34 '4'
WiredHome 158:b656dcf02e14 144 0x00,0x00,0x00,0x00,0xF0,0x7F,0xF0,0x7F,0xF0,0x7F,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x18,0x00,0xD8,0x1F,0xFC,0x3F,0x7C,0x7C,0x1C,0xF0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xC0,0x00,0xE0,0x0E,0xE0,0x1C,0xE0,0x1C,0x70,0x38,0x78,0xF8,0x3F,0xE0,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x35 '5'
WiredHome 158:b656dcf02e14 145 0x00,0x00,0x00,0x00,0x80,0x0F,0xE0,0x3F,0xF0,0x7C,0x38,0x70,0x38,0xE0,0x1C,0xE0,0x1C,0x00,0x0C,0x00,0x8E,0x0F,0xCE,0x3F,0xEE,0x7F,0x3E,0x70,0x1E,0xE0,0x1E,0xE0,0x1E,0xE0,0x0E,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x38,0x70,0x78,0x78,0xF0,0x3F,0xE0,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x36 '6'
WiredHome 158:b656dcf02e14 146 0x00,0x00,0x00,0x00,0xFC,0xFF,0xFC,0xFF,0xFC,0xFF,0x00,0xF0,0x00,0x70,0x00,0x38,0x00,0x1C,0x00,0x1C,0x00,0x0E,0x00,0x0F,0x00,0x07,0x00,0x07,0x80,0x03,0x80,0x03,0xC0,0x01,0xC0,0x01,0xC0,0x01,0xC0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x37 '7'
WiredHome 158:b656dcf02e14 147 0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x1F,0xF8,0x3C,0x38,0x70,0x1C,0x70,0x1C,0x60,0x1C,0x60,0x1C,0x70,0x38,0x78,0xF0,0x3F,0xE0,0x0F,0xF0,0x3F,0x38,0x78,0x1C,0xE0,0x1C,0xE0,0x0E,0xE0,0x0E,0xC0,0x0E,0xE0,0x1C,0xE0,0x1C,0xF0,0x78,0x78,0xF0,0x3F,0xE0,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x38 '8'
WiredHome 158:b656dcf02e14 148 0x00,0x00,0x00,0x00,0xC0,0x07,0xF0,0x1F,0xF8,0x3C,0x3C,0x70,0x1C,0x60,0x1C,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x1C,0xE0,0x3C,0xF0,0x78,0xDC,0xF0,0xDF,0xE0,0xE7,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x1C,0x70,0x1C,0x70,0x38,0x38,0xF8,0x1F,0xE0,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x39 '9'
WiredHome 158:b656dcf02e14 149 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x3A ':'
WiredHome 158:b656dcf02e14 150 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x38,0x38,0x30,0x30,0x30,0x18,0x08,0x00,0x00, // 0x3B ';'
WiredHome 158:b656dcf02e14 151 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0xE0,0x01,0x00,0xF8,0x01,0x00,0x7E,0x00,0xC0,0x1F,0x00,0xF0,0x03,0x00,0xFC,0x00,0x00,0x1C,0x00,0x00,0x7C,0x00,0x00,0xF8,0x01,0x00,0xE0,0x0F,0x00,0x00,0x3F,0x00,0x00,0xFC,0x01,0x00,0xF0,0x01,0x00,0x80,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x3C '<'
WiredHome 158:b656dcf02e14 152 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x3D '='
WiredHome 158:b656dcf02e14 153 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x1C,0x00,0x00,0xFC,0x00,0x00,0xF0,0x03,0x00,0xC0,0x1F,0x00,0x00,0x7F,0x00,0x00,0xF8,0x01,0x00,0xE0,0x01,0x00,0xF0,0x01,0x00,0xFE,0x00,0x80,0x1F,0x00,0xE0,0x07,0x00,0xFC,0x01,0x00,0x3C,0x00,0x00,0x0C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x3E '>'
WiredHome 158:b656dcf02e14 154 0x00,0x00,0x00,0x00,0xE0,0x1F,0xF0,0x3F,0x78,0x78,0x3C,0xF0,0x1C,0xE0,0x1C,0xE0,0x08,0xE0,0x00,0xE0,0x00,0xF0,0x00,0x78,0x00,0x3C,0x00,0x1E,0x00,0x0F,0x00,0x07,0x00,0x03,0x80,0x03,0x80,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x03,0x80,0x03,0x80,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x3F '?'
WiredHome 158:b656dcf02e14 155 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x3F,0x00,0x00,0xFE,0xFF,0x01,0x00,0x1F,0xE0,0x03,0x80,0x07,0x80,0x07,0xC0,0x01,0x00,0x0E,0xE0,0x00,0x00,0x1C,0x70,0xC0,0x03,0x18,0x30,0xF0,0xE7,0x38,0x38,0x78,0x6E,0x30,0x18,0x1C,0x78,0x30,0x18,0x0E,0x78,0x30,0x1C,0x0E,0x78,0x70,0x0C,0x07,0x70,0x70,0x0C,0x07,0x30,0x30,0x0C,0x07,0x38,0x30,0x0C,0x07,0x38,0x30,0x0C,0x07,0x38,0x38,0x0C,0x07,0x1C,0x1C,0x0C,0x07,0x1C,0x0C,0x1C,0x0F,0x1E,0x0F,0x1C,0x9E,0xFF,0x07,0x18,0xFC,0xFD,0x03,0x38,0xF8,0xF8,0x00,0x70,0x00,0x00,0x70,0xE0,0x00,0x00,0x38,0xE0,0x01,0x00,0x1E,0x80,0x0F,0x80,0x0F,0x00,0xFF,0xFF,0x07,0x00,0xFC,0xFF,0x01,0x00,0xC0,0x1F,0x00, // 0x40 '@'
WiredHome 158:b656dcf02e14 156 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0x00,0x00,0x1F,0x00,0x00,0x1F,0x00,0x80,0x1B,0x00,0x80,0x3B,0x00,0x80,0x3B,0x00,0xC0,0x71,0x00,0xC0,0x71,0x00,0xC0,0x70,0x00,0xE0,0xE0,0x00,0xE0,0xE0,0x00,0x70,0xC0,0x01,0x70,0xC0,0x01,0x70,0xC0,0x03,0xF8,0xFF,0x03,0xF8,0xFF,0x03,0x3C,0x80,0x07,0x1C,0x00,0x07,0x1C,0x00,0x0F,0x0E,0x00,0x0E,0x0E,0x00,0x0E,0x0E,0x00,0x1E,0x07,0x00,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x41 'A'
WiredHome 158:b656dcf02e14 157 0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0x3F,0x00,0xFC,0xFF,0x00,0xFC,0xFF,0x01,0x1C,0xC0,0x03,0x1C,0x80,0x03,0x1C,0x80,0x07,0x1C,0x00,0x07,0x1C,0x80,0x03,0x1C,0x80,0x03,0x1C,0xE0,0x01,0xFC,0xFF,0x00,0xFC,0xFF,0x01,0x1C,0xF0,0x03,0x1C,0x80,0x07,0x1C,0x00,0x07,0x1C,0x00,0x0F,0x1C,0x00,0x0F,0x1C,0x00,0x0F,0x1C,0x00,0x07,0x1C,0x80,0x07,0xFC,0xFF,0x03,0xFC,0xFF,0x01,0xFC,0x7F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x42 'B'
WiredHome 158:b656dcf02e14 158 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x01,0xC0,0xFF,0x03,0xE0,0xC3,0x07,0xF0,0x00,0x0F,0x78,0x00,0x1E,0x38,0x00,0x1C,0x3C,0x00,0x1C,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x18,0x3C,0x00,0x3C,0x38,0x00,0x1C,0x78,0x00,0x1E,0xF0,0x00,0x0F,0xE0,0xC3,0x07,0xC0,0xFF,0x03,0x80,0xFF,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x43 'C'
WiredHome 158:b656dcf02e14 159 0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0x7F,0x00,0xFC,0xFF,0x01,0xFC,0xFF,0x03,0x3C,0x80,0x07,0x3C,0x00,0x0F,0x3C,0x00,0x0E,0x3C,0x00,0x1E,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1C,0x3C,0x00,0x1E,0x3C,0x00,0x0E,0x3C,0x00,0x0F,0x3C,0x80,0x07,0xFC,0xFF,0x03,0xFC,0xFF,0x01,0xFC,0x7F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x44 'D'
WiredHome 158:b656dcf02e14 160 0x00,0x00,0x00,0x00,0x00,0x00,0xF8,0xFF,0x07,0xF8,0xFF,0x07,0xF8,0xFF,0x07,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0xF8,0xFF,0x03,0xF8,0xFF,0x03,0xF8,0xFF,0x03,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0xF8,0xFF,0x0F,0xF8,0xFF,0x0F,0xF8,0xFF,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x45 'E'
WiredHome 158:b656dcf02e14 161 0x00,0x00,0x00,0x00,0x00,0x00,0xF8,0xFF,0x03,0xF8,0xFF,0x03,0xF8,0xFF,0x03,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0xF8,0xFF,0x00,0xF8,0xFF,0x00,0xF8,0xFF,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x46 'F'
WiredHome 158:b656dcf02e14 162 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x03,0xC0,0xFF,0x0F,0xE0,0x87,0x1F,0xF0,0x00,0x1E,0x70,0x00,0x38,0x38,0x00,0x38,0x38,0x00,0x70,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0xE0,0x7F,0x1C,0xE0,0x7F,0x1C,0xE0,0x7F,0x1C,0x00,0x70,0x1C,0x00,0x70,0x38,0x00,0x70,0x38,0x00,0x70,0x70,0x00,0x70,0xF0,0x01,0x7C,0xE0,0x87,0x3F,0x80,0xFF,0x0F,0x00,0xFE,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x47 'G'
WiredHome 158:b656dcf02e14 163 0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0xF8,0xFF,0x1F,0xF8,0xFF,0x1F,0xF8,0xFF,0x1F,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x48 'H'
WiredHome 158:b656dcf02e14 164 0x00,0x00,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x49 'I'
WiredHome 158:b656dcf02e14 165 0x00,0x00,0x00,0x00,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x00,0x3C,0x0E,0x3C,0x0E,0x1C,0x0E,0x1C,0x0E,0x1C,0x3C,0x1F,0xFC,0x0F,0xF8,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4A 'J'
WiredHome 158:b656dcf02e14 166 0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x00,0x0F,0x1C,0x80,0x07,0x1C,0xC0,0x03,0x1C,0xE0,0x01,0x1C,0xF0,0x00,0x1C,0x78,0x00,0x1C,0x3C,0x00,0x1C,0x1E,0x00,0x1C,0x0F,0x00,0x9C,0x07,0x00,0xDC,0x0F,0x00,0xFC,0x1F,0x00,0xFC,0x3C,0x00,0x7C,0x38,0x00,0x3C,0x78,0x00,0x1C,0xF0,0x00,0x1C,0xE0,0x00,0x1C,0xE0,0x01,0x1C,0xC0,0x03,0x1C,0x80,0x07,0x1C,0x00,0x07,0x1C,0x00,0x0F,0x1C,0x00,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4B 'K'
WiredHome 158:b656dcf02e14 167 0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0x1C,0x00,0x00,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0xFC,0xFF,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4C 'L'
WiredHome 158:b656dcf02e14 168 0x00,0x00,0x00,0x00,0x00,0x00,0x7C,0x00,0xF0,0x7C,0x00,0xF0,0xFC,0x00,0xF8,0xFC,0x00,0xF8,0xDC,0x00,0xF8,0xDC,0x01,0xFC,0xDC,0x01,0xEC,0x9C,0x01,0xEC,0x9C,0x03,0xEE,0x9C,0x03,0xE6,0x1C,0x03,0xE6,0x1C,0x07,0xE7,0x1C,0x07,0xE3,0x1C,0x06,0xE3,0x1C,0x8E,0xE3,0x1C,0x8E,0xE1,0x1C,0x8C,0xE1,0x1C,0xDC,0xE1,0x1C,0xDC,0xE0,0x1C,0xD8,0xE0,0x1C,0xF8,0xE0,0x1C,0x78,0xE0,0x1C,0x70,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4D 'M'
WiredHome 158:b656dcf02e14 169 0x00,0x00,0x00,0x00,0x00,0x00,0x3C,0x00,0x0C,0x3C,0x00,0x0C,0x7C,0x00,0x0C,0xFC,0x00,0x0C,0xFC,0x00,0x0C,0xDC,0x01,0x0C,0xDC,0x03,0x0C,0x9C,0x07,0x0C,0x1C,0x07,0x0C,0x1C,0x0F,0x0C,0x1C,0x1E,0x0C,0x1C,0x1C,0x0C,0x1C,0x3C,0x0C,0x1C,0x78,0x0C,0x1C,0x70,0x0C,0x1C,0xF0,0x0C,0x1C,0xE0,0x0D,0x1C,0xC0,0x0D,0x1C,0xC0,0x0F,0x1C,0x80,0x0F,0x1C,0x00,0x0F,0x1C,0x00,0x0F,0x1C,0x00,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4E 'N'
WiredHome 158:b656dcf02e14 170 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x01,0xC0,0xFF,0x07,0xE0,0xC7,0x0F,0xF0,0x00,0x1E,0x78,0x00,0x3C,0x38,0x00,0x38,0x3C,0x00,0x78,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x3C,0x00,0x78,0x38,0x00,0x38,0x78,0x00,0x3C,0xF0,0x00,0x1E,0xE0,0x83,0x0F,0xC0,0xFF,0x07,0x00,0xFF,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x4F 'O'
WiredHome 158:b656dcf02e14 171 0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0x7F,0x00,0xFC,0xFF,0x03,0xFC,0xFF,0x07,0x3C,0x80,0x07,0x3C,0x00,0x0F,0x3C,0x00,0x0E,0x3C,0x00,0x0E,0x3C,0x00,0x0E,0x3C,0x00,0x0E,0x3C,0x00,0x07,0x3C,0x80,0x07,0xFC,0xFF,0x03,0xFC,0xFF,0x01,0xFC,0x3F,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x50 'P'
WiredHome 158:b656dcf02e14 172 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x01,0xC0,0xFF,0x07,0xE0,0xC3,0x0F,0xF0,0x00,0x1E,0x78,0x00,0x1C,0x38,0x00,0x38,0x1C,0x00,0x38,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1E,0x00,0x70,0x1E,0x00,0x70,0x1E,0x00,0x70,0x1E,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x70,0x1C,0x00,0x38,0x38,0x60,0x38,0x78,0xE0,0x1D,0xF0,0xC0,0x1F,0xE0,0x83,0x0F,0xC0,0xFF,0x1F,0x00,0xFF,0x79,0x00,0x00,0x70,0x00,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x51 'Q'
WiredHome 158:b656dcf02e14 173 0x00,0x00,0x00,0x00,0x00,0x00,0xF8,0xFF,0x01,0xF8,0xFF,0x07,0xF8,0xFF,0x0F,0x38,0x00,0x0F,0x38,0x00,0x1E,0x38,0x00,0x1C,0x38,0x00,0x1C,0x38,0x00,0x1C,0x38,0x00,0x0E,0x38,0x00,0x0F,0xF8,0xFF,0x07,0xF8,0xFF,0x03,0xF8,0x7F,0x00,0x38,0xF0,0x00,0x38,0xE0,0x01,0x38,0xC0,0x03,0x38,0x80,0x07,0x38,0x80,0x07,0x38,0x00,0x0F,0x38,0x00,0x0E,0x38,0x00,0x1E,0x38,0x00,0x3C,0x38,0x00,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x52 'R'
WiredHome 158:b656dcf02e14 174 0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x7F,0x00,0xF0,0xFF,0x01,0xF8,0xF1,0x03,0x38,0x80,0x03,0x38,0x80,0x07,0x1C,0x00,0x07,0x1C,0x00,0x07,0x38,0x00,0x00,0x78,0x00,0x00,0xF0,0x07,0x00,0xE0,0x7F,0x00,0x80,0xFF,0x01,0x00,0xFC,0x03,0x00,0xC0,0x07,0x00,0x00,0x07,0x08,0x00,0x0F,0x1C,0x00,0x0E,0x1C,0x00,0x0E,0x1C,0x00,0x07,0x78,0x80,0x07,0xF8,0xE1,0x03,0xF0,0xFF,0x01,0xC0,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x53 'S'
WiredHome 158:b656dcf02e14 175 0x00,0x00,0x00,0x00,0x00,0x00,0xFE,0xFF,0x07,0xFE,0xFF,0x07,0xFE,0xFF,0x07,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x54 'T'
WiredHome 158:b656dcf02e14 176 0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x1E,0x38,0x00,0x0E,0x38,0x00,0x0E,0x38,0x00,0x0E,0x78,0x00,0x0E,0x70,0x00,0x07,0xF0,0xE3,0x07,0xE0,0xFF,0x03,0x80,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x55 'U'
WiredHome 158:b656dcf02e14 177 0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x00,0x1C,0x0E,0x00,0x1E,0x0E,0x00,0x0E,0x1E,0x00,0x0E,0x1C,0x00,0x07,0x1C,0x00,0x07,0x38,0x00,0x07,0x38,0x80,0x03,0x38,0x80,0x03,0x70,0x80,0x01,0x70,0xC0,0x01,0xE0,0xC0,0x01,0xE0,0xE0,0x00,0xE0,0xE0,0x00,0xC0,0x61,0x00,0xC0,0x71,0x00,0xC0,0x71,0x00,0x80,0x33,0x00,0x80,0x3B,0x00,0x00,0x1B,0x00,0x00,0x1F,0x00,0x00,0x1F,0x00,0x00,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x56 'V'
WiredHome 158:b656dcf02e14 178 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xE0,0x01,0x38,0x0E,0xE0,0x01,0x1C,0x0E,0xE0,0x03,0x1C,0x0E,0xF0,0x03,0x1C,0x1C,0x70,0x03,0x1C,0x1C,0x30,0x07,0x0E,0x1C,0x30,0x07,0x0E,0x1C,0x38,0x07,0x0E,0x18,0x38,0x06,0x0E,0x38,0x18,0x0E,0x06,0x38,0x1C,0x0E,0x07,0x38,0x1C,0x0E,0x07,0x30,0x0C,0x1C,0x03,0x70,0x0C,0x1C,0x03,0x70,0x0E,0x9C,0x03,0x70,0x0E,0x98,0x03,0x60,0x06,0x98,0x01,0xE0,0x06,0xB8,0x01,0xE0,0x07,0xF8,0x01,0xC0,0x07,0xF0,0x01,0xC0,0x03,0xF0,0x00,0xC0,0x03,0xF0,0x00,0xC0,0x03,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x57 'W'
WiredHome 158:b656dcf02e14 179 0x00,0x00,0x00,0x00,0x00,0x00,0x1E,0x00,0x0E,0x3C,0x00,0x07,0x38,0x80,0x07,0x70,0x80,0x03,0xF0,0xC0,0x01,0xE0,0xE1,0x00,0xC0,0xF1,0x00,0xC0,0x73,0x00,0x80,0x3F,0x00,0x00,0x3F,0x00,0x00,0x1E,0x00,0x00,0x1E,0x00,0x00,0x3F,0x00,0x80,0x3F,0x00,0xC0,0x7B,0x00,0xC0,0xF1,0x00,0xE0,0xE0,0x00,0xF0,0xC0,0x01,0x78,0xC0,0x03,0x38,0x80,0x07,0x3C,0x00,0x07,0x1E,0x00,0x0F,0x0E,0x00,0x1E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x58 'X'
WiredHome 158:b656dcf02e14 180 0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x00,0x1E,0x1E,0x00,0x0E,0x1C,0x00,0x07,0x3C,0x80,0x07,0x78,0x80,0x03,0x70,0xC0,0x01,0xF0,0xE0,0x01,0xE0,0xE1,0x00,0xC0,0x71,0x00,0xC0,0x7B,0x00,0x80,0x3B,0x00,0x00,0x1F,0x00,0x00,0x1F,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x59 'Y'
WiredHome 158:b656dcf02e14 181 0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0xFF,0x03,0xFC,0xFF,0x03,0xFC,0xFF,0x03,0x00,0xC0,0x03,0x00,0xE0,0x01,0x00,0xF0,0x00,0x00,0x70,0x00,0x00,0x78,0x00,0x00,0x3C,0x00,0x00,0x1E,0x00,0x00,0x0F,0x00,0x00,0x07,0x00,0x80,0x07,0x00,0xC0,0x03,0x00,0xE0,0x01,0x00,0xF0,0x00,0x00,0x70,0x00,0x00,0x38,0x00,0x00,0x3C,0x00,0x00,0x1E,0x00,0x00,0xFE,0xFF,0x07,0xFE,0xFF,0x07,0xFE,0xFF,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x5A 'Z'
WiredHome 158:b656dcf02e14 182 0x00,0x00,0xFC,0xFC,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0xFC,0xFC,0x00, // 0x5B '['
WiredHome 158:b656dcf02e14 183 0x00,0x00,0x00,0x00,0x03,0x00,0x06,0x00,0x06,0x00,0x06,0x00,0x0E,0x00,0x0C,0x00,0x0C,0x00,0x0C,0x00,0x1C,0x00,0x18,0x00,0x18,0x00,0x38,0x00,0x30,0x00,0x30,0x00,0x30,0x00,0x70,0x00,0x60,0x00,0x60,0x00,0xE0,0x00,0xC0,0x00,0xC0,0x00,0xC0,0x00,0xC0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x5C '\\'
WiredHome 158:b656dcf02e14 184 0x00,0x00,0x7E,0x7E,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x70,0x7E,0x7E,0x00, // 0x5D ']'
WiredHome 158:b656dcf02e14 185 0x00,0x00,0x00,0x00,0xC0,0x01,0xC0,0x01,0xE0,0x03,0x60,0x03,0x70,0x07,0x30,0x06,0x38,0x0E,0x38,0x0E,0x1C,0x1C,0x1C,0x1C,0x0C,0x18,0x0E,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x5E '^'
WiredHome 158:b656dcf02e14 186 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x03,0xFF,0xFF,0x03,0x00,0x00,0x00, // 0x5F '_'
WiredHome 158:b656dcf02e14 187 0x00,0x00,0x1C,0x38,0x38,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x60 '`'
WiredHome 158:b656dcf02e14 188 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x3F,0x78,0x7C,0x1C,0x70,0x1C,0x60,0x00,0xE0,0x00,0xE0,0x80,0xFF,0xF0,0xFF,0xFC,0xE3,0x1C,0xE0,0x0E,0xE0,0x0E,0xF0,0x0E,0xF0,0x1C,0xFC,0xFC,0xEF,0xF8,0xE7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x61 'a'
WiredHome 158:b656dcf02e14 189 0x00,0x00,0x00,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x9C,0x0F,0xFC,0x1F,0xFC,0x3C,0x3C,0x70,0x1C,0x70,0x1C,0xE0,0x1C,0xE0,0x0C,0xE0,0x0C,0xE0,0x0C,0xE0,0x0C,0xE0,0x1C,0xE0,0x1C,0xE0,0x3C,0x70,0x7C,0x38,0xEC,0x3F,0xCC,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x62 'b'
WiredHome 158:b656dcf02e14 190 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x1F,0xF8,0x3C,0x3C,0x70,0x1C,0x70,0x1C,0x20,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0C,0xE0,0x1C,0x60,0x1C,0x70,0x78,0x38,0xF0,0x3F,0xE0,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x63 'c'
WiredHome 158:b656dcf02e14 191 0x00,0x00,0x00,0x00,0x00,0x60,0x00,0x60,0x00,0x60,0x00,0x60,0x00,0x60,0x00,0x60,0xC0,0x63,0xF0,0x6F,0x78,0x7E,0x3C,0x78,0x1C,0x70,0x0E,0x70,0x0E,0x60,0x0E,0x60,0x0E,0x60,0x0E,0x60,0x0E,0x60,0x0E,0x60,0x1C,0x70,0x1C,0x70,0x38,0x78,0xF0,0x6F,0xE0,0x67,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x64 'd'
WiredHome 158:b656dcf02e14 192 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0xF0,0x1F,0xF8,0x7C,0x3C,0x70,0x1C,0xE0,0x1C,0xE0,0x0E,0xE0,0xFE,0xFF,0xFE,0xFF,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x1C,0xE0,0x3C,0xF0,0x78,0x78,0xF0,0x3F,0xE0,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x65 'e'
WiredHome 158:b656dcf02e14 193 0x00,0x00,0x00,0x00,0xF0,0x03,0xF8,0x03,0x78,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0xFF,0x01,0xFF,0x01,0xFF,0x01,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x66 'f'
WiredHome 158:b656dcf02e14 194 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xE7,0xF0,0xEF,0x78,0xFC,0x3C,0xF8,0x1C,0xF0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x1C,0xF0,0x3C,0xF8,0x78,0xFC,0xF0,0xEF,0xE0,0xE7,0x00,0xE0,0x00,0x60,0x0C,0x70,0x1C,0x78,0xFC,0x3F,0xF0,0x1F,0xC0,0x03, // 0x67 'g'
WiredHome 158:b656dcf02e14 195 0x00,0x00,0x00,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x9C,0x1F,0xDC,0x3F,0xFC,0x7D,0x3C,0x70,0x3C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x68 'h'
WiredHome 158:b656dcf02e14 196 0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x69 'i'
WiredHome 158:b656dcf02e14 197 0x00,0x00,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x0F,0x0F,0x03, // 0x6A 'j'
WiredHome 158:b656dcf02e14 198 0x00,0x00,0x00,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x70,0x1C,0x38,0x1C,0x1C,0x1C,0x0E,0x1C,0x07,0x9C,0x03,0xDC,0x01,0xFC,0x03,0xFC,0x03,0x3C,0x07,0x1C,0x0F,0x1C,0x0E,0x1C,0x1E,0x1C,0x3C,0x1C,0x38,0x1C,0x78,0x1C,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x6B 'k'
WiredHome 158:b656dcf02e14 199 0x00,0x00,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x6C 'l'
WiredHome 158:b656dcf02e14 200 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0x0F,0x3E,0x00,0xDC,0x3F,0x7F,0x00,0xFC,0xBD,0xFB,0x00,0x3C,0xF8,0xE0,0x00,0x3C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x1C,0x70,0xC0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x6D 'm'
WiredHome 158:b656dcf02e14 201 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0x1F,0xDC,0x3F,0xFC,0x7D,0x3C,0x70,0x3C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x6E 'n'
WiredHome 158:b656dcf02e14 202 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x0F,0x00,0xF0,0x3F,0x00,0xF8,0x7C,0x00,0x3C,0xF0,0x00,0x1C,0xE0,0x00,0x1C,0xE0,0x00,0x0E,0xC0,0x01,0x0E,0xC0,0x01,0x0E,0xC0,0x01,0x0E,0xC0,0x01,0x0E,0xC0,0x01,0x0C,0xC0,0x01,0x1C,0xE0,0x00,0x3C,0xF0,0x00,0x78,0x78,0x00,0xF0,0x3F,0x00,0xE0,0x1F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x6F 'o'
WiredHome 158:b656dcf02e14 203 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xCE,0x07,0xEE,0x1F,0x7E,0x3C,0x3E,0x38,0x1E,0x70,0x0E,0x70,0x0E,0x60,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0x70,0x0E,0x70,0x1E,0x78,0x3E,0x3C,0xFE,0x1F,0xEE,0x0F,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x00,0x00, // 0x70 'p'
WiredHome 158:b656dcf02e14 204 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xE7,0xF0,0xEF,0x78,0xFC,0x3C,0xF8,0x1C,0xF0,0x1C,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0E,0xE0,0x0C,0xE0,0x1C,0xF0,0x3C,0xF0,0x78,0xF8,0xF0,0xFF,0xE0,0xE7,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0xE0,0x00,0x00, // 0x71 'q'
WiredHome 158:b656dcf02e14 205 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x9C,0x03,0xDC,0x07,0xFC,0x07,0x3C,0x00,0x3C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x1C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x72 'r'
WiredHome 158:b656dcf02e14 206 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,0x07,0xF8,0x1F,0x3C,0x1E,0x0C,0x38,0x0E,0x38,0x1C,0x00,0x7C,0x00,0xFC,0x03,0xF0,0x1F,0xC0,0x3F,0x00,0x3C,0x00,0x70,0x0E,0x70,0x0E,0x70,0x3C,0x38,0xF8,0x1F,0xF0,0x0F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x73 's'
WiredHome 158:b656dcf02e14 207 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,0x38,0x00,0xF8,0x00,0xF0,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x74 't'
WiredHome 158:b656dcf02e14 208 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xE0,0x1C,0xF0,0x1C,0xF0,0x38,0xFC,0xF8,0xEF,0xF0,0xE7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x75 'u'
WiredHome 158:b656dcf02e14 209 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xE0,0x0E,0x70,0x0E,0x70,0x0C,0x30,0x1C,0x38,0x1C,0x38,0x38,0x18,0x38,0x1C,0x38,0x1C,0x70,0x0E,0x70,0x0E,0x60,0x06,0xE0,0x07,0xE0,0x07,0xC0,0x03,0xC0,0x03,0x80,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x76 'v'
WiredHome 158:b656dcf02e14 210 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x1C,0x70,0x07,0x1C,0x70,0x0E,0x3C,0x30,0x0E,0x3E,0x38,0x0E,0x36,0x38,0x0C,0x36,0x18,0x1C,0x77,0x1C,0x1C,0x77,0x1C,0x18,0x73,0x0C,0x38,0x63,0x0E,0xB8,0xE3,0x0E,0xB8,0xE3,0x06,0xB0,0xC1,0x06,0xF0,0xC1,0x07,0xF0,0xC1,0x03,0xE0,0xC1,0x03,0xE0,0x80,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x77 'w'
WiredHome 158:b656dcf02e14 211 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0x70,0x1E,0x78,0x3C,0x3C,0x38,0x1C,0x70,0x0E,0xF0,0x0F,0xE0,0x07,0xC0,0x03,0xC0,0x03,0xC0,0x03,0xE0,0x07,0x70,0x0E,0x78,0x1E,0x38,0x1C,0x1C,0x38,0x1E,0x78,0x0E,0x70,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x78 'x'
WiredHome 158:b656dcf02e14 212 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0E,0xE0,0x0E,0x60,0x0E,0x70,0x1C,0x70,0x1C,0x38,0x1C,0x38,0x38,0x18,0x38,0x1C,0x30,0x1C,0x70,0x0C,0x70,0x0E,0xE0,0x0E,0xE0,0x06,0xE0,0x07,0xC0,0x03,0xC0,0x03,0x80,0x03,0x80,0x01,0xC0,0x01,0xC0,0x01,0xE0,0x00,0xFC,0x00,0x7C,0x00,0x1C,0x00, // 0x79 'y'
WiredHome 158:b656dcf02e14 213 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFE,0x7F,0xFE,0x7F,0xFE,0x7F,0x00,0x3C,0x00,0x1C,0x00,0x0E,0x00,0x07,0x80,0x03,0xC0,0x01,0xE0,0x01,0xF0,0x00,0x78,0x00,0x38,0x00,0x1C,0x00,0x0E,0x00,0xFE,0x7F,0xFE,0x7F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x7A 'z'
WiredHome 158:b656dcf02e14 214 0x00,0x00,0x00,0x00,0xC0,0x03,0xE0,0x03,0xE0,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x30,0x00,0x38,0x00,0x1E,0x00,0x0E,0x00,0x1E,0x00,0x38,0x00,0x30,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0xE0,0x03,0xE0,0x03,0x80,0x03, // 0x7B '{'
WiredHome 158:b656dcf02e14 215 0x00,0x00,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18, // 0x7C '|'
WiredHome 158:b656dcf02e14 216 0x00,0x00,0x00,0x00,0x1E,0x00,0x3E,0x00,0x38,0x00,0x30,0x00,0x30,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0xE0,0x00,0xE0,0x03,0x80,0x03,0xC0,0x03,0xE0,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x70,0x00,0x30,0x00,0x30,0x00,0x3E,0x00,0x1E,0x00,0x0E,0x00, // 0x7D '}'
WiredHome 158:b656dcf02e14 217 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0x00,0x00,0xFC,0x03,0x01,0xFE,0xFF,0x01,0x8E,0xFF,0x01,0x02,0xFC,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x7E '~'
WiredHome 158:b656dcf02e14 218 0x00,0x00,0xFE,0xFE,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xC2,0xFE,0xFE,0x00,0x00,0x00,0x00,0x00,0x00,0x00 // 0x7F '<non-printable>'
WiredHome 158:b656dcf02e14 219 };