A first port of the excellent Adafruit GFX library

Dependents:   Adafruit_GFX

Committer:
SomeRandomBloke
Date:
Tue Mar 26 23:08:53 2013 +0000
Revision:
0:08cfbae05724
New commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
SomeRandomBloke 0:08cfbae05724 1
SomeRandomBloke 0:08cfbae05724 2 #ifndef FONT5X7_H
SomeRandomBloke 0:08cfbae05724 3 #define FONT5X7_H
SomeRandomBloke 0:08cfbae05724 4
SomeRandomBloke 0:08cfbae05724 5 // standard ascii 5x7 font
SomeRandomBloke 0:08cfbae05724 6
SomeRandomBloke 0:08cfbae05724 7 unsigned char font[] = {
SomeRandomBloke 0:08cfbae05724 8 0x00, 0x00, 0x00, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 9 0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
SomeRandomBloke 0:08cfbae05724 10 0x3E, 0x6B, 0x4F, 0x6B, 0x3E,
SomeRandomBloke 0:08cfbae05724 11 0x1C, 0x3E, 0x7C, 0x3E, 0x1C,
SomeRandomBloke 0:08cfbae05724 12 0x18, 0x3C, 0x7E, 0x3C, 0x18,
SomeRandomBloke 0:08cfbae05724 13 0x1C, 0x57, 0x7D, 0x57, 0x1C,
SomeRandomBloke 0:08cfbae05724 14 0x1C, 0x5E, 0x7F, 0x5E, 0x1C,
SomeRandomBloke 0:08cfbae05724 15 0x00, 0x18, 0x3C, 0x18, 0x00,
SomeRandomBloke 0:08cfbae05724 16 0xFF, 0xE7, 0xC3, 0xE7, 0xFF,
SomeRandomBloke 0:08cfbae05724 17 0x00, 0x18, 0x24, 0x18, 0x00,
SomeRandomBloke 0:08cfbae05724 18 0xFF, 0xE7, 0xDB, 0xE7, 0xFF,
SomeRandomBloke 0:08cfbae05724 19 0x30, 0x48, 0x3A, 0x06, 0x0E,
SomeRandomBloke 0:08cfbae05724 20 0x26, 0x29, 0x79, 0x29, 0x26,
SomeRandomBloke 0:08cfbae05724 21 0x40, 0x7F, 0x05, 0x05, 0x07,
SomeRandomBloke 0:08cfbae05724 22 0x40, 0x7F, 0x05, 0x25, 0x3F,
SomeRandomBloke 0:08cfbae05724 23 0x5A, 0x3C, 0xE7, 0x3C, 0x5A,
SomeRandomBloke 0:08cfbae05724 24 0x7F, 0x3E, 0x1C, 0x1C, 0x08,
SomeRandomBloke 0:08cfbae05724 25 0x08, 0x1C, 0x1C, 0x3E, 0x7F,
SomeRandomBloke 0:08cfbae05724 26 0x14, 0x22, 0x7F, 0x22, 0x14,
SomeRandomBloke 0:08cfbae05724 27 0x5F, 0x5F, 0x00, 0x5F, 0x5F,
SomeRandomBloke 0:08cfbae05724 28 0x06, 0x09, 0x7F, 0x01, 0x7F,
SomeRandomBloke 0:08cfbae05724 29 0x00, 0x66, 0x89, 0x95, 0x6A,
SomeRandomBloke 0:08cfbae05724 30 0x60, 0x60, 0x60, 0x60, 0x60,
SomeRandomBloke 0:08cfbae05724 31 0x94, 0xA2, 0xFF, 0xA2, 0x94,
SomeRandomBloke 0:08cfbae05724 32 0x08, 0x04, 0x7E, 0x04, 0x08,
SomeRandomBloke 0:08cfbae05724 33 0x10, 0x20, 0x7E, 0x20, 0x10,
SomeRandomBloke 0:08cfbae05724 34 0x08, 0x08, 0x2A, 0x1C, 0x08,
SomeRandomBloke 0:08cfbae05724 35 0x08, 0x1C, 0x2A, 0x08, 0x08,
SomeRandomBloke 0:08cfbae05724 36 0x1E, 0x10, 0x10, 0x10, 0x10,
SomeRandomBloke 0:08cfbae05724 37 0x0C, 0x1E, 0x0C, 0x1E, 0x0C,
SomeRandomBloke 0:08cfbae05724 38 0x30, 0x38, 0x3E, 0x38, 0x30,
SomeRandomBloke 0:08cfbae05724 39 0x06, 0x0E, 0x3E, 0x0E, 0x06,
SomeRandomBloke 0:08cfbae05724 40 0x00, 0x00, 0x00, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 41 0x00, 0x00, 0x5F, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 42 0x00, 0x07, 0x00, 0x07, 0x00,
SomeRandomBloke 0:08cfbae05724 43 0x14, 0x7F, 0x14, 0x7F, 0x14,
SomeRandomBloke 0:08cfbae05724 44 0x24, 0x2A, 0x7F, 0x2A, 0x12,
SomeRandomBloke 0:08cfbae05724 45 0x23, 0x13, 0x08, 0x64, 0x62,
SomeRandomBloke 0:08cfbae05724 46 0x36, 0x49, 0x56, 0x20, 0x50,
SomeRandomBloke 0:08cfbae05724 47 0x00, 0x08, 0x07, 0x03, 0x00,
SomeRandomBloke 0:08cfbae05724 48 0x00, 0x1C, 0x22, 0x41, 0x00,
SomeRandomBloke 0:08cfbae05724 49 0x00, 0x41, 0x22, 0x1C, 0x00,
SomeRandomBloke 0:08cfbae05724 50 0x2A, 0x1C, 0x7F, 0x1C, 0x2A,
SomeRandomBloke 0:08cfbae05724 51 0x08, 0x08, 0x3E, 0x08, 0x08,
SomeRandomBloke 0:08cfbae05724 52 0x00, 0x80, 0x70, 0x30, 0x00,
SomeRandomBloke 0:08cfbae05724 53 0x08, 0x08, 0x08, 0x08, 0x08,
SomeRandomBloke 0:08cfbae05724 54 0x00, 0x00, 0x60, 0x60, 0x00,
SomeRandomBloke 0:08cfbae05724 55 0x20, 0x10, 0x08, 0x04, 0x02,
SomeRandomBloke 0:08cfbae05724 56 0x3E, 0x51, 0x49, 0x45, 0x3E,
SomeRandomBloke 0:08cfbae05724 57 0x00, 0x42, 0x7F, 0x40, 0x00,
SomeRandomBloke 0:08cfbae05724 58 0x72, 0x49, 0x49, 0x49, 0x46,
SomeRandomBloke 0:08cfbae05724 59 0x21, 0x41, 0x49, 0x4D, 0x33,
SomeRandomBloke 0:08cfbae05724 60 0x18, 0x14, 0x12, 0x7F, 0x10,
SomeRandomBloke 0:08cfbae05724 61 0x27, 0x45, 0x45, 0x45, 0x39,
SomeRandomBloke 0:08cfbae05724 62 0x3C, 0x4A, 0x49, 0x49, 0x31,
SomeRandomBloke 0:08cfbae05724 63 0x41, 0x21, 0x11, 0x09, 0x07,
SomeRandomBloke 0:08cfbae05724 64 0x36, 0x49, 0x49, 0x49, 0x36,
SomeRandomBloke 0:08cfbae05724 65 0x46, 0x49, 0x49, 0x29, 0x1E,
SomeRandomBloke 0:08cfbae05724 66 0x00, 0x00, 0x14, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 67 0x00, 0x40, 0x34, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 68 0x00, 0x08, 0x14, 0x22, 0x41,
SomeRandomBloke 0:08cfbae05724 69 0x14, 0x14, 0x14, 0x14, 0x14,
SomeRandomBloke 0:08cfbae05724 70 0x00, 0x41, 0x22, 0x14, 0x08,
SomeRandomBloke 0:08cfbae05724 71 0x02, 0x01, 0x59, 0x09, 0x06,
SomeRandomBloke 0:08cfbae05724 72 0x3E, 0x41, 0x5D, 0x59, 0x4E,
SomeRandomBloke 0:08cfbae05724 73 0x7C, 0x12, 0x11, 0x12, 0x7C,
SomeRandomBloke 0:08cfbae05724 74 0x7F, 0x49, 0x49, 0x49, 0x36,
SomeRandomBloke 0:08cfbae05724 75 0x3E, 0x41, 0x41, 0x41, 0x22,
SomeRandomBloke 0:08cfbae05724 76 0x7F, 0x41, 0x41, 0x41, 0x3E,
SomeRandomBloke 0:08cfbae05724 77 0x7F, 0x49, 0x49, 0x49, 0x41,
SomeRandomBloke 0:08cfbae05724 78 0x7F, 0x09, 0x09, 0x09, 0x01,
SomeRandomBloke 0:08cfbae05724 79 0x3E, 0x41, 0x41, 0x51, 0x73,
SomeRandomBloke 0:08cfbae05724 80 0x7F, 0x08, 0x08, 0x08, 0x7F,
SomeRandomBloke 0:08cfbae05724 81 0x00, 0x41, 0x7F, 0x41, 0x00,
SomeRandomBloke 0:08cfbae05724 82 0x20, 0x40, 0x41, 0x3F, 0x01,
SomeRandomBloke 0:08cfbae05724 83 0x7F, 0x08, 0x14, 0x22, 0x41,
SomeRandomBloke 0:08cfbae05724 84 0x7F, 0x40, 0x40, 0x40, 0x40,
SomeRandomBloke 0:08cfbae05724 85 0x7F, 0x02, 0x1C, 0x02, 0x7F,
SomeRandomBloke 0:08cfbae05724 86 0x7F, 0x04, 0x08, 0x10, 0x7F,
SomeRandomBloke 0:08cfbae05724 87 0x3E, 0x41, 0x41, 0x41, 0x3E,
SomeRandomBloke 0:08cfbae05724 88 0x7F, 0x09, 0x09, 0x09, 0x06,
SomeRandomBloke 0:08cfbae05724 89 0x3E, 0x41, 0x51, 0x21, 0x5E,
SomeRandomBloke 0:08cfbae05724 90 0x7F, 0x09, 0x19, 0x29, 0x46,
SomeRandomBloke 0:08cfbae05724 91 0x26, 0x49, 0x49, 0x49, 0x32,
SomeRandomBloke 0:08cfbae05724 92 0x03, 0x01, 0x7F, 0x01, 0x03,
SomeRandomBloke 0:08cfbae05724 93 0x3F, 0x40, 0x40, 0x40, 0x3F,
SomeRandomBloke 0:08cfbae05724 94 0x1F, 0x20, 0x40, 0x20, 0x1F,
SomeRandomBloke 0:08cfbae05724 95 0x3F, 0x40, 0x38, 0x40, 0x3F,
SomeRandomBloke 0:08cfbae05724 96 0x63, 0x14, 0x08, 0x14, 0x63,
SomeRandomBloke 0:08cfbae05724 97 0x03, 0x04, 0x78, 0x04, 0x03,
SomeRandomBloke 0:08cfbae05724 98 0x61, 0x59, 0x49, 0x4D, 0x43,
SomeRandomBloke 0:08cfbae05724 99 0x00, 0x7F, 0x41, 0x41, 0x41,
SomeRandomBloke 0:08cfbae05724 100 0x02, 0x04, 0x08, 0x10, 0x20,
SomeRandomBloke 0:08cfbae05724 101 0x00, 0x41, 0x41, 0x41, 0x7F,
SomeRandomBloke 0:08cfbae05724 102 0x04, 0x02, 0x01, 0x02, 0x04,
SomeRandomBloke 0:08cfbae05724 103 0x40, 0x40, 0x40, 0x40, 0x40,
SomeRandomBloke 0:08cfbae05724 104 0x00, 0x03, 0x07, 0x08, 0x00,
SomeRandomBloke 0:08cfbae05724 105 0x20, 0x54, 0x54, 0x78, 0x40,
SomeRandomBloke 0:08cfbae05724 106 0x7F, 0x28, 0x44, 0x44, 0x38,
SomeRandomBloke 0:08cfbae05724 107 0x38, 0x44, 0x44, 0x44, 0x28,
SomeRandomBloke 0:08cfbae05724 108 0x38, 0x44, 0x44, 0x28, 0x7F,
SomeRandomBloke 0:08cfbae05724 109 0x38, 0x54, 0x54, 0x54, 0x18,
SomeRandomBloke 0:08cfbae05724 110 0x00, 0x08, 0x7E, 0x09, 0x02,
SomeRandomBloke 0:08cfbae05724 111 0x18, 0xA4, 0xA4, 0x9C, 0x78,
SomeRandomBloke 0:08cfbae05724 112 0x7F, 0x08, 0x04, 0x04, 0x78,
SomeRandomBloke 0:08cfbae05724 113 0x00, 0x44, 0x7D, 0x40, 0x00,
SomeRandomBloke 0:08cfbae05724 114 0x20, 0x40, 0x40, 0x3D, 0x00,
SomeRandomBloke 0:08cfbae05724 115 0x7F, 0x10, 0x28, 0x44, 0x00,
SomeRandomBloke 0:08cfbae05724 116 0x00, 0x41, 0x7F, 0x40, 0x00,
SomeRandomBloke 0:08cfbae05724 117 0x7C, 0x04, 0x78, 0x04, 0x78,
SomeRandomBloke 0:08cfbae05724 118 0x7C, 0x08, 0x04, 0x04, 0x78,
SomeRandomBloke 0:08cfbae05724 119 0x38, 0x44, 0x44, 0x44, 0x38,
SomeRandomBloke 0:08cfbae05724 120 0xFC, 0x18, 0x24, 0x24, 0x18,
SomeRandomBloke 0:08cfbae05724 121 0x18, 0x24, 0x24, 0x18, 0xFC,
SomeRandomBloke 0:08cfbae05724 122 0x7C, 0x08, 0x04, 0x04, 0x08,
SomeRandomBloke 0:08cfbae05724 123 0x48, 0x54, 0x54, 0x54, 0x24,
SomeRandomBloke 0:08cfbae05724 124 0x04, 0x04, 0x3F, 0x44, 0x24,
SomeRandomBloke 0:08cfbae05724 125 0x3C, 0x40, 0x40, 0x20, 0x7C,
SomeRandomBloke 0:08cfbae05724 126 0x1C, 0x20, 0x40, 0x20, 0x1C,
SomeRandomBloke 0:08cfbae05724 127 0x3C, 0x40, 0x30, 0x40, 0x3C,
SomeRandomBloke 0:08cfbae05724 128 0x44, 0x28, 0x10, 0x28, 0x44,
SomeRandomBloke 0:08cfbae05724 129 0x4C, 0x90, 0x90, 0x90, 0x7C,
SomeRandomBloke 0:08cfbae05724 130 0x44, 0x64, 0x54, 0x4C, 0x44,
SomeRandomBloke 0:08cfbae05724 131 0x00, 0x08, 0x36, 0x41, 0x00,
SomeRandomBloke 0:08cfbae05724 132 0x00, 0x00, 0x77, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 133 0x00, 0x41, 0x36, 0x08, 0x00,
SomeRandomBloke 0:08cfbae05724 134 0x02, 0x01, 0x02, 0x04, 0x02,
SomeRandomBloke 0:08cfbae05724 135 0x3C, 0x26, 0x23, 0x26, 0x3C,
SomeRandomBloke 0:08cfbae05724 136 0x1E, 0xA1, 0xA1, 0x61, 0x12,
SomeRandomBloke 0:08cfbae05724 137 0x3A, 0x40, 0x40, 0x20, 0x7A,
SomeRandomBloke 0:08cfbae05724 138 0x38, 0x54, 0x54, 0x55, 0x59,
SomeRandomBloke 0:08cfbae05724 139 0x21, 0x55, 0x55, 0x79, 0x41,
SomeRandomBloke 0:08cfbae05724 140 0x21, 0x54, 0x54, 0x78, 0x41,
SomeRandomBloke 0:08cfbae05724 141 0x21, 0x55, 0x54, 0x78, 0x40,
SomeRandomBloke 0:08cfbae05724 142 0x20, 0x54, 0x55, 0x79, 0x40,
SomeRandomBloke 0:08cfbae05724 143 0x0C, 0x1E, 0x52, 0x72, 0x12,
SomeRandomBloke 0:08cfbae05724 144 0x39, 0x55, 0x55, 0x55, 0x59,
SomeRandomBloke 0:08cfbae05724 145 0x39, 0x54, 0x54, 0x54, 0x59,
SomeRandomBloke 0:08cfbae05724 146 0x39, 0x55, 0x54, 0x54, 0x58,
SomeRandomBloke 0:08cfbae05724 147 0x00, 0x00, 0x45, 0x7C, 0x41,
SomeRandomBloke 0:08cfbae05724 148 0x00, 0x02, 0x45, 0x7D, 0x42,
SomeRandomBloke 0:08cfbae05724 149 0x00, 0x01, 0x45, 0x7C, 0x40,
SomeRandomBloke 0:08cfbae05724 150 0xF0, 0x29, 0x24, 0x29, 0xF0,
SomeRandomBloke 0:08cfbae05724 151 0xF0, 0x28, 0x25, 0x28, 0xF0,
SomeRandomBloke 0:08cfbae05724 152 0x7C, 0x54, 0x55, 0x45, 0x00,
SomeRandomBloke 0:08cfbae05724 153 0x20, 0x54, 0x54, 0x7C, 0x54,
SomeRandomBloke 0:08cfbae05724 154 0x7C, 0x0A, 0x09, 0x7F, 0x49,
SomeRandomBloke 0:08cfbae05724 155 0x32, 0x49, 0x49, 0x49, 0x32,
SomeRandomBloke 0:08cfbae05724 156 0x32, 0x48, 0x48, 0x48, 0x32,
SomeRandomBloke 0:08cfbae05724 157 0x32, 0x4A, 0x48, 0x48, 0x30,
SomeRandomBloke 0:08cfbae05724 158 0x3A, 0x41, 0x41, 0x21, 0x7A,
SomeRandomBloke 0:08cfbae05724 159 0x3A, 0x42, 0x40, 0x20, 0x78,
SomeRandomBloke 0:08cfbae05724 160 0x00, 0x9D, 0xA0, 0xA0, 0x7D,
SomeRandomBloke 0:08cfbae05724 161 0x39, 0x44, 0x44, 0x44, 0x39,
SomeRandomBloke 0:08cfbae05724 162 0x3D, 0x40, 0x40, 0x40, 0x3D,
SomeRandomBloke 0:08cfbae05724 163 0x3C, 0x24, 0xFF, 0x24, 0x24,
SomeRandomBloke 0:08cfbae05724 164 0x48, 0x7E, 0x49, 0x43, 0x66,
SomeRandomBloke 0:08cfbae05724 165 0x2B, 0x2F, 0xFC, 0x2F, 0x2B,
SomeRandomBloke 0:08cfbae05724 166 0xFF, 0x09, 0x29, 0xF6, 0x20,
SomeRandomBloke 0:08cfbae05724 167 0xC0, 0x88, 0x7E, 0x09, 0x03,
SomeRandomBloke 0:08cfbae05724 168 0x20, 0x54, 0x54, 0x79, 0x41,
SomeRandomBloke 0:08cfbae05724 169 0x00, 0x00, 0x44, 0x7D, 0x41,
SomeRandomBloke 0:08cfbae05724 170 0x30, 0x48, 0x48, 0x4A, 0x32,
SomeRandomBloke 0:08cfbae05724 171 0x38, 0x40, 0x40, 0x22, 0x7A,
SomeRandomBloke 0:08cfbae05724 172 0x00, 0x7A, 0x0A, 0x0A, 0x72,
SomeRandomBloke 0:08cfbae05724 173 0x7D, 0x0D, 0x19, 0x31, 0x7D,
SomeRandomBloke 0:08cfbae05724 174 0x26, 0x29, 0x29, 0x2F, 0x28,
SomeRandomBloke 0:08cfbae05724 175 0x26, 0x29, 0x29, 0x29, 0x26,
SomeRandomBloke 0:08cfbae05724 176 0x30, 0x48, 0x4D, 0x40, 0x20,
SomeRandomBloke 0:08cfbae05724 177 0x38, 0x08, 0x08, 0x08, 0x08,
SomeRandomBloke 0:08cfbae05724 178 0x08, 0x08, 0x08, 0x08, 0x38,
SomeRandomBloke 0:08cfbae05724 179 0x2F, 0x10, 0xC8, 0xAC, 0xBA,
SomeRandomBloke 0:08cfbae05724 180 0x2F, 0x10, 0x28, 0x34, 0xFA,
SomeRandomBloke 0:08cfbae05724 181 0x00, 0x00, 0x7B, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 182 0x08, 0x14, 0x2A, 0x14, 0x22,
SomeRandomBloke 0:08cfbae05724 183 0x22, 0x14, 0x2A, 0x14, 0x08,
SomeRandomBloke 0:08cfbae05724 184 0xAA, 0x00, 0x55, 0x00, 0xAA,
SomeRandomBloke 0:08cfbae05724 185 0xAA, 0x55, 0xAA, 0x55, 0xAA,
SomeRandomBloke 0:08cfbae05724 186 0x00, 0x00, 0x00, 0xFF, 0x00,
SomeRandomBloke 0:08cfbae05724 187 0x10, 0x10, 0x10, 0xFF, 0x00,
SomeRandomBloke 0:08cfbae05724 188 0x14, 0x14, 0x14, 0xFF, 0x00,
SomeRandomBloke 0:08cfbae05724 189 0x10, 0x10, 0xFF, 0x00, 0xFF,
SomeRandomBloke 0:08cfbae05724 190 0x10, 0x10, 0xF0, 0x10, 0xF0,
SomeRandomBloke 0:08cfbae05724 191 0x14, 0x14, 0x14, 0xFC, 0x00,
SomeRandomBloke 0:08cfbae05724 192 0x14, 0x14, 0xF7, 0x00, 0xFF,
SomeRandomBloke 0:08cfbae05724 193 0x00, 0x00, 0xFF, 0x00, 0xFF,
SomeRandomBloke 0:08cfbae05724 194 0x14, 0x14, 0xF4, 0x04, 0xFC,
SomeRandomBloke 0:08cfbae05724 195 0x14, 0x14, 0x17, 0x10, 0x1F,
SomeRandomBloke 0:08cfbae05724 196 0x10, 0x10, 0x1F, 0x10, 0x1F,
SomeRandomBloke 0:08cfbae05724 197 0x14, 0x14, 0x14, 0x1F, 0x00,
SomeRandomBloke 0:08cfbae05724 198 0x10, 0x10, 0x10, 0xF0, 0x00,
SomeRandomBloke 0:08cfbae05724 199 0x00, 0x00, 0x00, 0x1F, 0x10,
SomeRandomBloke 0:08cfbae05724 200 0x10, 0x10, 0x10, 0x1F, 0x10,
SomeRandomBloke 0:08cfbae05724 201 0x10, 0x10, 0x10, 0xF0, 0x10,
SomeRandomBloke 0:08cfbae05724 202 0x00, 0x00, 0x00, 0xFF, 0x10,
SomeRandomBloke 0:08cfbae05724 203 0x10, 0x10, 0x10, 0x10, 0x10,
SomeRandomBloke 0:08cfbae05724 204 0x10, 0x10, 0x10, 0xFF, 0x10,
SomeRandomBloke 0:08cfbae05724 205 0x00, 0x00, 0x00, 0xFF, 0x14,
SomeRandomBloke 0:08cfbae05724 206 0x00, 0x00, 0xFF, 0x00, 0xFF,
SomeRandomBloke 0:08cfbae05724 207 0x00, 0x00, 0x1F, 0x10, 0x17,
SomeRandomBloke 0:08cfbae05724 208 0x00, 0x00, 0xFC, 0x04, 0xF4,
SomeRandomBloke 0:08cfbae05724 209 0x14, 0x14, 0x17, 0x10, 0x17,
SomeRandomBloke 0:08cfbae05724 210 0x14, 0x14, 0xF4, 0x04, 0xF4,
SomeRandomBloke 0:08cfbae05724 211 0x00, 0x00, 0xFF, 0x00, 0xF7,
SomeRandomBloke 0:08cfbae05724 212 0x14, 0x14, 0x14, 0x14, 0x14,
SomeRandomBloke 0:08cfbae05724 213 0x14, 0x14, 0xF7, 0x00, 0xF7,
SomeRandomBloke 0:08cfbae05724 214 0x14, 0x14, 0x14, 0x17, 0x14,
SomeRandomBloke 0:08cfbae05724 215 0x10, 0x10, 0x1F, 0x10, 0x1F,
SomeRandomBloke 0:08cfbae05724 216 0x14, 0x14, 0x14, 0xF4, 0x14,
SomeRandomBloke 0:08cfbae05724 217 0x10, 0x10, 0xF0, 0x10, 0xF0,
SomeRandomBloke 0:08cfbae05724 218 0x00, 0x00, 0x1F, 0x10, 0x1F,
SomeRandomBloke 0:08cfbae05724 219 0x00, 0x00, 0x00, 0x1F, 0x14,
SomeRandomBloke 0:08cfbae05724 220 0x00, 0x00, 0x00, 0xFC, 0x14,
SomeRandomBloke 0:08cfbae05724 221 0x00, 0x00, 0xF0, 0x10, 0xF0,
SomeRandomBloke 0:08cfbae05724 222 0x10, 0x10, 0xFF, 0x10, 0xFF,
SomeRandomBloke 0:08cfbae05724 223 0x14, 0x14, 0x14, 0xFF, 0x14,
SomeRandomBloke 0:08cfbae05724 224 0x10, 0x10, 0x10, 0x1F, 0x00,
SomeRandomBloke 0:08cfbae05724 225 0x00, 0x00, 0x00, 0xF0, 0x10,
SomeRandomBloke 0:08cfbae05724 226 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
SomeRandomBloke 0:08cfbae05724 227 0xF0, 0xF0, 0xF0, 0xF0, 0xF0,
SomeRandomBloke 0:08cfbae05724 228 0xFF, 0xFF, 0xFF, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 229 0x00, 0x00, 0x00, 0xFF, 0xFF,
SomeRandomBloke 0:08cfbae05724 230 0x0F, 0x0F, 0x0F, 0x0F, 0x0F,
SomeRandomBloke 0:08cfbae05724 231 0x38, 0x44, 0x44, 0x38, 0x44,
SomeRandomBloke 0:08cfbae05724 232 0x7C, 0x2A, 0x2A, 0x3E, 0x14,
SomeRandomBloke 0:08cfbae05724 233 0x7E, 0x02, 0x02, 0x06, 0x06,
SomeRandomBloke 0:08cfbae05724 234 0x02, 0x7E, 0x02, 0x7E, 0x02,
SomeRandomBloke 0:08cfbae05724 235 0x63, 0x55, 0x49, 0x41, 0x63,
SomeRandomBloke 0:08cfbae05724 236 0x38, 0x44, 0x44, 0x3C, 0x04,
SomeRandomBloke 0:08cfbae05724 237 0x40, 0x7E, 0x20, 0x1E, 0x20,
SomeRandomBloke 0:08cfbae05724 238 0x06, 0x02, 0x7E, 0x02, 0x02,
SomeRandomBloke 0:08cfbae05724 239 0x99, 0xA5, 0xE7, 0xA5, 0x99,
SomeRandomBloke 0:08cfbae05724 240 0x1C, 0x2A, 0x49, 0x2A, 0x1C,
SomeRandomBloke 0:08cfbae05724 241 0x4C, 0x72, 0x01, 0x72, 0x4C,
SomeRandomBloke 0:08cfbae05724 242 0x30, 0x4A, 0x4D, 0x4D, 0x30,
SomeRandomBloke 0:08cfbae05724 243 0x30, 0x48, 0x78, 0x48, 0x30,
SomeRandomBloke 0:08cfbae05724 244 0xBC, 0x62, 0x5A, 0x46, 0x3D,
SomeRandomBloke 0:08cfbae05724 245 0x3E, 0x49, 0x49, 0x49, 0x00,
SomeRandomBloke 0:08cfbae05724 246 0x7E, 0x01, 0x01, 0x01, 0x7E,
SomeRandomBloke 0:08cfbae05724 247 0x2A, 0x2A, 0x2A, 0x2A, 0x2A,
SomeRandomBloke 0:08cfbae05724 248 0x44, 0x44, 0x5F, 0x44, 0x44,
SomeRandomBloke 0:08cfbae05724 249 0x40, 0x51, 0x4A, 0x44, 0x40,
SomeRandomBloke 0:08cfbae05724 250 0x40, 0x44, 0x4A, 0x51, 0x40,
SomeRandomBloke 0:08cfbae05724 251 0x00, 0x00, 0xFF, 0x01, 0x03,
SomeRandomBloke 0:08cfbae05724 252 0xE0, 0x80, 0xFF, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 253 0x08, 0x08, 0x6B, 0x6B, 0x08,
SomeRandomBloke 0:08cfbae05724 254 0x36, 0x12, 0x36, 0x24, 0x36,
SomeRandomBloke 0:08cfbae05724 255 0x06, 0x0F, 0x09, 0x0F, 0x06,
SomeRandomBloke 0:08cfbae05724 256 0x00, 0x00, 0x18, 0x18, 0x00,
SomeRandomBloke 0:08cfbae05724 257 0x00, 0x00, 0x10, 0x10, 0x00,
SomeRandomBloke 0:08cfbae05724 258 0x30, 0x40, 0xFF, 0x01, 0x01,
SomeRandomBloke 0:08cfbae05724 259 0x00, 0x1F, 0x01, 0x01, 0x1E,
SomeRandomBloke 0:08cfbae05724 260 0x00, 0x19, 0x1D, 0x17, 0x12,
SomeRandomBloke 0:08cfbae05724 261 0x00, 0x3C, 0x3C, 0x3C, 0x3C,
SomeRandomBloke 0:08cfbae05724 262 0x00, 0x00, 0x00, 0x00, 0x00,
SomeRandomBloke 0:08cfbae05724 263 };
SomeRandomBloke 0:08cfbae05724 264 #endif