TFT

Dependencies:   mbed

Fork of Ovation_Controller_1 by Andrew R

Committer:
bf1891
Date:
Thu Aug 28 15:18:07 2014 +0000
Revision:
3:92845c139aca
Parent:
1:ecf8078bf531
publish;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewcrussell 1:ecf8078bf531 1 /*******************************************************************************************
andrewcrussell 1:ecf8078bf531 2 Font name: Calibri
andrewcrussell 1:ecf8078bf531 3 Font width: varialbe (proportional font)
andrewcrussell 1:ecf8078bf531 4 Font height: 117
andrewcrussell 1:ecf8078bf531 5 Data length: 8 bits
andrewcrussell 1:ecf8078bf531 6 Data format: Big Endian, Column based, Column preferred, Unpacked
andrewcrussell 1:ecf8078bf531 7
andrewcrussell 1:ecf8078bf531 8 Create time: 23:04 03-22-2011 by BitFontCreator (e-mail: support@iseatech.com)
andrewcrussell 1:ecf8078bf531 9 *******************************************************************************************/
andrewcrussell 1:ecf8078bf531 10
andrewcrussell 1:ecf8078bf531 11 /*******************************************************************************************
andrewcrussell 1:ecf8078bf531 12 Data table provides the bitmap data of each character.
andrewcrussell 1:ecf8078bf531 13
andrewcrussell 1:ecf8078bf531 14 To get the starting data offset of character 'A', you can use the following expression:
andrewcrussell 1:ecf8078bf531 15
andrewcrussell 1:ecf8078bf531 16 const unsigned char index = index_table['A'];
andrewcrussell 1:ecf8078bf531 17 const unsigned int offset = offset_table[index];
andrewcrussell 1:ecf8078bf531 18 const unsigned char *pData = data_table[offset];
andrewcrussell 1:ecf8078bf531 19
andrewcrussell 1:ecf8078bf531 20 *******************************************************************************************/
andrewcrussell 1:ecf8078bf531 21 #include "font_new.h"
andrewcrussell 1:ecf8078bf531 22 const unsigned char c78_1_data_table[] = {
andrewcrussell 1:ecf8078bf531 23
andrewcrussell 1:ecf8078bf531 24 /* character 0x2B ('+'): (width=48, offset=0) */
andrewcrussell 1:ecf8078bf531 25 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 26 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 27 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 28 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 29 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 30 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 31 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 33 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 35 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 36 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 37 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 38 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 39 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 40 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 41 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 42 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8,
andrewcrussell 1:ecf8078bf531 43 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 44 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 45 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 46 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 47 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 48 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 49 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 50 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 51 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 52 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 53 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 54 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 56 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 57 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8,
andrewcrussell 1:ecf8078bf531 58 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 59 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 60 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 61 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
andrewcrussell 1:ecf8078bf531 62 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 63 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 64 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 65 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 66 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 67 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 68 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 69 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 70 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 71 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 72 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 73 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 74 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 75 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 76 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE,
andrewcrussell 1:ecf8078bf531 77 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 78 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 79 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 80 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 81 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 82 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 83 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 84 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 85 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 86 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 87 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8,
andrewcrussell 1:ecf8078bf531 88 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 89 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 90 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 91 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 92 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 93 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 94 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 95 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 96 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 97 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 98 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 99 0x0F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 100 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 101 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 102 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8,
andrewcrussell 1:ecf8078bf531 103 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 104 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 105 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 106 0x00, 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 107 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 108 0x00, 0x00, 0x00, 0x0F, 0xF8, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 109 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 110 0x00, 0x00, 0x07, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 111 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 112 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 113 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 114 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 115
andrewcrussell 1:ecf8078bf531 116 /* character 0x2C (','): (width=25, offset=720) */
andrewcrussell 1:ecf8078bf531 117 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 118 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 119 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 120 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 121 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 122 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 123 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 124 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 125 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 126 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 127 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF,
andrewcrussell 1:ecf8078bf531 128 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 129 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 130 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 131 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 132 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 133 0x00, 0x03, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 134 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 135 0x07, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 136 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 137 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 138 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 139 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 140 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 141 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 142 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 143 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 144 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 145 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 146 0x00, 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 147 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 148 0x00, 0x07, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 149 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 150 0x07, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 151 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 152 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 153 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFE,
andrewcrussell 1:ecf8078bf531 154 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 155 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 156 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 157 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 158 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 159 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 160 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 161 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 162 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 163 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 164
andrewcrussell 1:ecf8078bf531 165 /* character 0x2D ('-'): (width=29, offset=1095) */
andrewcrussell 1:ecf8078bf531 166 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 167 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 168 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 169 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 170 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 171 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 172 0x00, 0x00, 0x00, 0x00, 0x01, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 173 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 174 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 175 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 176 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 177 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 178 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 179 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 180 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 181 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 182 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 183 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 184 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 185 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 186 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 187 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 188 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 189 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 190 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 191 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 192 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 193 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 194 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 195 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 196 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 197 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 198 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 199 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 200 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 201 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 202 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 203 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 204 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 205 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 206 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 207 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 208 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 209 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 210 0x03, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 211 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 212 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 213 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 214 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 215 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 216 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 217 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 218 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 219 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 220 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 221
andrewcrussell 1:ecf8078bf531 222 /* character 0x2E ('.'): (width=26, offset=1530) */
andrewcrussell 1:ecf8078bf531 223 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 224 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 225 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 226 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 227 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 228 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 229 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 230 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 231 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 232 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 233 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 234 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 235 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 236 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 237 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 238 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 239 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 240 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 241 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 242 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 243 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 244 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 245 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 246 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 247 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 248 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 249 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 250 0x00, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 251 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 252 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 253 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 254 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 255 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 256 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 257 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 258 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 259 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7E,
andrewcrussell 1:ecf8078bf531 260 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 261 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 262 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 263 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 264 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 265 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 266 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 267 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 268 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 269 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 270 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 271 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 272
andrewcrussell 1:ecf8078bf531 273 /* character 0x2F ('/'): (width=41, offset=1920) */
andrewcrussell 1:ecf8078bf531 274 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 275 0x00, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 276 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 277 0x00, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 278 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 279 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 280 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 281 0x0F, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 282 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 283 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 284 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 285 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 286 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 287 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 288 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 289 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 290 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 291 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 292 0x1F, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 293 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 294 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 295 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 296 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 297 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 298 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 299 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 300 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 301 0x00, 0x07, 0xFF, 0xFF, 0xFF, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 302 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 303 0x3F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 304 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 305 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 306 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 307 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 308 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 309 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 310 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 311 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 312 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 313 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 314 0x7F, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 315 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 316 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 317 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 318 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 319 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 320 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 321 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 322 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 323 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 324 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 325 0x7F, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 326 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 327 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 328 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 329 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 330 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 331 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 332 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 333 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 334 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 335 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 336 0x00, 0x07, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 337 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 338 0x07, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 339 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 340 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 341 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE,
andrewcrussell 1:ecf8078bf531 342 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 343 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 344 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 345 0x00, 0x00, 0x00, 0x00, 0x03, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 346 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 347 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 348 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 349 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 350 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 351
andrewcrussell 1:ecf8078bf531 352 /* character 0x30 ('0'): (width=49, offset=2535) */
andrewcrussell 1:ecf8078bf531 353 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 354 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 355 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 356 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 357 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 358 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 359 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 360 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 361 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 362 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 363 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 364 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 365 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 366 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 367 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 368 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 369 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 370 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 371 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 372 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 373 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 374 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 375 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 376 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 377 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 378 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 379 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 380 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 381 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 382 0x00, 0x01, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 383 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 384 0x00, 0x0F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 385 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 386 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 387 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 388 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 389 0x03, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 390 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 391 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xF0,
andrewcrussell 1:ecf8078bf531 392 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE,
andrewcrussell 1:ecf8078bf531 393 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 394 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 395 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 396 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 397 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 398 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 399 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 400 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 401 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 402 0x00, 0x07, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 403 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 404 0x07, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 405 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 406 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xF0,
andrewcrussell 1:ecf8078bf531 407 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 408 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 409 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 410 0x00, 0x00, 0x00, 0x01, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 411 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 412 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 413 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 414 0x00, 0x1F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 415 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 416 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 417 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 418 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 419 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 420 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 421 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 422 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 423 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 424 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 425 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 426 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 427 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 428 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 429 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 430 0x00, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 431 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 432 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 433 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 434 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 435 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 436 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 437 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 438 0x00, 0x3F, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 439 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 440 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 441 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 442 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 443 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 444 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 445
andrewcrussell 1:ecf8078bf531 446 /* character 0x31 ('1'): (width=49, offset=3270) */
andrewcrussell 1:ecf8078bf531 447 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 448 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 449 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 450 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 451 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 452 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 453 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 454 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 455 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 456 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 457 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 458 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 459 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 460 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 461 0x00, 0x00, 0x00, 0x3F, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 462 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 463 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 464 0x00, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 465 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 466 0x00, 0x00, 0x03, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 467 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 468 0x00, 0x07, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 469 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 470 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 471 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 472 0xF8, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 473 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xF8,
andrewcrussell 1:ecf8078bf531 474 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 475 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 476 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 477 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 478 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 479 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 480 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 481 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 482 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 483 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 484 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 485 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 486 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 487 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 488 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 489 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 490 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 491 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 492 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 493 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 494 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 495 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 496 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 497 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 498 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 499 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 500 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 501 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 502 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 503 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 504 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 505 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 506 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 507 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 508 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 509 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 510 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 511 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 512 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 513 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 514 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 515 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 516 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 517 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 518 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 519 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 520 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 521 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 522 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 523 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 524 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 525 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 526 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 527 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 528 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 529 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 530 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 531 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 532 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 533 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 534 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 535 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 536 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 537 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 538 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 539
andrewcrussell 1:ecf8078bf531 540 /* character 0x32 ('2'): (width=49, offset=4005) */
andrewcrussell 1:ecf8078bf531 541 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 542 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 543 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 544 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 545 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 546 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 547 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 548 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 549 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x80,
andrewcrussell 1:ecf8078bf531 550 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 551 0xF0, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 552 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xF8,
andrewcrussell 1:ecf8078bf531 553 0x00, 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 554 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 555 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 556 0x00, 0x00, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 557 0x00, 0x0F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 558 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 559 0x1F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 560 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 561 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 562 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 563 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 564 0xFF, 0xC0, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 565 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 566 0x80, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 567 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 568 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 569 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 570 0x00, 0x07, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 571 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 572 0x0F, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 573 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 574 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 575 0x00, 0x07, 0xFF, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 576 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 577 0x07, 0xFF, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0x7F,
andrewcrussell 1:ecf8078bf531 578 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 579 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFE, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 580 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 581 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 582 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 583 0x00, 0x07, 0xFF, 0xF8, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 584 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 585 0x0F, 0xFF, 0xF0, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 586 0x00, 0x00, 0x00, 0x07, 0xFF, 0x80, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 587 0xFF, 0xE0, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 588 0x00, 0x00, 0x07, 0xFF, 0xC0, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 589 0xC0, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 590 0x00, 0x07, 0xFF, 0xE0, 0x01, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 591 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 592 0x07, 0xFF, 0xF8, 0x0F, 0xFF, 0xFF, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 593 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 594 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 595 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 596 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 597 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 598 0xFF, 0xFF, 0xF8, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 599 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 600 0xFF, 0xF0, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 601 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 602 0xE0, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 603 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 604 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 605 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 606 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 607 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 608 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 609 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 610 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 611 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 612 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 613 0xFF, 0xF0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 614 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 615 0xC0, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 616 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 617 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 618 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 619 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 620 0x00, 0x00, 0x00, 0x7F, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 621 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 622 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 623 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 624 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xC0,
andrewcrussell 1:ecf8078bf531 625 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 626 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 627 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 628 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 629 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 630 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 631 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 632 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 633
andrewcrussell 1:ecf8078bf531 634 /* character 0x33 ('3'): (width=49, offset=4740) */
andrewcrussell 1:ecf8078bf531 635 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 636 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 637 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 638 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 639 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 640 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 641 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 642 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 643 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 644 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 645 0xE0, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 646 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 647 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 648 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 649 0x00, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 650 0x00, 0x00, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 651 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 652 0x00, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 653 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 654 0x00, 0x00, 0xFF, 0xC0, 0x00, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 655 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 656 0x01, 0xFF, 0x80, 0x01, 0xFF, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 657 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 658 0xFF, 0x80, 0x01, 0xFF, 0x00, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 659 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 660 0x80, 0x01, 0xFF, 0x00, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 661 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 662 0x01, 0xFF, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 663 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 664 0xFF, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 665 0x00, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 666 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 667 0x00, 0x00, 0x03, 0xFE, 0x00, 0x01, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 668 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 669 0x00, 0x07, 0xFE, 0x00, 0x01, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 670 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 671 0x07, 0xFE, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 672 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 673 0xFE, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 674 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE,
andrewcrussell 1:ecf8078bf531 675 0x00, 0x01, 0xFF, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 676 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 677 0x03, 0xFF, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 678 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 679 0xFF, 0x80, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 680 0x00, 0x00, 0x00, 0x07, 0xFF, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 681 0x80, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 682 0x00, 0x00, 0x07, 0xFF, 0x00, 0x07, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 683 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 684 0x00, 0x07, 0xFF, 0x80, 0x0F, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 685 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 686 0x07, 0xFF, 0xC0, 0x1F, 0xFF, 0xC0, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 687 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 688 0xFF, 0xF0, 0x7F, 0xFF, 0xE0, 0x01, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 689 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 690 0xFF, 0xFF, 0xFF, 0xF0, 0x03, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 691 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 692 0xFF, 0xFF, 0xFC, 0x0F, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 693 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 694 0xDF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 695 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xDF,
andrewcrussell 1:ecf8078bf531 696 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 697 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF,
andrewcrussell 1:ecf8078bf531 698 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 699 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0x9F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 700 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 701 0x00, 0xFF, 0xFF, 0xFF, 0x8F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 702 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 703 0xFF, 0xFF, 0xFF, 0x0F, 0xFF, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 704 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 705 0xFF, 0xFE, 0x07, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 706 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 707 0xFC, 0x07, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 708 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xF8,
andrewcrussell 1:ecf8078bf531 709 0x03, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 710 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0xE0, 0x01,
andrewcrussell 1:ecf8078bf531 711 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 712 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 713 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 714 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 715 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 716 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 717 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 718 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 719 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 720 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 721 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 722 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 723 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 724 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 725 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 726 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 727
andrewcrussell 1:ecf8078bf531 728 /* character 0x34 ('4'): (width=49, offset=5475) */
andrewcrussell 1:ecf8078bf531 729 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 730 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 731 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 732 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 733 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xF8,
andrewcrussell 1:ecf8078bf531 734 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 735 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 736 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 737 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 738 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 739 0x00, 0x00, 0x07, 0xFF, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 740 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 741 0x00, 0x1F, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 742 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 743 0x7F, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 744 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 745 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 746 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 747 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 748 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFC,
andrewcrussell 1:ecf8078bf531 749 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 750 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 751 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 752 0x00, 0x00, 0x7F, 0xFF, 0xEF, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 753 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 754 0x01, 0xFF, 0xFF, 0x8F, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 755 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 756 0xFF, 0xFF, 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 757 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF,
andrewcrussell 1:ecf8078bf531 758 0xFC, 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 759 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xF0,
andrewcrussell 1:ecf8078bf531 760 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 761 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xE0, 0x0F,
andrewcrussell 1:ecf8078bf531 762 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 763 0x00, 0x00, 0x03, 0xFF, 0xFF, 0x80, 0x0F, 0xFC,
andrewcrussell 1:ecf8078bf531 764 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 765 0x00, 0x07, 0xFF, 0xFE, 0x00, 0x0F, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 766 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 767 0x1F, 0xFF, 0xFC, 0x00, 0x0F, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 768 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 769 0xFF, 0xF0, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 770 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 771 0xC0, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 772 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 773 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 774 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 775 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 776 0x00, 0x00, 0x03, 0xFF, 0xF8, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 777 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 778 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x0F, 0xFC,
andrewcrussell 1:ecf8078bf531 779 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 780 0x03, 0xFF, 0xC0, 0x00, 0x00, 0x0F, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 781 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 782 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 783 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 784 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 785 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 786 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 787 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 788 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 789 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 790 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 791 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 792 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 793 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 794 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 795 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 796 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 797 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 798 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 799 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 800 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 801 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 802 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 803 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 804 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 805 0x0F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 806 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F,
andrewcrussell 1:ecf8078bf531 807 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 808 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFC,
andrewcrussell 1:ecf8078bf531 809 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 810 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 811 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 812 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 813 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 814 0x00, 0x00, 0x00, 0x0F, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 815 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 816 0x00, 0x00, 0x07, 0xF8, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 817 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 818 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 819 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 820 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 821
andrewcrussell 1:ecf8078bf531 822 /* character 0x35 ('5'): (width=49, offset=6210) */
andrewcrussell 1:ecf8078bf531 823 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 824 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 825 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 826 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 827 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 828 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 829 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 830 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 831 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 832 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 833 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 834 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 835 0x00, 0x00, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 836 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 837 0xFE, 0x00, 0x01, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 838 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFE,
andrewcrussell 1:ecf8078bf531 839 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 840 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 841 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 842 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 843 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 844 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 845 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 846 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 847 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 848 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x7F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 849 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 850 0xFF, 0xFE, 0x00, 0x00, 0x3F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 851 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 852 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 853 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFE,
andrewcrussell 1:ecf8078bf531 854 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 855 0x00, 0x00, 0x03, 0xFF, 0x80, 0x03, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 856 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 857 0x00, 0x03, 0xFF, 0x80, 0x03, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 858 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 859 0x03, 0xFF, 0x80, 0x03, 0xFE, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 860 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 861 0xFF, 0x80, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 862 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 863 0x80, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 864 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 865 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 866 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x03,
andrewcrussell 1:ecf8078bf531 867 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 868 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x03, 0xFE,
andrewcrussell 1:ecf8078bf531 869 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 870 0x00, 0x00, 0x03, 0xFF, 0x80, 0x03, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 871 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 872 0x00, 0x03, 0xFF, 0x80, 0x03, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 873 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 874 0x03, 0xFF, 0x80, 0x03, 0xFF, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 875 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 876 0xFF, 0x80, 0x03, 0xFF, 0x80, 0x00, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 877 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 878 0x80, 0x03, 0xFF, 0xC0, 0x01, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 879 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 880 0x01, 0xFF, 0xE0, 0x03, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 881 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x01,
andrewcrussell 1:ecf8078bf531 882 0xFF, 0xF8, 0x0F, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 883 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 884 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 885 0x00, 0x00, 0x03, 0xFF, 0x80, 0x01, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 886 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 887 0x00, 0x03, 0xFF, 0x80, 0x00, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 888 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 889 0x03, 0xFF, 0x80, 0x00, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 890 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 891 0xFF, 0x80, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 892 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 893 0x80, 0x00, 0x7F, 0xFF, 0xFF, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 894 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 895 0x00, 0x3F, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 896 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 897 0x3F, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 898 0x00, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 899 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 900 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF,
andrewcrussell 1:ecf8078bf531 901 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 902 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 903 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 904 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 905 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 906 0x00, 0x00, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 907 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 908 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 909 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 910 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 911 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 912 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 913 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 914 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 915
andrewcrussell 1:ecf8078bf531 916 /* character 0x36 ('6'): (width=49, offset=6945) */
andrewcrussell 1:ecf8078bf531 917 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 918 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 919 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 920 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 921 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 922 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 923 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 924 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 925 0x00, 0x00, 0x03, 0xFF, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 926 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 927 0x00, 0x7F, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 928 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 929 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 930 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF,
andrewcrussell 1:ecf8078bf531 931 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 932 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 933 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 934 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 935 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 936 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 937 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 938 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 939 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 940 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 941 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 942 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 943 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 944 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 945 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 946 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 947 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xC0, 0xFF,
andrewcrussell 1:ecf8078bf531 948 0x80, 0x7F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 949 0x00, 0x00, 0x00, 0xFF, 0xFC, 0x00, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 950 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 951 0x00, 0x01, 0xFF, 0xF0, 0x01, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 952 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 953 0x01, 0xFF, 0xE0, 0x01, 0xFE, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 954 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 955 0xFF, 0xC0, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 956 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 957 0x80, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 958 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 959 0x03, 0xFC, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 960 0x00, 0x00, 0x00, 0x00, 0x03, 0xFE, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 961 0xFC, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 962 0x00, 0x00, 0x00, 0x07, 0xFE, 0x00, 0x07, 0xFC,
andrewcrussell 1:ecf8078bf531 963 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 964 0x00, 0x00, 0x07, 0xFE, 0x00, 0x07, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 965 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 966 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 967 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 968 0x07, 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 969 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 970 0xFC, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 971 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC,
andrewcrussell 1:ecf8078bf531 972 0x00, 0x07, 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 973 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 974 0x07, 0xFE, 0x00, 0x00, 0x7F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 975 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 976 0xFF, 0x00, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 977 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 978 0x80, 0x01, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 979 0x00, 0x00, 0x07, 0xFC, 0x00, 0x07, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 980 0x0F, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 981 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 982 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 983 0x07, 0xFE, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 984 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 985 0xFE, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 986 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFE,
andrewcrussell 1:ecf8078bf531 987 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 988 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 989 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 990 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 991 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 992 0x00, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 993 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 994 0x00, 0x00, 0x00, 0xFE, 0x00, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 995 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 996 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 997 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 998 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 999 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1000 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1001 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1002 0x00, 0x00, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1003 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1004 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1005 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1006 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1007 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1008 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1009
andrewcrussell 1:ecf8078bf531 1010 /* character 0x37 ('7'): (width=49, offset=7680) */
andrewcrussell 1:ecf8078bf531 1011 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1012 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1013 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1014 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1015 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1016 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1017 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1018 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 1019 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1020 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1021 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1022 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1023 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1024 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 1025 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1026 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1027 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1028 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1029 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1030 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1031 0x01, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1032 0x03, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 1033 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 1034 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xE0,
andrewcrussell 1:ecf8078bf531 1035 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1036 0x80, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 1037 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1038 0x00, 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1039 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 1040 0x00, 0x00, 0x0F, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1041 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1042 0x00, 0x3F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1043 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 1044 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1045 0x00, 0x03, 0xFF, 0x80, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 1046 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1047 0x03, 0xFF, 0x80, 0x00, 0x00, 0x1F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1048 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 1049 0xFF, 0x80, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 1050 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1051 0x80, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 1052 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1053 0x00, 0x0F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1054 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 1055 0x3F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1056 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1057 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1058 0x00, 0x00, 0x03, 0xFF, 0x80, 0x07, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1059 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1060 0x00, 0x03, 0xFF, 0x80, 0x1F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1061 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1062 0x03, 0xFF, 0x80, 0x7F, 0xFF, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1063 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 1064 0xFF, 0x81, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1065 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1066 0x8F, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1067 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xBF,
andrewcrussell 1:ecf8078bf531 1068 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1069 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1070 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1071 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1072 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1073 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 1074 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1075 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1076 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1077 0x03, 0xFF, 0xFF, 0xFF, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1078 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 1079 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1080 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1081 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1082 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1083 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1084 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xF8,
andrewcrussell 1:ecf8078bf531 1085 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1086 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 1087 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1088 0x00, 0x00, 0x03, 0xFF, 0xFF, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1089 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1090 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1091 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1092 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1093 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 1094 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1095 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1096 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1097 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1098 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1099 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1100 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1101 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1102 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1103
andrewcrussell 1:ecf8078bf531 1104 /* character 0x38 ('8'): (width=49, offset=8415) */
andrewcrussell 1:ecf8078bf531 1105 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1106 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1107 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1108 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1109 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1110 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1111 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1112 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1113 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 1114 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1115 0x7F, 0x80, 0x00, 0x0F, 0xFF, 0xF8, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1116 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1117 0xF0, 0x00, 0x1F, 0xFF, 0xFC, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1118 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFC,
andrewcrussell 1:ecf8078bf531 1119 0x00, 0x3F, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1120 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFE, 0x00,
andrewcrussell 1:ecf8078bf531 1121 0x7F, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1122 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1123 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1124 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0x81, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1125 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1126 0x00, 0xFF, 0xFF, 0xFF, 0xC3, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1127 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1128 0xFF, 0xFF, 0xFF, 0xE3, 0xFF, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 1129 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 1130 0xFF, 0xFF, 0xE7, 0xFF, 0xFF, 0xFF, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 1131 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1132 0xFF, 0xF7, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1133 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1134 0xFF, 0xFF, 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1135 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1136 0xFE, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1137 0x00, 0x00, 0x03, 0xFF, 0xC0, 0xFF, 0xFF, 0xF8,
andrewcrussell 1:ecf8078bf531 1138 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1139 0x00, 0x03, 0xFF, 0x00, 0x7F, 0xFF, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1140 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1141 0x07, 0xFE, 0x00, 0x1F, 0xFF, 0xE0, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 1142 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 1143 0xFE, 0x00, 0x1F, 0xFF, 0xE0, 0x00, 0x1F, 0xF0,
andrewcrussell 1:ecf8078bf531 1144 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC,
andrewcrussell 1:ecf8078bf531 1145 0x00, 0x0F, 0xFF, 0xC0, 0x00, 0x1F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1146 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 1147 0x07, 0xFF, 0xC0, 0x00, 0x1F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1148 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x03,
andrewcrussell 1:ecf8078bf531 1149 0xFF, 0x80, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1150 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFF,
andrewcrussell 1:ecf8078bf531 1151 0x80, 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1152 0x00, 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 1153 0x00, 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1154 0x00, 0x07, 0xFC, 0x00, 0x03, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 1155 0x1F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1156 0x07, 0xFC, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 1157 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 1158 0xFE, 0x00, 0x0F, 0xFF, 0xE0, 0x00, 0x1F, 0xF0,
andrewcrussell 1:ecf8078bf531 1159 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFE,
andrewcrussell 1:ecf8078bf531 1160 0x00, 0x1F, 0xFF, 0xF0, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1161 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF, 0x00,
andrewcrussell 1:ecf8078bf531 1162 0x3F, 0xFF, 0xF8, 0x00, 0x3F, 0xE0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1163 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0xFF,
andrewcrussell 1:ecf8078bf531 1164 0xFF, 0xFC, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1165 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1166 0xFE, 0x00, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1167 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1168 0x83, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1169 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1170 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1171 0x01, 0xFF, 0xFF, 0xFF, 0xCF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1172 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 1173 0xFF, 0xFF, 0xFF, 0x8F, 0xFF, 0xFF, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 1174 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1175 0xFF, 0xFF, 0x07, 0xFF, 0xFF, 0xFF, 0x80, 0x00,
andrewcrussell 1:ecf8078bf531 1176 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1177 0xFE, 0x03, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1178 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xFF, 0xFC,
andrewcrussell 1:ecf8078bf531 1179 0x03, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1180 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xF8, 0x01,
andrewcrussell 1:ecf8078bf531 1181 0xFF, 0xFF, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1182 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xF0, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1183 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1184 0x00, 0x00, 0x07, 0xFF, 0xC0, 0x00, 0x7F, 0xFF,
andrewcrussell 1:ecf8078bf531 1185 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1186 0x00, 0x00, 0xFF, 0x00, 0x00, 0x1F, 0xFF, 0xF0,
andrewcrussell 1:ecf8078bf531 1187 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1188 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 1189 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1190 0x00, 0x00, 0x00, 0x01, 0xFE, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1191 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1192 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1193 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1194 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1195 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1196 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1197
andrewcrussell 1:ecf8078bf531 1198 /* character 0x39 ('9'): (width=49, offset=9150) */
andrewcrussell 1:ecf8078bf531 1199 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1200 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1201 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1202 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1203 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1204 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1205 0x00, 0x00, 0x07, 0xFE, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1206 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1207 0x00, 0x7F, 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1208 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
andrewcrussell 1:ecf8078bf531 1209 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1210 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 1211 0xFF, 0xFC, 0x00, 0x00, 0xFF, 0x80, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1212 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1213 0xFF, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1214 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1215 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1216 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1217 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1218 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 1219 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1220 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 1221 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1222 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x7F, 0xE0,
andrewcrussell 1:ecf8078bf531 1223 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 1224 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1225 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1226 0xFF, 0xFF, 0xE0, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1227 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xF8, 0x07,
andrewcrussell 1:ecf8078bf531 1228 0xFF, 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1229 0x00, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1230 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1231 0x00, 0x00, 0x03, 0xFF, 0x80, 0x00, 0x7F, 0xF0,
andrewcrussell 1:ecf8078bf531 1232 0x00, 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1233 0x00, 0x03, 0xFF, 0x00, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1234 0x3F, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1235 0x07, 0xFE, 0x00, 0x00, 0x3F, 0xF0, 0x00, 0x3F,
andrewcrussell 1:ecf8078bf531 1236 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 1237 0xFE, 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xF0,
andrewcrussell 1:ecf8078bf531 1238 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC,
andrewcrussell 1:ecf8078bf531 1239 0x00, 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1240 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00,
andrewcrussell 1:ecf8078bf531 1241 0x00, 0x1F, 0xF0, 0x00, 0x3F, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1242 0x00, 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1243 0x1F, 0xF0, 0x00, 0x7F, 0xF0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1244 0x00, 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x1F,
andrewcrussell 1:ecf8078bf531 1245 0xF0, 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1246 0x00, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x1F, 0xF0,
andrewcrussell 1:ecf8078bf531 1247 0x00, 0x7F, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1248 0x00, 0x07, 0xFC, 0x00, 0x00, 0x1F, 0xE0, 0x00,
andrewcrussell 1:ecf8078bf531 1249 0xFF, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1250 0x07, 0xFE, 0x00, 0x00, 0x3F, 0xE0, 0x01, 0xFF,
andrewcrussell 1:ecf8078bf531 1251 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07,
andrewcrussell 1:ecf8078bf531 1252 0xFE, 0x00, 0x00, 0x3F, 0xE0, 0x03, 0xFF, 0xC0,
andrewcrussell 1:ecf8078bf531 1253 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xFF,
andrewcrussell 1:ecf8078bf531 1254 0x00, 0x00, 0x3F, 0xC0, 0x07, 0xFF, 0xC0, 0x00,
andrewcrussell 1:ecf8078bf531 1255 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0x80,
andrewcrussell 1:ecf8078bf531 1256 0x00, 0x7F, 0xC0, 0x0F, 0xFF, 0xC0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1257 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xF0, 0x00,
andrewcrussell 1:ecf8078bf531 1258 0x7F, 0xC0, 0x3F, 0xFF, 0x80, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1259 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0x00, 0xFF,
andrewcrussell 1:ecf8078bf531 1260 0x81, 0xFF, 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1261 0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1262 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1263 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1264 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1265 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC,
andrewcrussell 1:ecf8078bf531 1266 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1267 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x00,
andrewcrussell 1:ecf8078bf531 1268 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F,
andrewcrussell 1:ecf8078bf531 1269 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1270 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF,
andrewcrussell 1:ecf8078bf531 1271 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1272 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1273 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1274 0x00, 0x00, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1275 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1276 0x00, 0x00, 0x00, 0x03, 0xFF, 0xFF, 0xFF, 0xFF,
andrewcrussell 1:ecf8078bf531 1277 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1278 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0,
andrewcrussell 1:ecf8078bf531 1279 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1280 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1281 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1282 0x00, 0x00, 0x7F, 0xFF, 0xE0, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1283 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1284 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1285 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1286 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1287 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1288 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1289 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1290 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
andrewcrussell 1:ecf8078bf531 1291
andrewcrussell 1:ecf8078bf531 1292 };
andrewcrussell 1:ecf8078bf531 1293
andrewcrussell 1:ecf8078bf531 1294 /*******************************************************************************************
andrewcrussell 1:ecf8078bf531 1295 Offset table provides the starting offset of each character in the data table.
andrewcrussell 1:ecf8078bf531 1296
andrewcrussell 1:ecf8078bf531 1297 To get the starting offset of character 'A', you can use the following expression:
andrewcrussell 1:ecf8078bf531 1298
andrewcrussell 1:ecf8078bf531 1299 const unsigned char index = index_table['A'];
andrewcrussell 1:ecf8078bf531 1300 const unsigned int offset = offset_table[index]
andrewcrussell 1:ecf8078bf531 1301
andrewcrussell 1:ecf8078bf531 1302 *******************************************************************************************/
andrewcrussell 1:ecf8078bf531 1303 const unsigned int c78_1_offset_table[] = {
andrewcrussell 1:ecf8078bf531 1304 /* offset char hexcode */
andrewcrussell 1:ecf8078bf531 1305 /* ====== ==== ======= */
andrewcrussell 1:ecf8078bf531 1306 0, /* + 2B */
andrewcrussell 1:ecf8078bf531 1307 720, /* , 2C */
andrewcrussell 1:ecf8078bf531 1308 1095, /* - 2D */
andrewcrussell 1:ecf8078bf531 1309 1530, /* . 2E */
andrewcrussell 1:ecf8078bf531 1310 1920, /* / 2F */
andrewcrussell 1:ecf8078bf531 1311 2535, /* 0 30 */
andrewcrussell 1:ecf8078bf531 1312 3270, /* 1 31 */
andrewcrussell 1:ecf8078bf531 1313 4005, /* 2 32 */
andrewcrussell 1:ecf8078bf531 1314 4740, /* 3 33 */
andrewcrussell 1:ecf8078bf531 1315 5475, /* 4 34 */
andrewcrussell 1:ecf8078bf531 1316 6210, /* 5 35 */
andrewcrussell 1:ecf8078bf531 1317 6945, /* 6 36 */
andrewcrussell 1:ecf8078bf531 1318 7680, /* 7 37 */
andrewcrussell 1:ecf8078bf531 1319 8415, /* 8 38 */
andrewcrussell 1:ecf8078bf531 1320 9150, /* 9 39 */
andrewcrussell 1:ecf8078bf531 1321 };
andrewcrussell 1:ecf8078bf531 1322
andrewcrussell 1:ecf8078bf531 1323 /*******************************************************************************************
andrewcrussell 1:ecf8078bf531 1324 Index table is used to find the mapping index of a character.
andrewcrussell 1:ecf8078bf531 1325
andrewcrussell 1:ecf8078bf531 1326 If you can find a simple mathematical expression for index mapping, you can use that.
andrewcrussell 1:ecf8078bf531 1327 If you do not have such a mathematical expression, this index table is just for you.
andrewcrussell 1:ecf8078bf531 1328
andrewcrussell 1:ecf8078bf531 1329 To get the index of character 'A', you can use the following expression:
andrewcrussell 1:ecf8078bf531 1330
andrewcrussell 1:ecf8078bf531 1331 const unsigned char index = index_table['A'];
andrewcrussell 1:ecf8078bf531 1332
andrewcrussell 1:ecf8078bf531 1333 *******************************************************************************************/
andrewcrussell 1:ecf8078bf531 1334 const unsigned char c78_1_index_table[] = {
andrewcrussell 1:ecf8078bf531 1335 /* index hexcode decimal char */
andrewcrussell 1:ecf8078bf531 1336 /* ===== ======= ======= ==== */
andrewcrussell 1:ecf8078bf531 1337 0, /* 00 0 . */
andrewcrussell 1:ecf8078bf531 1338 0, /* 01 1 . */
andrewcrussell 1:ecf8078bf531 1339 0, /* 02 2 . */
andrewcrussell 1:ecf8078bf531 1340 0, /* 03 3 . */
andrewcrussell 1:ecf8078bf531 1341 0, /* 04 4 . */
andrewcrussell 1:ecf8078bf531 1342 0, /* 05 5 . */
andrewcrussell 1:ecf8078bf531 1343 0, /* 06 6 . */
andrewcrussell 1:ecf8078bf531 1344 0, /* 07 7 . */
andrewcrussell 1:ecf8078bf531 1345 0, /* 08 8 . */
andrewcrussell 1:ecf8078bf531 1346 0, /* 09 9 . */
andrewcrussell 1:ecf8078bf531 1347 0, /* 0A 10 . */
andrewcrussell 1:ecf8078bf531 1348 0, /* 0B 11 . */
andrewcrussell 1:ecf8078bf531 1349 0, /* 0C 12 . */
andrewcrussell 1:ecf8078bf531 1350 0, /* 0D 13 . */
andrewcrussell 1:ecf8078bf531 1351 0, /* 0E 14 . */
andrewcrussell 1:ecf8078bf531 1352 0, /* 0F 15 . */
andrewcrussell 1:ecf8078bf531 1353 0, /* 10 16 . */
andrewcrussell 1:ecf8078bf531 1354 0, /* 11 17 . */
andrewcrussell 1:ecf8078bf531 1355 0, /* 12 18 . */
andrewcrussell 1:ecf8078bf531 1356 0, /* 13 19 . */
andrewcrussell 1:ecf8078bf531 1357 0, /* 14 20 . */
andrewcrussell 1:ecf8078bf531 1358 0, /* 15 21 . */
andrewcrussell 1:ecf8078bf531 1359 0, /* 16 22 . */
andrewcrussell 1:ecf8078bf531 1360 0, /* 17 23 . */
andrewcrussell 1:ecf8078bf531 1361 0, /* 18 24 . */
andrewcrussell 1:ecf8078bf531 1362 0, /* 19 25 . */
andrewcrussell 1:ecf8078bf531 1363 0, /* 1A 26 . */
andrewcrussell 1:ecf8078bf531 1364 0, /* 1B 27 . */
andrewcrussell 1:ecf8078bf531 1365 0, /* 1C 28 . */
andrewcrussell 1:ecf8078bf531 1366 0, /* 1D 29 . */
andrewcrussell 1:ecf8078bf531 1367 0, /* 1E 30 . */
andrewcrussell 1:ecf8078bf531 1368 0, /* 1F 31 . */
andrewcrussell 1:ecf8078bf531 1369 0, /* 20 32 */
andrewcrussell 1:ecf8078bf531 1370 0, /* 21 33 ! */
andrewcrussell 1:ecf8078bf531 1371 0, /* 22 34 " */
andrewcrussell 1:ecf8078bf531 1372 0, /* 23 35 # */
andrewcrussell 1:ecf8078bf531 1373 0, /* 24 36 $ */
andrewcrussell 1:ecf8078bf531 1374 0, /* 25 37 % */
andrewcrussell 1:ecf8078bf531 1375 0, /* 26 38 & */
andrewcrussell 1:ecf8078bf531 1376 0, /* 27 39 ' */
andrewcrussell 1:ecf8078bf531 1377 0, /* 28 40 ( */
andrewcrussell 1:ecf8078bf531 1378 0, /* 29 41 ) */
andrewcrussell 1:ecf8078bf531 1379 0, /* 2A 42 * */
andrewcrussell 1:ecf8078bf531 1380 0, /* 2B 43 + */
andrewcrussell 1:ecf8078bf531 1381 1, /* 2C 44 , */
andrewcrussell 1:ecf8078bf531 1382 2, /* 2D 45 - */
andrewcrussell 1:ecf8078bf531 1383 3, /* 2E 46 . */
andrewcrussell 1:ecf8078bf531 1384 4, /* 2F 47 / */
andrewcrussell 1:ecf8078bf531 1385 5, /* 30 48 0 */
andrewcrussell 1:ecf8078bf531 1386 6, /* 31 49 1 */
andrewcrussell 1:ecf8078bf531 1387 7, /* 32 50 2 */
andrewcrussell 1:ecf8078bf531 1388 8, /* 33 51 3 */
andrewcrussell 1:ecf8078bf531 1389 9, /* 34 52 4 */
andrewcrussell 1:ecf8078bf531 1390 10, /* 35 53 5 */
andrewcrussell 1:ecf8078bf531 1391 11, /* 36 54 6 */
andrewcrussell 1:ecf8078bf531 1392 12, /* 37 55 7 */
andrewcrussell 1:ecf8078bf531 1393 13, /* 38 56 8 */
andrewcrussell 1:ecf8078bf531 1394 14, /* 39 57 9 */
andrewcrussell 1:ecf8078bf531 1395 0, /* 3A 58 : */
andrewcrussell 1:ecf8078bf531 1396 0, /* 3B 59 ; */
andrewcrussell 1:ecf8078bf531 1397 0, /* 3C 60 < */
andrewcrussell 1:ecf8078bf531 1398 0, /* 3D 61 = */
andrewcrussell 1:ecf8078bf531 1399 0, /* 3E 62 > */
andrewcrussell 1:ecf8078bf531 1400 0, /* 3F 63 ? */
andrewcrussell 1:ecf8078bf531 1401 0, /* 40 64 @ */
andrewcrussell 1:ecf8078bf531 1402 0, /* 41 65 A */
andrewcrussell 1:ecf8078bf531 1403 0, /* 42 66 B */
andrewcrussell 1:ecf8078bf531 1404 0, /* 43 67 C */
andrewcrussell 1:ecf8078bf531 1405 0, /* 44 68 D */
andrewcrussell 1:ecf8078bf531 1406 0, /* 45 69 E */
andrewcrussell 1:ecf8078bf531 1407 0, /* 46 70 F */
andrewcrussell 1:ecf8078bf531 1408 0, /* 47 71 G */
andrewcrussell 1:ecf8078bf531 1409 0, /* 48 72 H */
andrewcrussell 1:ecf8078bf531 1410 0, /* 49 73 I */
andrewcrussell 1:ecf8078bf531 1411 0, /* 4A 74 J */
andrewcrussell 1:ecf8078bf531 1412 0, /* 4B 75 K */
andrewcrussell 1:ecf8078bf531 1413 0, /* 4C 76 L */
andrewcrussell 1:ecf8078bf531 1414 0, /* 4D 77 M */
andrewcrussell 1:ecf8078bf531 1415 0, /* 4E 78 N */
andrewcrussell 1:ecf8078bf531 1416 0, /* 4F 79 O */
andrewcrussell 1:ecf8078bf531 1417 0, /* 50 80 P */
andrewcrussell 1:ecf8078bf531 1418 0, /* 51 81 Q */
andrewcrussell 1:ecf8078bf531 1419 0, /* 52 82 R */
andrewcrussell 1:ecf8078bf531 1420 0, /* 53 83 S */
andrewcrussell 1:ecf8078bf531 1421 0, /* 54 84 T */
andrewcrussell 1:ecf8078bf531 1422 0, /* 55 85 U */
andrewcrussell 1:ecf8078bf531 1423 0, /* 56 86 V */
andrewcrussell 1:ecf8078bf531 1424 0, /* 57 87 W */
andrewcrussell 1:ecf8078bf531 1425 0, /* 58 88 X */
andrewcrussell 1:ecf8078bf531 1426 0, /* 59 89 Y */
andrewcrussell 1:ecf8078bf531 1427 0, /* 5A 90 Z */
andrewcrussell 1:ecf8078bf531 1428 0, /* 5B 91 [ */
andrewcrussell 1:ecf8078bf531 1429 0, /* 5C 92 \ */
andrewcrussell 1:ecf8078bf531 1430 0, /* 5D 93 ] */
andrewcrussell 1:ecf8078bf531 1431 0, /* 5E 94 ^ */
andrewcrussell 1:ecf8078bf531 1432 0, /* 5F 95 _ */
andrewcrussell 1:ecf8078bf531 1433 0, /* 60 96 ` */
andrewcrussell 1:ecf8078bf531 1434 0, /* 61 97 a */
andrewcrussell 1:ecf8078bf531 1435 0, /* 62 98 b */
andrewcrussell 1:ecf8078bf531 1436 0, /* 63 99 c */
andrewcrussell 1:ecf8078bf531 1437 0, /* 64 100 d */
andrewcrussell 1:ecf8078bf531 1438 0, /* 65 101 e */
andrewcrussell 1:ecf8078bf531 1439 0, /* 66 102 f */
andrewcrussell 1:ecf8078bf531 1440 0, /* 67 103 g */
andrewcrussell 1:ecf8078bf531 1441 0, /* 68 104 h */
andrewcrussell 1:ecf8078bf531 1442 0, /* 69 105 i */
andrewcrussell 1:ecf8078bf531 1443 0, /* 6A 106 j */
andrewcrussell 1:ecf8078bf531 1444 0, /* 6B 107 k */
andrewcrussell 1:ecf8078bf531 1445 0, /* 6C 108 l */
andrewcrussell 1:ecf8078bf531 1446 0, /* 6D 109 m */
andrewcrussell 1:ecf8078bf531 1447 0, /* 6E 110 n */
andrewcrussell 1:ecf8078bf531 1448 0, /* 6F 111 o */
andrewcrussell 1:ecf8078bf531 1449 0, /* 70 112 p */
andrewcrussell 1:ecf8078bf531 1450 0, /* 71 113 q */
andrewcrussell 1:ecf8078bf531 1451 0, /* 72 114 r */
andrewcrussell 1:ecf8078bf531 1452 0, /* 73 115 s */
andrewcrussell 1:ecf8078bf531 1453 0, /* 74 116 t */
andrewcrussell 1:ecf8078bf531 1454 0, /* 75 117 u */
andrewcrussell 1:ecf8078bf531 1455 0, /* 76 118 v */
andrewcrussell 1:ecf8078bf531 1456 0, /* 77 119 w */
andrewcrussell 1:ecf8078bf531 1457 0, /* 78 120 x */
andrewcrussell 1:ecf8078bf531 1458 0, /* 79 121 y */
andrewcrussell 1:ecf8078bf531 1459 0, /* 7A 122 z */
andrewcrussell 1:ecf8078bf531 1460 0, /* 7B 123 { */
andrewcrussell 1:ecf8078bf531 1461 0, /* 7C 124 | */
andrewcrussell 1:ecf8078bf531 1462 0, /* 7D 125 } */
andrewcrussell 1:ecf8078bf531 1463 0, /* 7E 126 ~ */
andrewcrussell 1:ecf8078bf531 1464 0, /* 7F 127  */
andrewcrussell 1:ecf8078bf531 1465 0, /* 80 128 ? */
andrewcrussell 1:ecf8078bf531 1466 0, /* 81 129 &#65533; */
andrewcrussell 1:ecf8078bf531 1467 0, /* 82 130 ? */
andrewcrussell 1:ecf8078bf531 1468 0, /* 83 131 ? */
andrewcrussell 1:ecf8078bf531 1469 0, /* 84 132 ? */
andrewcrussell 1:ecf8078bf531 1470 0, /* 85 133 ? */
andrewcrussell 1:ecf8078bf531 1471 0, /* 86 134 ? */
andrewcrussell 1:ecf8078bf531 1472 0, /* 87 135 ? */
andrewcrussell 1:ecf8078bf531 1473 0, /* 88 136 ? */
andrewcrussell 1:ecf8078bf531 1474 0, /* 89 137 ? */
andrewcrussell 1:ecf8078bf531 1475 0, /* 8A 138 ? */
andrewcrussell 1:ecf8078bf531 1476 0, /* 8B 139 ? */
andrewcrussell 1:ecf8078bf531 1477 0, /* 8C 140 ? */
andrewcrussell 1:ecf8078bf531 1478 0, /* 8D 141 &#65533; */
andrewcrussell 1:ecf8078bf531 1479 0, /* 8E 142 ? */
andrewcrussell 1:ecf8078bf531 1480 0, /* 8F 143 &#65533; */
andrewcrussell 1:ecf8078bf531 1481 0, /* 90 144 &#65533; */
andrewcrussell 1:ecf8078bf531 1482 0, /* 91 145 ? */
andrewcrussell 1:ecf8078bf531 1483 0, /* 92 146 ? */
andrewcrussell 1:ecf8078bf531 1484 0, /* 93 147 ? */
andrewcrussell 1:ecf8078bf531 1485 0, /* 94 148 ? */
andrewcrussell 1:ecf8078bf531 1486 0, /* 95 149 ? */
andrewcrussell 1:ecf8078bf531 1487 0, /* 96 150 ? */
andrewcrussell 1:ecf8078bf531 1488 0, /* 97 151 ? */
andrewcrussell 1:ecf8078bf531 1489 0, /* 98 152 ? */
andrewcrussell 1:ecf8078bf531 1490 0, /* 99 153 ? */
andrewcrussell 1:ecf8078bf531 1491 0, /* 9A 154 ? */
andrewcrussell 1:ecf8078bf531 1492 0, /* 9B 155 ? */
andrewcrussell 1:ecf8078bf531 1493 0, /* 9C 156 ? */
andrewcrussell 1:ecf8078bf531 1494 0, /* 9D 157 &#65533; */
andrewcrussell 1:ecf8078bf531 1495 0, /* 9E 158 ? */
andrewcrussell 1:ecf8078bf531 1496 0, /* 9F 159 ? */
andrewcrussell 1:ecf8078bf531 1497 0, /* A0 160 &#65533; */
andrewcrussell 1:ecf8078bf531 1498 0, /* A1 161 &#65533; */
andrewcrussell 1:ecf8078bf531 1499 0, /* A2 162 &#65533; */
andrewcrussell 1:ecf8078bf531 1500 0, /* A3 163 &#65533; */
andrewcrussell 1:ecf8078bf531 1501 0, /* A4 164 &#65533; */
andrewcrussell 1:ecf8078bf531 1502 0, /* A5 165 &#65533; */
andrewcrussell 1:ecf8078bf531 1503 0, /* A6 166 &#65533; */
andrewcrussell 1:ecf8078bf531 1504 0, /* A7 167 &#65533; */
andrewcrussell 1:ecf8078bf531 1505 0, /* A8 168 &#65533; */
andrewcrussell 1:ecf8078bf531 1506 0, /* A9 169 &#65533; */
andrewcrussell 1:ecf8078bf531 1507 0, /* AA 170 &#65533; */
andrewcrussell 1:ecf8078bf531 1508 0, /* AB 171 &#65533; */
andrewcrussell 1:ecf8078bf531 1509 0, /* AC 172 &#65533; */
andrewcrussell 1:ecf8078bf531 1510 0, /* AD 173 &#65533; */
andrewcrussell 1:ecf8078bf531 1511 0, /* AE 174 &#65533; */
andrewcrussell 1:ecf8078bf531 1512 0, /* AF 175 &#65533; */
andrewcrussell 1:ecf8078bf531 1513 0, /* B0 176 &#65533; */
andrewcrussell 1:ecf8078bf531 1514 0, /* B1 177 &#65533; */
andrewcrussell 1:ecf8078bf531 1515 0, /* B2 178 &#65533; */
andrewcrussell 1:ecf8078bf531 1516 0, /* B3 179 &#65533; */
andrewcrussell 1:ecf8078bf531 1517 0, /* B4 180 &#65533; */
andrewcrussell 1:ecf8078bf531 1518 0, /* B5 181 &#65533; */
andrewcrussell 1:ecf8078bf531 1519 0, /* B6 182 &#65533; */
andrewcrussell 1:ecf8078bf531 1520 0, /* B7 183 &#65533; */
andrewcrussell 1:ecf8078bf531 1521 0, /* B8 184 &#65533; */
andrewcrussell 1:ecf8078bf531 1522 0, /* B9 185 &#65533; */
andrewcrussell 1:ecf8078bf531 1523 0, /* BA 186 &#65533; */
andrewcrussell 1:ecf8078bf531 1524 0, /* BB 187 &#65533; */
andrewcrussell 1:ecf8078bf531 1525 0, /* BC 188 &#65533; */
andrewcrussell 1:ecf8078bf531 1526 0, /* BD 189 &#65533; */
andrewcrussell 1:ecf8078bf531 1527 0, /* BE 190 &#65533; */
andrewcrussell 1:ecf8078bf531 1528 0, /* BF 191 &#65533; */
andrewcrussell 1:ecf8078bf531 1529 0, /* C0 192 &#65533; */
andrewcrussell 1:ecf8078bf531 1530 0, /* C1 193 &#65533; */
andrewcrussell 1:ecf8078bf531 1531 0, /* C2 194 &#65533; */
andrewcrussell 1:ecf8078bf531 1532 0, /* C3 195 &#65533; */
andrewcrussell 1:ecf8078bf531 1533 0, /* C4 196 &#65533; */
andrewcrussell 1:ecf8078bf531 1534 0, /* C5 197 &#65533; */
andrewcrussell 1:ecf8078bf531 1535 0, /* C6 198 &#65533; */
andrewcrussell 1:ecf8078bf531 1536 0, /* C7 199 &#65533; */
andrewcrussell 1:ecf8078bf531 1537 0, /* C8 200 &#65533; */
andrewcrussell 1:ecf8078bf531 1538 0, /* C9 201 &#65533; */
andrewcrussell 1:ecf8078bf531 1539 0, /* CA 202 &#65533; */
andrewcrussell 1:ecf8078bf531 1540 0, /* CB 203 &#65533; */
andrewcrussell 1:ecf8078bf531 1541 0, /* CC 204 &#65533; */
andrewcrussell 1:ecf8078bf531 1542 0, /* CD 205 &#65533; */
andrewcrussell 1:ecf8078bf531 1543 0, /* CE 206 &#65533; */
andrewcrussell 1:ecf8078bf531 1544 0, /* CF 207 &#65533; */
andrewcrussell 1:ecf8078bf531 1545 0, /* D0 208 &#65533; */
andrewcrussell 1:ecf8078bf531 1546 0, /* D1 209 &#65533; */
andrewcrussell 1:ecf8078bf531 1547 0, /* D2 210 &#65533; */
andrewcrussell 1:ecf8078bf531 1548 0, /* D3 211 &#65533; */
andrewcrussell 1:ecf8078bf531 1549 0, /* D4 212 &#65533; */
andrewcrussell 1:ecf8078bf531 1550 0, /* D5 213 &#65533; */
andrewcrussell 1:ecf8078bf531 1551 0, /* D6 214 &#65533; */
andrewcrussell 1:ecf8078bf531 1552 0, /* D7 215 &#65533; */
andrewcrussell 1:ecf8078bf531 1553 0, /* D8 216 &#65533; */
andrewcrussell 1:ecf8078bf531 1554 0, /* D9 217 &#65533; */
andrewcrussell 1:ecf8078bf531 1555 0, /* DA 218 &#65533; */
andrewcrussell 1:ecf8078bf531 1556 0, /* DB 219 &#65533; */
andrewcrussell 1:ecf8078bf531 1557 0, /* DC 220 &#65533; */
andrewcrussell 1:ecf8078bf531 1558 0, /* DD 221 &#65533; */
andrewcrussell 1:ecf8078bf531 1559 0, /* DE 222 &#65533; */
andrewcrussell 1:ecf8078bf531 1560 0, /* DF 223 &#65533; */
andrewcrussell 1:ecf8078bf531 1561 0, /* E0 224 &#65533; */
andrewcrussell 1:ecf8078bf531 1562 0, /* E1 225 &#65533; */
andrewcrussell 1:ecf8078bf531 1563 0, /* E2 226 &#65533; */
andrewcrussell 1:ecf8078bf531 1564 0, /* E3 227 &#65533; */
andrewcrussell 1:ecf8078bf531 1565 0, /* E4 228 &#65533; */
andrewcrussell 1:ecf8078bf531 1566 0, /* E5 229 &#65533; */
andrewcrussell 1:ecf8078bf531 1567 0, /* E6 230 &#65533; */
andrewcrussell 1:ecf8078bf531 1568 0, /* E7 231 &#65533; */
andrewcrussell 1:ecf8078bf531 1569 0, /* E8 232 &#65533; */
andrewcrussell 1:ecf8078bf531 1570 0, /* E9 233 &#65533; */
andrewcrussell 1:ecf8078bf531 1571 0, /* EA 234 &#65533; */
andrewcrussell 1:ecf8078bf531 1572 0, /* EB 235 &#65533; */
andrewcrussell 1:ecf8078bf531 1573 0, /* EC 236 &#65533; */
andrewcrussell 1:ecf8078bf531 1574 0, /* ED 237 &#65533; */
andrewcrussell 1:ecf8078bf531 1575 0, /* EE 238 &#65533; */
andrewcrussell 1:ecf8078bf531 1576 0, /* EF 239 &#65533; */
andrewcrussell 1:ecf8078bf531 1577 0, /* F0 240 &#65533; */
andrewcrussell 1:ecf8078bf531 1578 0, /* F1 241 &#65533; */
andrewcrussell 1:ecf8078bf531 1579 0, /* F2 242 &#65533; */
andrewcrussell 1:ecf8078bf531 1580 0, /* F3 243 &#65533; */
andrewcrussell 1:ecf8078bf531 1581 0, /* F4 244 &#65533; */
andrewcrussell 1:ecf8078bf531 1582 0, /* F5 245 &#65533; */
andrewcrussell 1:ecf8078bf531 1583 0, /* F6 246 &#65533; */
andrewcrussell 1:ecf8078bf531 1584 0, /* F7 247 &#65533; */
andrewcrussell 1:ecf8078bf531 1585 0, /* F8 248 &#65533; */
andrewcrussell 1:ecf8078bf531 1586 0, /* F9 249 &#65533; */
andrewcrussell 1:ecf8078bf531 1587 0, /* FA 250 &#65533; */
andrewcrussell 1:ecf8078bf531 1588 0, /* FB 251 &#65533; */
andrewcrussell 1:ecf8078bf531 1589 0, /* FC 252 &#65533; */
andrewcrussell 1:ecf8078bf531 1590 0, /* FD 253 &#65533; */
andrewcrussell 1:ecf8078bf531 1591 0, /* FE 254 &#65533; */
andrewcrussell 1:ecf8078bf531 1592 0, /* FF 255 &#65533; */
andrewcrussell 1:ecf8078bf531 1593 };
andrewcrussell 1:ecf8078bf531 1594
andrewcrussell 1:ecf8078bf531 1595 /*******************************************************************************************
andrewcrussell 1:ecf8078bf531 1596 Width table provides the width of each character. It's useful for proportional font only.
andrewcrussell 1:ecf8078bf531 1597 For monospaced font, the width of each character is the same.
andrewcrussell 1:ecf8078bf531 1598
andrewcrussell 1:ecf8078bf531 1599 To get the width of character 'A', you can use the following expression:
andrewcrussell 1:ecf8078bf531 1600
andrewcrussell 1:ecf8078bf531 1601 const unsigned char index = index_table['A'];
andrewcrussell 1:ecf8078bf531 1602 const unsigned char width = width_table[index];
andrewcrussell 1:ecf8078bf531 1603
andrewcrussell 1:ecf8078bf531 1604 *******************************************************************************************/
andrewcrussell 1:ecf8078bf531 1605 const unsigned char c78_1_width_table[] = {
andrewcrussell 1:ecf8078bf531 1606 /* width char hexcode */
andrewcrussell 1:ecf8078bf531 1607 /* ===== ==== ======= */
andrewcrussell 1:ecf8078bf531 1608 48, /* + 2B */
andrewcrussell 1:ecf8078bf531 1609 25, /* , 2C */
andrewcrussell 1:ecf8078bf531 1610 29, /* - 2D */
andrewcrussell 1:ecf8078bf531 1611 26, /* . 2E */
andrewcrussell 1:ecf8078bf531 1612 41, /* / 2F */
andrewcrussell 1:ecf8078bf531 1613 49, /* 0 30 */
andrewcrussell 1:ecf8078bf531 1614 49, /* 1 31 */
andrewcrussell 1:ecf8078bf531 1615 49, /* 2 32 */
andrewcrussell 1:ecf8078bf531 1616 49, /* 3 33 */
andrewcrussell 1:ecf8078bf531 1617 49, /* 4 34 */
andrewcrussell 1:ecf8078bf531 1618 49, /* 5 35 */
andrewcrussell 1:ecf8078bf531 1619 49, /* 6 36 */
andrewcrussell 1:ecf8078bf531 1620 49, /* 7 37 */
andrewcrussell 1:ecf8078bf531 1621 49, /* 8 38 */
andrewcrussell 1:ecf8078bf531 1622 49, /* 9 39 */
andrewcrussell 1:ecf8078bf531 1623 };