E_paper, E_ink, Screen size 1.54", resolution 200x200, 4 wire spi, Waveshare, Black and White, Kl25Z, 8 wire print connector, supply 3.3 Volt, IL0373 Controller, font size is 8, 12, 16 and 24.

Dependencies:   mbed

Committer:
GerritPathuis
Date:
Sat Mar 31 08:40:16 2018 +0000
Revision:
10:08e026240a5f
Parent:
3:e4399b5ceb4b
Minor text update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
GerritPathuis 1:d27a7e06c233 1 /**
GerritPathuis 1:d27a7e06c233 2 ******************************************************************************
GerritPathuis 1:d27a7e06c233 3 * @file font16.c
GerritPathuis 1:d27a7e06c233 4 * @author MCD Application Team
GerritPathuis 1:d27a7e06c233 5 * @version V1.0.0
GerritPathuis 1:d27a7e06c233 6 * @date 18-February-2014
GerritPathuis 1:d27a7e06c233 7 * @brief This file provides text font16 for STM32xx-EVAL's LCD driver.
GerritPathuis 1:d27a7e06c233 8 ******************************************************************************
GerritPathuis 1:d27a7e06c233 9 * @attention
GerritPathuis 1:d27a7e06c233 10 *
GerritPathuis 1:d27a7e06c233 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
GerritPathuis 1:d27a7e06c233 12 *
GerritPathuis 1:d27a7e06c233 13 * Redistribution and use in source and binary forms, with or without modification,
GerritPathuis 1:d27a7e06c233 14 * are permitted provided that the following conditions are met:
GerritPathuis 1:d27a7e06c233 15 * 1. Redistributions of source code must retain the above copyright notice,
GerritPathuis 1:d27a7e06c233 16 * this list of conditions and the following disclaimer.
GerritPathuis 1:d27a7e06c233 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
GerritPathuis 1:d27a7e06c233 18 * this list of conditions and the following disclaimer in the documentation
GerritPathuis 1:d27a7e06c233 19 * and/or other materials provided with the distribution.
GerritPathuis 1:d27a7e06c233 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
GerritPathuis 1:d27a7e06c233 21 * may be used to endorse or promote products derived from this software
GerritPathuis 1:d27a7e06c233 22 * without specific prior written permission.
GerritPathuis 1:d27a7e06c233 23 *
GerritPathuis 1:d27a7e06c233 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
GerritPathuis 1:d27a7e06c233 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
GerritPathuis 1:d27a7e06c233 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
GerritPathuis 1:d27a7e06c233 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
GerritPathuis 1:d27a7e06c233 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
GerritPathuis 1:d27a7e06c233 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
GerritPathuis 1:d27a7e06c233 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
GerritPathuis 1:d27a7e06c233 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
GerritPathuis 1:d27a7e06c233 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
GerritPathuis 1:d27a7e06c233 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
GerritPathuis 1:d27a7e06c233 34 *
GerritPathuis 1:d27a7e06c233 35 ******************************************************************************
GerritPathuis 1:d27a7e06c233 36 */
GerritPathuis 1:d27a7e06c233 37
GerritPathuis 1:d27a7e06c233 38 /* Includes ------------------------------------------------------------------*/
GerritPathuis 1:d27a7e06c233 39 #include "fonts.h"
GerritPathuis 1:d27a7e06c233 40
GerritPathuis 1:d27a7e06c233 41 //
GerritPathuis 1:d27a7e06c233 42 // Font data for Courier New 12pt
GerritPathuis 1:d27a7e06c233 43 //
GerritPathuis 1:d27a7e06c233 44
GerritPathuis 3:e4399b5ceb4b 45 const uint8_t Font16_Table[]=
GerritPathuis 1:d27a7e06c233 46 {
GerritPathuis 1:d27a7e06c233 47 // @0 ' ' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 48 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 49 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 50 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 51 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 52 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 53 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 54 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 55 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 56 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 57 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 58 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 59 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 60 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 61 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 62 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 63 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 64
GerritPathuis 1:d27a7e06c233 65 // @32 '!' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 66 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 67 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 68 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 69 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 70 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 71 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 72 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 73 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 74 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 75 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 76 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 77 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 78 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 79 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 80 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 81 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 82
GerritPathuis 1:d27a7e06c233 83 // @64 '"' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 84 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 85 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 86 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 87 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 88 0x08, 0x80, // # #
GerritPathuis 1:d27a7e06c233 89 0x08, 0x80, // # #
GerritPathuis 1:d27a7e06c233 90 0x08, 0x80, // # #
GerritPathuis 1:d27a7e06c233 91 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 92 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 93 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 94 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 95 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 96 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 97 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 98 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 99 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 100
GerritPathuis 1:d27a7e06c233 101 // @96 '#' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 102 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 103 0x0D, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 104 0x0D, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 105 0x0D, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 106 0x0D, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 107 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 108 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 109 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 110 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 111 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 112 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 113 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 114 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 115 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 116 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 117 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 118
GerritPathuis 1:d27a7e06c233 119 // @128 '$' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 120 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 121 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 122 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 123 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 124 0x38, 0x00, // ###
GerritPathuis 1:d27a7e06c233 125 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 126 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 127 0x03, 0x80, // ###
GerritPathuis 1:d27a7e06c233 128 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 129 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 130 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 131 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 132 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 133 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 134 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 135 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 136
GerritPathuis 1:d27a7e06c233 137 // @160 '%' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 138 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 139 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 140 0x24, 0x00, // # #
GerritPathuis 1:d27a7e06c233 141 0x24, 0x00, // # #
GerritPathuis 1:d27a7e06c233 142 0x18, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 143 0x07, 0x80, // ####
GerritPathuis 1:d27a7e06c233 144 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 145 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 146 0x02, 0x40, // # #
GerritPathuis 1:d27a7e06c233 147 0x02, 0x40, // # #
GerritPathuis 1:d27a7e06c233 148 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 149 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 150 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 151 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 152 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 153 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 154
GerritPathuis 1:d27a7e06c233 155 // @192 '&' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 156 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 157 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 158 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 159 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 160 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 161 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 162 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 163 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 164 0x37, 0x00, // ## ###
GerritPathuis 1:d27a7e06c233 165 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 166 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 167 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 168 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 169 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 170 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 171 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 172
GerritPathuis 1:d27a7e06c233 173 // @224 ''' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 174 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 175 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 176 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 177 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 178 0x02, 0x00, // #
GerritPathuis 1:d27a7e06c233 179 0x02, 0x00, // #
GerritPathuis 1:d27a7e06c233 180 0x02, 0x00, // #
GerritPathuis 1:d27a7e06c233 181 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 182 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 183 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 184 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 185 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 186 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 187 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 188 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 189 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 190
GerritPathuis 1:d27a7e06c233 191 // @256 '(' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 192 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 193 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 194 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 195 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 196 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 197 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 198 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 199 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 200 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 201 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 202 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 203 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 204 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 205 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 206 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 207 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 208
GerritPathuis 1:d27a7e06c233 209 // @288 ')' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 210 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 211 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 212 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 213 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 214 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 215 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 216 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 217 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 218 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 219 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 220 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 221 0x1C, 0x00, // ###
GerritPathuis 1:d27a7e06c233 222 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 223 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 224 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 225 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 226
GerritPathuis 1:d27a7e06c233 227 // @320 '*' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 228 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 229 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 230 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 231 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 232 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 233 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 234 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 235 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 236 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 237 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 238 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 239 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 240 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 241 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 242 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 243 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 244
GerritPathuis 1:d27a7e06c233 245 // @352 '+' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 246 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 247 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 248 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 249 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 250 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 251 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 252 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 253 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 254 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 255 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 256 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 257 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 258 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 259 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 260 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 261 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 262
GerritPathuis 1:d27a7e06c233 263 // @384 ',' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 264 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 265 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 266 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 267 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 268 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 269 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 270 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 271 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 272 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 273 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 274 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 275 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 276 0x08, 0x00, // #
GerritPathuis 1:d27a7e06c233 277 0x08, 0x00, // #
GerritPathuis 1:d27a7e06c233 278 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 279 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 280
GerritPathuis 1:d27a7e06c233 281 // @416 '-' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 282 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 283 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 284 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 285 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 286 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 287 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 288 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 289 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 290 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 291 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 292 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 293 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 294 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 295 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 296 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 297 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 298
GerritPathuis 1:d27a7e06c233 299 // @448 '.' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 300 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 301 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 302 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 303 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 304 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 305 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 306 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 307 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 308 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 309 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 310 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 311 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 312 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 313 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 314 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 315 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 316
GerritPathuis 1:d27a7e06c233 317 // @480 '/' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 318 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 319 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 320 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 321 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 322 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 323 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 324 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 325 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 326 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 327 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 328 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 329 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 330 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 331 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 332 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 333 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 334
GerritPathuis 1:d27a7e06c233 335 // @512 '0' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 336 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 337 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 338 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 339 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 340 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 341 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 342 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 343 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 344 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 345 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 346 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 347 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 348 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 349 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 350 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 351 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 352
GerritPathuis 1:d27a7e06c233 353 // @544 '1' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 354 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 355 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 356 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 357 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 358 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 359 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 360 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 361 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 362 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 363 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 364 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 365 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 366 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 367 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 368 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 369 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 370
GerritPathuis 1:d27a7e06c233 371 // @576 '2' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 372 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 373 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 374 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 375 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 376 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 377 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 378 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 379 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 380 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 381 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 382 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 383 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 384 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 385 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 386 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 387 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 388
GerritPathuis 1:d27a7e06c233 389 // @608 '3' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 390 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 391 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 392 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 393 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 394 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 395 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 396 0x03, 0x80, // ###
GerritPathuis 1:d27a7e06c233 397 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 398 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 399 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 400 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 401 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 402 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 403 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 404 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 405 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 406
GerritPathuis 1:d27a7e06c233 407 // @640 '4' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 408 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 409 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 410 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 411 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 412 0x0B, 0x00, // # ##
GerritPathuis 1:d27a7e06c233 413 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 414 0x13, 0x00, // # ##
GerritPathuis 1:d27a7e06c233 415 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 416 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 417 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 418 0x0F, 0x80, // #####
GerritPathuis 1:d27a7e06c233 419 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 420 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 421 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 422 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 423 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 424
GerritPathuis 1:d27a7e06c233 425 // @672 '5' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 426 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 427 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 428 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 429 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 430 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 431 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 432 0x11, 0x80, // # ##
GerritPathuis 1:d27a7e06c233 433 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 434 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 435 0x21, 0x80, // # ##
GerritPathuis 1:d27a7e06c233 436 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 437 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 438 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 439 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 440 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 441 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 442
GerritPathuis 1:d27a7e06c233 443 // @704 '6' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 444 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 445 0x07, 0x80, // ####
GerritPathuis 1:d27a7e06c233 446 0x1C, 0x00, // ###
GerritPathuis 1:d27a7e06c233 447 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 448 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 449 0x37, 0x00, // ## ###
GerritPathuis 1:d27a7e06c233 450 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 451 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 452 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 453 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 454 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 455 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 456 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 457 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 458 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 459 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 460
GerritPathuis 1:d27a7e06c233 461 // @736 '7' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 462 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 463 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 464 0x43, 0x00, // # ##
GerritPathuis 1:d27a7e06c233 465 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 466 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 467 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 468 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 469 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 470 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 471 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 472 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 473 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 474 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 475 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 476 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 477 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 478
GerritPathuis 1:d27a7e06c233 479 // @768 '8' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 480 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 481 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 482 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 483 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 484 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 485 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 486 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 487 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 488 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 489 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 490 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 491 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 492 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 493 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 494 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 495 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 496
GerritPathuis 1:d27a7e06c233 497 // @800 '9' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 498 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 499 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 500 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 501 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 502 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 503 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 504 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 505 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 506 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 507 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 508 0x3C, 0x00, // ####
GerritPathuis 1:d27a7e06c233 509 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 510 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 511 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 512 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 513 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 514
GerritPathuis 1:d27a7e06c233 515 // @832 ':' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 516 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 517 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 518 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 519 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 520 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 521 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 522 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 523 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 524 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 525 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 526 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 527 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 528 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 529 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 530 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 531 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 532
GerritPathuis 1:d27a7e06c233 533 // @864 ';' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 534 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 535 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 536 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 537 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 538 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 539 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 540 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 541 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 542 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 543 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 544 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 545 0x08, 0x00, // #
GerritPathuis 1:d27a7e06c233 546 0x08, 0x00, // #
GerritPathuis 1:d27a7e06c233 547 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 548 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 549 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 550
GerritPathuis 1:d27a7e06c233 551 // @896 '<' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 552 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 553 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 554 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 555 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 556 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 557 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 558 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 559 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 560 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 561 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 562 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 563 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 564 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 565 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 566 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 567 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 568
GerritPathuis 1:d27a7e06c233 569 // @928 '=' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 570 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 571 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 572 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 573 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 574 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 575 0x7F, 0xC0, // #########
GerritPathuis 1:d27a7e06c233 576 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 577 0x7F, 0xC0, // #########
GerritPathuis 1:d27a7e06c233 578 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 579 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 580 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 581 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 582 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 583 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 584 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 585 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 586
GerritPathuis 1:d27a7e06c233 587 // @960 '>' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 588 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 589 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 590 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 591 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 592 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 593 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 594 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 595 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 596 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 597 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 598 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 599 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 600 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 601 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 602 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 603 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 604
GerritPathuis 1:d27a7e06c233 605 // @992 '?' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 606 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 607 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 608 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 609 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 610 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 611 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 612 0x07, 0x00, // ###
GerritPathuis 1:d27a7e06c233 613 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 614 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 615 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 616 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 617 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 618 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 619 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 620 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 621 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 622
GerritPathuis 1:d27a7e06c233 623 // @1024 '@' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 624 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 625 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 626 0x11, 0x00, // # #
GerritPathuis 1:d27a7e06c233 627 0x21, 0x00, // # #
GerritPathuis 1:d27a7e06c233 628 0x21, 0x00, // # #
GerritPathuis 1:d27a7e06c233 629 0x27, 0x00, // # ###
GerritPathuis 1:d27a7e06c233 630 0x29, 0x00, // # # #
GerritPathuis 1:d27a7e06c233 631 0x29, 0x00, // # # #
GerritPathuis 1:d27a7e06c233 632 0x27, 0x00, // # ###
GerritPathuis 1:d27a7e06c233 633 0x20, 0x00, // #
GerritPathuis 1:d27a7e06c233 634 0x11, 0x00, // # #
GerritPathuis 1:d27a7e06c233 635 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 636 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 637 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 638 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 639 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 640
GerritPathuis 1:d27a7e06c233 641 // @1056 'A' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 642 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 643 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 644 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 645 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 646 0x09, 0x00, // # #
GerritPathuis 1:d27a7e06c233 647 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 648 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 649 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 650 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 651 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 652 0x79, 0xE0, // #### ####
GerritPathuis 1:d27a7e06c233 653 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 654 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 655 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 656 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 657 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 658
GerritPathuis 1:d27a7e06c233 659 // @1088 'B' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 660 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 661 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 662 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 663 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 664 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 665 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 666 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 667 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 668 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 669 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 670 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 671 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 672 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 673 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 674 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 675 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 676
GerritPathuis 1:d27a7e06c233 677 // @1120 'C' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 678 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 679 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 680 0x1F, 0x40, // ##### #
GerritPathuis 1:d27a7e06c233 681 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 682 0x60, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 683 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 684 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 685 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 686 0x60, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 687 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 688 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 689 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 690 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 691 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 692 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 693 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 694
GerritPathuis 1:d27a7e06c233 695 // @1152 'D' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 696 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 697 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 698 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 699 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 700 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 701 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 702 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 703 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 704 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 705 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 706 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 707 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 708 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 709 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 710 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 711 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 712
GerritPathuis 1:d27a7e06c233 713 // @1184 'E' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 714 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 715 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 716 0x7F, 0x80, // ########
GerritPathuis 1:d27a7e06c233 717 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 718 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 719 0x32, 0x00, // ## #
GerritPathuis 1:d27a7e06c233 720 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 721 0x32, 0x00, // ## #
GerritPathuis 1:d27a7e06c233 722 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 723 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 724 0x7F, 0x80, // ########
GerritPathuis 1:d27a7e06c233 725 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 726 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 727 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 728 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 729 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 730
GerritPathuis 1:d27a7e06c233 731 // @1216 'F' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 732 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 733 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 734 0x7F, 0xC0, // #########
GerritPathuis 1:d27a7e06c233 735 0x30, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 736 0x30, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 737 0x32, 0x00, // ## #
GerritPathuis 1:d27a7e06c233 738 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 739 0x32, 0x00, // ## #
GerritPathuis 1:d27a7e06c233 740 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 741 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 742 0x7C, 0x00, // #####
GerritPathuis 1:d27a7e06c233 743 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 744 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 745 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 746 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 747 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 748
GerritPathuis 1:d27a7e06c233 749 // @1248 'G' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 750 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 751 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 752 0x1E, 0x80, // #### #
GerritPathuis 1:d27a7e06c233 753 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 754 0x60, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 755 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 756 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 757 0x67, 0xC0, // ## #####
GerritPathuis 1:d27a7e06c233 758 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 759 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 760 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 761 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 762 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 763 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 764 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 765 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 766
GerritPathuis 1:d27a7e06c233 767 // @1280 'H' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 768 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 769 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 770 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 771 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 772 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 773 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 774 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 775 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 776 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 777 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 778 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 779 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 780 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 781 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 782 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 783 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 784
GerritPathuis 1:d27a7e06c233 785 // @1312 'I' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 786 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 787 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 788 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 789 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 790 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 791 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 792 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 793 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 794 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 795 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 796 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 797 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 798 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 799 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 800 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 801 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 802
GerritPathuis 1:d27a7e06c233 803 // @1344 'J' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 804 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 805 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 806 0x1F, 0xC0, // #######
GerritPathuis 1:d27a7e06c233 807 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 808 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 809 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 810 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 811 0x63, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 812 0x63, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 813 0x63, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 814 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 815 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 816 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 817 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 818 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 819 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 820
GerritPathuis 1:d27a7e06c233 821 // @1376 'K' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 822 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 823 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 824 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 825 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 826 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 827 0x36, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 828 0x3C, 0x00, // ####
GerritPathuis 1:d27a7e06c233 829 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 830 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 831 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 832 0x79, 0xC0, // #### ###
GerritPathuis 1:d27a7e06c233 833 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 834 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 835 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 836 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 837 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 838
GerritPathuis 1:d27a7e06c233 839 // @1408 'L' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 840 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 841 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 842 0x7E, 0x00, // ######
GerritPathuis 1:d27a7e06c233 843 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 844 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 845 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 846 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 847 0x18, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 848 0x18, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 849 0x18, 0x40, // ## #
GerritPathuis 1:d27a7e06c233 850 0x7F, 0xC0, // #########
GerritPathuis 1:d27a7e06c233 851 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 852 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 853 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 854 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 855 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 856
GerritPathuis 1:d27a7e06c233 857 // @1440 'M' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 858 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 859 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 860 0xE0, 0xE0, // ### ###
GerritPathuis 1:d27a7e06c233 861 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 862 0x71, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 863 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 864 0x6A, 0xC0, // ## # # ##
GerritPathuis 1:d27a7e06c233 865 0x6E, 0xC0, // ## ### ##
GerritPathuis 1:d27a7e06c233 866 0x64, 0xC0, // ## # ##
GerritPathuis 1:d27a7e06c233 867 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 868 0xFB, 0xE0, // ##### #####
GerritPathuis 1:d27a7e06c233 869 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 870 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 871 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 872 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 873 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 874
GerritPathuis 1:d27a7e06c233 875 // @1472 'N' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 876 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 877 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 878 0x73, 0xC0, // ### ####
GerritPathuis 1:d27a7e06c233 879 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 880 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 881 0x3D, 0x80, // #### ##
GerritPathuis 1:d27a7e06c233 882 0x35, 0x80, // ## # ##
GerritPathuis 1:d27a7e06c233 883 0x37, 0x80, // ## ####
GerritPathuis 1:d27a7e06c233 884 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 885 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 886 0x79, 0x80, // #### ##
GerritPathuis 1:d27a7e06c233 887 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 888 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 889 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 890 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 891 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 892
GerritPathuis 1:d27a7e06c233 893 // @1504 'O' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 894 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 895 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 896 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 897 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 898 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 899 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 900 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 901 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 902 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 903 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 904 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 905 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 906 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 907 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 908 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 909 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 910
GerritPathuis 1:d27a7e06c233 911 // @1536 'P' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 912 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 913 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 914 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 915 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 916 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 917 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 918 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 919 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 920 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 921 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 922 0x7E, 0x00, // ######
GerritPathuis 1:d27a7e06c233 923 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 924 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 925 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 926 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 927 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 928
GerritPathuis 1:d27a7e06c233 929 // @1568 'Q' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 930 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 931 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 932 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 933 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 934 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 935 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 936 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 937 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 938 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 939 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 940 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 941 0x0C, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 942 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 943 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 944 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 945 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 946
GerritPathuis 1:d27a7e06c233 947 // @1600 'R' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 948 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 949 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 950 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 951 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 952 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 953 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 954 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 955 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 956 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 957 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 958 0x7C, 0xE0, // ##### ###
GerritPathuis 1:d27a7e06c233 959 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 960 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 961 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 962 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 963 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 964
GerritPathuis 1:d27a7e06c233 965 // @1632 'S' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 966 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 967 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 968 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 969 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 970 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 971 0x38, 0x00, // ###
GerritPathuis 1:d27a7e06c233 972 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 973 0x03, 0x80, // ###
GerritPathuis 1:d27a7e06c233 974 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 975 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 976 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 977 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 978 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 979 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 980 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 981 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 982
GerritPathuis 1:d27a7e06c233 983 // @1664 'T' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 984 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 985 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 986 0x7F, 0x80, // ########
GerritPathuis 1:d27a7e06c233 987 0x4C, 0x80, // # ## #
GerritPathuis 1:d27a7e06c233 988 0x4C, 0x80, // # ## #
GerritPathuis 1:d27a7e06c233 989 0x4C, 0x80, // # ## #
GerritPathuis 1:d27a7e06c233 990 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 991 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 992 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 993 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 994 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 995 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 996 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 997 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 998 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 999 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1000
GerritPathuis 1:d27a7e06c233 1001 // @1696 'U' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1002 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1003 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1004 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1005 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1006 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1007 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1008 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1009 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1010 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1011 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1012 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1013 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1014 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1015 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1016 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1017 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1018
GerritPathuis 1:d27a7e06c233 1019 // @1728 'V' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1020 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1021 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1022 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1023 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1024 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1025 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1026 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1027 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1028 0x0A, 0x00, // # #
GerritPathuis 1:d27a7e06c233 1029 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1030 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1031 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1032 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1033 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1034 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1035 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1036
GerritPathuis 1:d27a7e06c233 1037 // @1760 'W' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1038 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1039 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1040 0xFB, 0xE0, // ##### #####
GerritPathuis 1:d27a7e06c233 1041 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1042 0x64, 0xC0, // ## # ##
GerritPathuis 1:d27a7e06c233 1043 0x6E, 0xC0, // ## ### ##
GerritPathuis 1:d27a7e06c233 1044 0x6E, 0xC0, // ## ### ##
GerritPathuis 1:d27a7e06c233 1045 0x2A, 0x80, // # # # #
GerritPathuis 1:d27a7e06c233 1046 0x3B, 0x80, // ### ###
GerritPathuis 1:d27a7e06c233 1047 0x3B, 0x80, // ### ###
GerritPathuis 1:d27a7e06c233 1048 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1049 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1050 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1051 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1052 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1053 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1054
GerritPathuis 1:d27a7e06c233 1055 // @1792 'X' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1056 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1057 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1058 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1059 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1060 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1061 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1062 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1063 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1064 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1065 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1066 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1067 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1068 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1069 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1070 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1071 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1072
GerritPathuis 1:d27a7e06c233 1073 // @1824 'Y' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1074 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1075 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1076 0x79, 0xE0, // #### ####
GerritPathuis 1:d27a7e06c233 1077 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1078 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1079 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1080 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1081 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1082 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1083 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1084 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 1085 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1086 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1087 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1088 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1089 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1090
GerritPathuis 1:d27a7e06c233 1091 // @1856 'Z' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1092 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1093 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1094 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1095 0x21, 0x80, // # ##
GerritPathuis 1:d27a7e06c233 1096 0x23, 0x00, // # ##
GerritPathuis 1:d27a7e06c233 1097 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1098 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 1099 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1100 0x18, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1101 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1102 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1103 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1104 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1105 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1106 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1107 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1108
GerritPathuis 1:d27a7e06c233 1109 // @1888 '[' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1110 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1111 0x07, 0x80, // ####
GerritPathuis 1:d27a7e06c233 1112 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1113 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1114 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1115 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1116 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1117 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1118 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1119 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1120 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1121 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1122 0x07, 0x80, // ####
GerritPathuis 1:d27a7e06c233 1123 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1124 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1125 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1126
GerritPathuis 1:d27a7e06c233 1127 // @1920 '\' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1128 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1129 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1130 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1131 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1132 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1133 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1134 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1135 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1136 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1137 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1138 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1139 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 1140 0x00, 0xC0, // ##
GerritPathuis 1:d27a7e06c233 1141 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1142 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1143 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1144
GerritPathuis 1:d27a7e06c233 1145 // @1952 ']' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1146 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1147 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1148 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1149 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1150 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1151 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1152 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1153 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1154 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1155 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1156 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1157 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1158 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1159 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1160 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1161 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1162
GerritPathuis 1:d27a7e06c233 1163 // @1984 '^' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1164 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 1165 0x0A, 0x00, // # #
GerritPathuis 1:d27a7e06c233 1166 0x0A, 0x00, // # #
GerritPathuis 1:d27a7e06c233 1167 0x11, 0x00, // # #
GerritPathuis 1:d27a7e06c233 1168 0x20, 0x80, // # #
GerritPathuis 1:d27a7e06c233 1169 0x20, 0x80, // # #
GerritPathuis 1:d27a7e06c233 1170 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1171 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1172 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1173 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1174 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1175 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1176 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1177 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1178 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1179 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1180
GerritPathuis 1:d27a7e06c233 1181 // @2016 '_' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1182 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1183 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1184 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1185 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1186 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1187 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1188 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1189 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1190 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1191 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1192 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1193 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1194 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1195 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1196 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1197 0xFF, 0xE0, // ###########
GerritPathuis 1:d27a7e06c233 1198
GerritPathuis 1:d27a7e06c233 1199 // @2048 '`' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1200 0x08, 0x00, // #
GerritPathuis 1:d27a7e06c233 1201 0x04, 0x00, // #
GerritPathuis 1:d27a7e06c233 1202 0x02, 0x00, // #
GerritPathuis 1:d27a7e06c233 1203 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1204 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1205 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1206 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1207 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1208 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1209 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1210 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1211 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1212 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1213 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1214 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1215 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1216
GerritPathuis 1:d27a7e06c233 1217 // @2080 'a' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1218 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1219 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1220 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1221 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1222 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1223 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1224 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1225 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 1226 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1227 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1228 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 1229 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1230 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1231 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1232 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1233 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1234
GerritPathuis 1:d27a7e06c233 1235 // @2112 'b' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1236 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1237 0x70, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1238 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1239 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1240 0x37, 0x00, // ## ###
GerritPathuis 1:d27a7e06c233 1241 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1242 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1243 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1244 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1245 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1246 0x77, 0x00, // ### ###
GerritPathuis 1:d27a7e06c233 1247 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1248 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1249 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1250 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1251 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1252
GerritPathuis 1:d27a7e06c233 1253 // @2144 'c' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1254 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1255 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1256 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1257 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1258 0x1E, 0x80, // #### #
GerritPathuis 1:d27a7e06c233 1259 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1260 0x60, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1261 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1262 0x60, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1263 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1264 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1265 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1266 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1267 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1268 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1269 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1270
GerritPathuis 1:d27a7e06c233 1271 // @2176 'd' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1272 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1273 0x03, 0x80, // ###
GerritPathuis 1:d27a7e06c233 1274 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1275 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1276 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1277 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1278 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1279 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1280 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1281 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1282 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 1283 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1284 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1285 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1286 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1287 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1288
GerritPathuis 1:d27a7e06c233 1289 // @2208 'e' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1290 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1291 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1292 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1293 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1294 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1295 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1296 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1297 0x7F, 0xC0, // #########
GerritPathuis 1:d27a7e06c233 1298 0x60, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1299 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1300 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 1301 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1302 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1303 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1304 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1305 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1306
GerritPathuis 1:d27a7e06c233 1307 // @2240 'f' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1308 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1309 0x07, 0xE0, // ######
GerritPathuis 1:d27a7e06c233 1310 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1311 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1312 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1313 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1314 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1315 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1316 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1317 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1318 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1319 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1320 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1321 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1322 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1323 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1324
GerritPathuis 1:d27a7e06c233 1325 // @2272 'g' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1326 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1327 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1328 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1329 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1330 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 1331 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1332 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1333 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1334 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1335 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1336 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1337 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1338 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1339 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1340 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1341 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1342
GerritPathuis 1:d27a7e06c233 1343 // @2304 'h' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1344 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1345 0x70, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1346 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1347 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1348 0x37, 0x00, // ## ###
GerritPathuis 1:d27a7e06c233 1349 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1350 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1351 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1352 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1353 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1354 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1355 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1356 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1357 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1358 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1359 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1360
GerritPathuis 1:d27a7e06c233 1361 // @2336 'i' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1362 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1363 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1364 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1365 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1366 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1367 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1368 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1369 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1370 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1371 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1372 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 1373 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1374 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1375 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1376 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1377 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1378
GerritPathuis 1:d27a7e06c233 1379 // @2368 'j' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1380 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1381 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1382 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1383 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1384 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 1385 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1386 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1387 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1388 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1389 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1390 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1391 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1392 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1393 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1394 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1395 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1396
GerritPathuis 1:d27a7e06c233 1397 // @2400 'k' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1398 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1399 0x70, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1400 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1401 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1402 0x37, 0x80, // ## ####
GerritPathuis 1:d27a7e06c233 1403 0x36, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1404 0x3C, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1405 0x3C, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1406 0x36, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1407 0x33, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1408 0x77, 0xC0, // ### #####
GerritPathuis 1:d27a7e06c233 1409 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1410 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1411 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1412 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1413 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1414
GerritPathuis 1:d27a7e06c233 1415 // @2432 'l' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1416 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1417 0x1E, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1418 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1419 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1420 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1421 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1422 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1423 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1424 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1425 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1426 0x3F, 0xC0, // ########
GerritPathuis 1:d27a7e06c233 1427 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1428 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1429 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1430 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1431 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1432
GerritPathuis 1:d27a7e06c233 1433 // @2464 'm' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1434 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1435 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1436 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1437 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1438 0x7F, 0x80, // ########
GerritPathuis 1:d27a7e06c233 1439 0x36, 0xC0, // ## ## ##
GerritPathuis 1:d27a7e06c233 1440 0x36, 0xC0, // ## ## ##
GerritPathuis 1:d27a7e06c233 1441 0x36, 0xC0, // ## ## ##
GerritPathuis 1:d27a7e06c233 1442 0x36, 0xC0, // ## ## ##
GerritPathuis 1:d27a7e06c233 1443 0x36, 0xC0, // ## ## ##
GerritPathuis 1:d27a7e06c233 1444 0x76, 0xE0, // ### ## ###
GerritPathuis 1:d27a7e06c233 1445 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1446 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1447 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1448 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1449 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1450
GerritPathuis 1:d27a7e06c233 1451 // @2496 'n' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1452 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1453 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1454 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1455 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1456 0x77, 0x00, // ### ###
GerritPathuis 1:d27a7e06c233 1457 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1458 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1459 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1460 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1461 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1462 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1463 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1464 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1465 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1466 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1467 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1468
GerritPathuis 1:d27a7e06c233 1469 // @2528 'o' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1470 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1471 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1472 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1473 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1474 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1475 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1476 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1477 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1478 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1479 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1480 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1481 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1482 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1483 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1484 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1485 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1486
GerritPathuis 1:d27a7e06c233 1487 // @2560 'p' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1488 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1489 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1490 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1491 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1492 0x77, 0x00, // ### ###
GerritPathuis 1:d27a7e06c233 1493 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1494 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1495 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1496 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1497 0x39, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1498 0x37, 0x00, // ## ###
GerritPathuis 1:d27a7e06c233 1499 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1500 0x30, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1501 0x7C, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1502 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1503 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1504
GerritPathuis 1:d27a7e06c233 1505 // @2592 'q' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1506 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1507 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1508 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1509 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1510 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 1511 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1512 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1513 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1514 0x61, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1515 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1516 0x1D, 0x80, // ### ##
GerritPathuis 1:d27a7e06c233 1517 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1518 0x01, 0x80, // ##
GerritPathuis 1:d27a7e06c233 1519 0x07, 0xC0, // #####
GerritPathuis 1:d27a7e06c233 1520 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1521 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1522
GerritPathuis 1:d27a7e06c233 1523 // @2624 'r' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1524 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1525 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1526 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1527 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1528 0x7B, 0x80, // #### ###
GerritPathuis 1:d27a7e06c233 1529 0x1C, 0xC0, // ### ##
GerritPathuis 1:d27a7e06c233 1530 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1531 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1532 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1533 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1534 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 1535 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1536 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1537 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1538 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1539 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1540
GerritPathuis 1:d27a7e06c233 1541 // @2656 's' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1542 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1543 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1544 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1545 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1546 0x1F, 0x80, // ######
GerritPathuis 1:d27a7e06c233 1547 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1548 0x3C, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1549 0x1F, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1550 0x03, 0x80, // ###
GerritPathuis 1:d27a7e06c233 1551 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1552 0x3F, 0x00, // ######
GerritPathuis 1:d27a7e06c233 1553 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1554 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1555 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1556 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1557 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1558
GerritPathuis 1:d27a7e06c233 1559 // @2688 't' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1560 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1561 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1562 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1563 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1564 0x7F, 0x00, // #######
GerritPathuis 1:d27a7e06c233 1565 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1566 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1567 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1568 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1569 0x18, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1570 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1571 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1572 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1573 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1574 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1575 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1576
GerritPathuis 1:d27a7e06c233 1577 // @2720 'u' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1578 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1579 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1580 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1581 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1582 0x73, 0x80, // ### ###
GerritPathuis 1:d27a7e06c233 1583 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1584 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1585 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1586 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1587 0x33, 0x80, // ## ###
GerritPathuis 1:d27a7e06c233 1588 0x1D, 0xC0, // ### ###
GerritPathuis 1:d27a7e06c233 1589 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1590 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1591 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1592 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1593 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1594
GerritPathuis 1:d27a7e06c233 1595 // @2752 'v' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1596 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1597 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1598 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1599 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1600 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1601 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1602 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1603 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1604 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1605 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1606 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1607 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1608 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1609 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1610 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1611 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1612
GerritPathuis 1:d27a7e06c233 1613 // @2784 'w' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1614 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1615 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1616 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1617 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1618 0xF1, 0xE0, // #### ####
GerritPathuis 1:d27a7e06c233 1619 0x60, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1620 0x64, 0xC0, // ## # ##
GerritPathuis 1:d27a7e06c233 1621 0x6E, 0xC0, // ## ### ##
GerritPathuis 1:d27a7e06c233 1622 0x3B, 0x80, // ### ###
GerritPathuis 1:d27a7e06c233 1623 0x3B, 0x80, // ### ###
GerritPathuis 1:d27a7e06c233 1624 0x31, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1625 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1626 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1627 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1628 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1629 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1630
GerritPathuis 1:d27a7e06c233 1631 // @2816 'x' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1632 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1633 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1634 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1635 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1636 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1637 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1638 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1639 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1640 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1641 0x1B, 0x00, // ## ##
GerritPathuis 1:d27a7e06c233 1642 0x7B, 0xC0, // #### ####
GerritPathuis 1:d27a7e06c233 1643 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1644 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1645 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1646 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1647 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1648
GerritPathuis 1:d27a7e06c233 1649 // @2848 'y' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1650 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1651 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1652 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1653 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1654 0x79, 0xE0, // #### ####
GerritPathuis 1:d27a7e06c233 1655 0x30, 0xC0, // ## ##
GerritPathuis 1:d27a7e06c233 1656 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1657 0x19, 0x80, // ## ##
GerritPathuis 1:d27a7e06c233 1658 0x0B, 0x00, // # ##
GerritPathuis 1:d27a7e06c233 1659 0x0F, 0x00, // ####
GerritPathuis 1:d27a7e06c233 1660 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1661 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1662 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1663 0x3E, 0x00, // #####
GerritPathuis 1:d27a7e06c233 1664 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1665 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1666
GerritPathuis 1:d27a7e06c233 1667 // @2880 'z' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1668 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1669 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1670 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1671 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1672 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1673 0x21, 0x80, // # ##
GerritPathuis 1:d27a7e06c233 1674 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1675 0x0E, 0x00, // ###
GerritPathuis 1:d27a7e06c233 1676 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1677 0x30, 0x80, // ## #
GerritPathuis 1:d27a7e06c233 1678 0x3F, 0x80, // #######
GerritPathuis 1:d27a7e06c233 1679 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1680 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1681 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1682 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1683 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1684
GerritPathuis 1:d27a7e06c233 1685 // @2912 '{' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1686 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1687 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1688 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1689 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1690 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1691 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1692 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1693 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1694 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1695 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1696 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1697 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1698 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1699 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1700 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1701 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1702
GerritPathuis 1:d27a7e06c233 1703 // @2944 '|' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1704 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1705 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1706 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1707 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1708 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1709 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1710 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1711 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1712 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1713 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1714 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1715 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1716 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1717 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1718 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1719 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1720
GerritPathuis 1:d27a7e06c233 1721 // @2976 '}' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1722 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1723 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1724 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1725 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1726 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1727 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1728 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1729 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1730 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1731 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1732 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1733 0x06, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1734 0x0C, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1735 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1736 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1737 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1738
GerritPathuis 1:d27a7e06c233 1739 // @3008 '~' (11 pixels wide)
GerritPathuis 1:d27a7e06c233 1740 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1741 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1742 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1743 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1744 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1745 0x18, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1746 0x24, 0x80, // # # #
GerritPathuis 1:d27a7e06c233 1747 0x03, 0x00, // ##
GerritPathuis 1:d27a7e06c233 1748 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1749 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1750 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1751 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1752 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1753 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1754 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1755 0x00, 0x00, //
GerritPathuis 1:d27a7e06c233 1756 };
GerritPathuis 1:d27a7e06c233 1757
GerritPathuis 1:d27a7e06c233 1758 sFONT Font16 = {
GerritPathuis 1:d27a7e06c233 1759 Font16_Table,
GerritPathuis 1:d27a7e06c233 1760 11, /* Width */
GerritPathuis 1:d27a7e06c233 1761 16, /* Height */
GerritPathuis 1:d27a7e06c233 1762 };
GerritPathuis 1:d27a7e06c233 1763
GerritPathuis 1:d27a7e06c233 1764 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
GerritPathuis 1:d27a7e06c233 1765