Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:04

0001 /* SPDX-License-Identifier: BSD-2-Clause */
0002 
0003 /*
0004  * Display driver for HCMS29xx.
0005  *
0006  * This file defines the 5x7 bit font used in disp_hcms29xx.
0007  */
0008 
0009 /*
0010  * Copyright (c) 2008 embedded brains GmbH & Co. KG
0011  *
0012  * Redistribution and use in source and binary forms, with or without
0013  * modification, are permitted provided that the following conditions
0014  * are met:
0015  * 1. Redistributions of source code must retain the above copyright
0016  *    notice, this list of conditions and the following disclaimer.
0017  * 2. Redistributions in binary form must reproduce the above copyright
0018  *    notice, this list of conditions and the following disclaimer in the
0019  *    documentation and/or other materials provided with the distribution.
0020  *
0021  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
0022  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
0023  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
0024  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
0025  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
0026  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
0027  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
0028  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
0029  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
0030  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
0031  * POSSIBILITY OF SUCH DAMAGE.
0032  */
0033 
0034 #include <stddef.h>
0035 #include "disp_fonts.h"
0036 
0037 const unsigned char bitmap_hp_fixed_5_7_0 [5] = {
0038   0x08,
0039   0x1c,
0040   0x3e,
0041   0x7f,
0042   0x00
0043 };
0044 struct disp_font_glyph glyph_hp_fixed_5_7_0 = {
0045   {5,7,0,0},
0046   5, 0, bitmap_hp_fixed_5_7_0,
0047 };
0048 
0049 const unsigned char bitmap_hp_fixed_5_7_1 [5] = {
0050   0x30,
0051   0x45,
0052   0x48,
0053   0x40,
0054   0x30
0055 };
0056 struct disp_font_glyph glyph_hp_fixed_5_7_1 = {
0057   {5,7,0,0},
0058   5, 0, bitmap_hp_fixed_5_7_1,
0059 };
0060 
0061 const unsigned char bitmap_hp_fixed_5_7_2 [5] = {
0062   0x45,
0063   0x29,
0064   0x11,
0065   0x29,
0066   0x45
0067 };
0068 struct disp_font_glyph glyph_hp_fixed_5_7_2 = {
0069   {5,7,0,0},
0070   5, 0, bitmap_hp_fixed_5_7_2,
0071 };
0072 
0073 const unsigned char bitmap_hp_fixed_5_7_3 [5] = {
0074   0x7d,
0075   0x09,
0076   0x11,
0077   0x21,
0078   0x7d
0079 };
0080 struct disp_font_glyph glyph_hp_fixed_5_7_3 = {
0081   {5,7,0,0},
0082   5, 0, bitmap_hp_fixed_5_7_3,
0083 };
0084 
0085 const unsigned char bitmap_hp_fixed_5_7_4 [5] = {
0086   0x7d,
0087   0x09,
0088   0x05,
0089   0x05,
0090   0x79
0091 };
0092 struct disp_font_glyph glyph_hp_fixed_5_7_4 = {
0093   {5,7,0,0},
0094   5, 0, bitmap_hp_fixed_5_7_4,
0095 };
0096 
0097 const unsigned char bitmap_hp_fixed_5_7_5 [5] = {
0098   0x38,
0099   0x44,
0100   0x44,
0101   0x38,
0102   0x44
0103 };
0104 struct disp_font_glyph glyph_hp_fixed_5_7_5 = {
0105   {5,7,0,0},
0106   5, 0, bitmap_hp_fixed_5_7_5,
0107 };
0108 
0109 const unsigned char bitmap_hp_fixed_5_7_6 [5] = {
0110   0x7e,
0111   0x01,
0112   0x29,
0113   0x2e,
0114   0x10
0115 };
0116 struct disp_font_glyph glyph_hp_fixed_5_7_6 = {
0117   {5,7,0,0},
0118   5, 0, bitmap_hp_fixed_5_7_6,
0119 };
0120 
0121 const unsigned char bitmap_hp_fixed_5_7_7 [5] = {
0122   0x30,
0123   0x4a,
0124   0x4d,
0125   0x49,
0126   0x30
0127 };
0128 struct disp_font_glyph glyph_hp_fixed_5_7_7 = {
0129   {5,7,0,0},
0130   5, 0, bitmap_hp_fixed_5_7_7,
0131 };
0132 
0133 const unsigned char bitmap_hp_fixed_5_7_8 [5] = {
0134   0x60,
0135   0x50,
0136   0x48,
0137   0x50,
0138   0x60
0139 };
0140 struct disp_font_glyph glyph_hp_fixed_5_7_8 = {
0141   {5,7,0,0},
0142   5, 0, bitmap_hp_fixed_5_7_8,
0143 };
0144 
0145 const unsigned char bitmap_hp_fixed_5_7_9 [5] = {
0146   0x1e,
0147   0x04,
0148   0x04,
0149   0x38,
0150   0x40
0151 };
0152 struct disp_font_glyph glyph_hp_fixed_5_7_9 = {
0153   {5,7,0,0},
0154   5, 0, bitmap_hp_fixed_5_7_9,
0155 };
0156 
0157 const unsigned char bitmap_hp_fixed_5_7_10 [5] = {
0158   0x3e,
0159   0x49,
0160   0x49,
0161   0x49,
0162   0x3e
0163 };
0164 struct disp_font_glyph glyph_hp_fixed_5_7_10 = {
0165   {5,7,0,0},
0166   5, 0, bitmap_hp_fixed_5_7_10,
0167 };
0168 
0169 const unsigned char bitmap_hp_fixed_5_7_11 [5] = {
0170   0x62,
0171   0x14,
0172   0x08,
0173   0x10,
0174   0x60
0175 };
0176 struct disp_font_glyph glyph_hp_fixed_5_7_11 = {
0177   {5,7,0,0},
0178   5, 0, bitmap_hp_fixed_5_7_11,
0179 };
0180 
0181 const unsigned char bitmap_hp_fixed_5_7_12 [5] = {
0182   0x40,
0183   0x3c,
0184   0x20,
0185   0x20,
0186   0x1c
0187 };
0188 struct disp_font_glyph glyph_hp_fixed_5_7_12 = {
0189   {5,7,0,0},
0190   5, 0, bitmap_hp_fixed_5_7_12,
0191 };
0192 
0193 const unsigned char bitmap_hp_fixed_5_7_13 [5] = {
0194   0x08,
0195   0x7c,
0196   0x04,
0197   0x7c,
0198   0x02
0199 };
0200 struct disp_font_glyph glyph_hp_fixed_5_7_13 = {
0201   {5,7,0,0},
0202   5, 0, bitmap_hp_fixed_5_7_13,
0203 };
0204 
0205 const unsigned char bitmap_hp_fixed_5_7_14 [5] = {
0206   0x38,
0207   0x44,
0208   0x44,
0209   0x3c,
0210   0x04
0211 };
0212 struct disp_font_glyph glyph_hp_fixed_5_7_14 = {
0213   {5,7,0,0},
0214   5, 0, bitmap_hp_fixed_5_7_14,
0215 };
0216 
0217 const unsigned char bitmap_hp_fixed_5_7_15 [5] = {
0218   0x41,
0219   0x63,
0220   0x55,
0221   0x49,
0222   0x41
0223 };
0224 struct disp_font_glyph glyph_hp_fixed_5_7_15 = {
0225   {5,7,0,0},
0226   5, 0, bitmap_hp_fixed_5_7_15,
0227 };
0228 
0229 const unsigned char bitmap_hp_fixed_5_7_16 [5] = {
0230   0x10,
0231   0x08,
0232   0x78,
0233   0x08,
0234   0x04
0235 };
0236 struct disp_font_glyph glyph_hp_fixed_5_7_16 = {
0237   {5,7,0,0},
0238   5, 0, bitmap_hp_fixed_5_7_16,
0239 };
0240 
0241 const unsigned char bitmap_hp_fixed_5_7_17 [5] = {
0242   0x18,
0243   0x24,
0244   0x7e,
0245   0x24,
0246   0x18
0247 };
0248 struct disp_font_glyph glyph_hp_fixed_5_7_17 = {
0249   {5,7,0,0},
0250   5, 0, bitmap_hp_fixed_5_7_17,
0251 };
0252 
0253 const unsigned char bitmap_hp_fixed_5_7_18 [5] = {
0254   0x5e,
0255   0x61,
0256   0x01,
0257   0x61,
0258   0x5e
0259 };
0260 struct disp_font_glyph glyph_hp_fixed_5_7_18 = {
0261   {5,7,0,0},
0262   5, 0, bitmap_hp_fixed_5_7_18,
0263 };
0264 
0265 const unsigned char bitmap_hp_fixed_5_7_19 [5] = {
0266   0x78,
0267   0x14,
0268   0x15,
0269   0x14,
0270   0x78
0271 };
0272 struct disp_font_glyph glyph_hp_fixed_5_7_19 = {
0273   {5,7,0,0},
0274   5, 0, bitmap_hp_fixed_5_7_19,
0275 };
0276 
0277 const unsigned char bitmap_hp_fixed_5_7_20 [5] = {
0278   0x38,
0279   0x44,
0280   0x45,
0281   0x3c,
0282   0x40
0283 };
0284 struct disp_font_glyph glyph_hp_fixed_5_7_20 = {
0285   {5,7,0,0},
0286   5, 0, bitmap_hp_fixed_5_7_20,
0287 };
0288 
0289 const unsigned char bitmap_hp_fixed_5_7_21 [5] = {
0290   0x78,
0291   0x15,
0292   0x14,
0293   0x15,
0294   0x78
0295 };
0296 struct disp_font_glyph glyph_hp_fixed_5_7_21 = {
0297   {5,7,0,0},
0298   5, 0, bitmap_hp_fixed_5_7_21,
0299 };
0300 
0301 const unsigned char bitmap_hp_fixed_5_7_22 [5] = {
0302   0x38,
0303   0x45,
0304   0x44,
0305   0x3d,
0306   0x40
0307 };
0308 struct disp_font_glyph glyph_hp_fixed_5_7_22 = {
0309   {5,7,0,0},
0310   5, 0, bitmap_hp_fixed_5_7_22,
0311 };
0312 
0313 const unsigned char bitmap_hp_fixed_5_7_23 [5] = {
0314   0x3c,
0315   0x43,
0316   0x42,
0317   0x43,
0318   0x3c
0319 };
0320 struct disp_font_glyph glyph_hp_fixed_5_7_23 = {
0321   {5,7,0,0},
0322   5, 0, bitmap_hp_fixed_5_7_23,
0323 };
0324 
0325 const unsigned char bitmap_hp_fixed_5_7_24 [5] = {
0326   0x38,
0327   0x45,
0328   0x44,
0329   0x45,
0330   0x38
0331 };
0332 struct disp_font_glyph glyph_hp_fixed_5_7_24 = {
0333   {5,7,0,0},
0334   5, 0, bitmap_hp_fixed_5_7_24,
0335 };
0336 
0337 const unsigned char bitmap_hp_fixed_5_7_25 [5] = {
0338   0x3c,
0339   0x41,
0340   0x40,
0341   0x41,
0342   0x3c
0343 };
0344 struct disp_font_glyph glyph_hp_fixed_5_7_25 = {
0345   {5,7,0,0},
0346   5, 0, bitmap_hp_fixed_5_7_25,
0347 };
0348 
0349 const unsigned char bitmap_hp_fixed_5_7_26 [5] = {
0350   0x38,
0351   0x42,
0352   0x40,
0353   0x42,
0354   0x38
0355 };
0356 struct disp_font_glyph glyph_hp_fixed_5_7_26 = {
0357   {5,7,0,0},
0358   5, 0, bitmap_hp_fixed_5_7_26,
0359 };
0360 
0361 const unsigned char bitmap_hp_fixed_5_7_27 [5] = {
0362   0x08,
0363   0x08,
0364   0x2a,
0365   0x1c,
0366   0x08
0367 };
0368 struct disp_font_glyph glyph_hp_fixed_5_7_27 = {
0369   {5,7,0,0},
0370   5, 0, bitmap_hp_fixed_5_7_27,
0371 };
0372 
0373 const unsigned char bitmap_hp_fixed_5_7_28 [5] = {
0374   0x20,
0375   0x7e,
0376   0x02,
0377   0x02,
0378   0x02
0379 };
0380 struct disp_font_glyph glyph_hp_fixed_5_7_28 = {
0381   {5,7,0,0},
0382   5, 0, bitmap_hp_fixed_5_7_28,
0383 };
0384 
0385 const unsigned char bitmap_hp_fixed_5_7_29 [5] = {
0386   0x12,
0387   0x19,
0388   0x15,
0389   0x12,
0390   0x00
0391 };
0392 struct disp_font_glyph glyph_hp_fixed_5_7_29 = {
0393   {5,7,0,0},
0394   5, 0, bitmap_hp_fixed_5_7_29,
0395 };
0396 
0397 const unsigned char bitmap_hp_fixed_5_7_30 [5] = {
0398   0x48,
0399   0x7e,
0400   0x49,
0401   0x41,
0402   0x42
0403 };
0404 struct disp_font_glyph glyph_hp_fixed_5_7_30 = {
0405   {5,7,0,0},
0406   5, 0, bitmap_hp_fixed_5_7_30,
0407 };
0408 
0409 const unsigned char bitmap_hp_fixed_5_7_31 [5] = {
0410   0x01,
0411   0x12,
0412   0x7c,
0413   0x12,
0414   0x01
0415 };
0416 struct disp_font_glyph glyph_hp_fixed_5_7_31 = {
0417   {5,7,0,0},
0418   5, 0, bitmap_hp_fixed_5_7_31,
0419 };
0420 
0421 const unsigned char bitmap_hp_fixed_5_7_32 [5] = {
0422   0x00,
0423   0x00,
0424   0x00,
0425   0x00,
0426   0x00
0427 };
0428 struct disp_font_glyph glyph_hp_fixed_5_7_32 = {
0429   {5,7,0,0},
0430   5, 0, bitmap_hp_fixed_5_7_32,
0431 };
0432 
0433 const unsigned char bitmap_hp_fixed_5_7_33 [5] = {
0434   0x00,
0435   0x5f,
0436   0x00,
0437   0x00,
0438   0x00
0439 };
0440 struct disp_font_glyph glyph_hp_fixed_5_7_33 = {
0441   {5,7,0,0},
0442   5, 0, bitmap_hp_fixed_5_7_33,
0443 };
0444 
0445 const unsigned char bitmap_hp_fixed_5_7_34 [5] = {
0446   0x00,
0447   0x03,
0448   0x00,
0449   0x03,
0450   0x00
0451 };
0452 struct disp_font_glyph glyph_hp_fixed_5_7_34 = {
0453   {5,7,0,0},
0454   5, 0, bitmap_hp_fixed_5_7_34,
0455 };
0456 
0457 const unsigned char bitmap_hp_fixed_5_7_35 [5] = {
0458   0x14,
0459   0x7f,
0460   0x14,
0461   0x7f,
0462   0x14
0463 };
0464 struct disp_font_glyph glyph_hp_fixed_5_7_35 = {
0465   {5,7,0,0},
0466   5, 0, bitmap_hp_fixed_5_7_35,
0467 };
0468 
0469 const unsigned char bitmap_hp_fixed_5_7_36 [5] = {
0470   0x24,
0471   0x2a,
0472   0x7f,
0473   0x2a,
0474   0x12
0475 };
0476 struct disp_font_glyph glyph_hp_fixed_5_7_36 = {
0477   {5,7,0,0},
0478   5, 0, bitmap_hp_fixed_5_7_36,
0479 };
0480 
0481 const unsigned char bitmap_hp_fixed_5_7_37 [5] = {
0482   0x23,
0483   0x13,
0484   0x08,
0485   0x64,
0486   0x62
0487 };
0488 struct disp_font_glyph glyph_hp_fixed_5_7_37 = {
0489   {5,7,0,0},
0490   5, 0, bitmap_hp_fixed_5_7_37,
0491 };
0492 
0493 const unsigned char bitmap_hp_fixed_5_7_38 [5] = {
0494   0x36,
0495   0x49,
0496   0x56,
0497   0x20,
0498   0x50
0499 };
0500 struct disp_font_glyph glyph_hp_fixed_5_7_38 = {
0501   {5,7,0,0},
0502   5, 0, bitmap_hp_fixed_5_7_38,
0503 };
0504 
0505 const unsigned char bitmap_hp_fixed_5_7_39 [5] = {
0506   0x00,
0507   0x0b,
0508   0x07,
0509   0x00,
0510   0x00
0511 };
0512 struct disp_font_glyph glyph_hp_fixed_5_7_39 = {
0513   {5,7,0,0},
0514   5, 0, bitmap_hp_fixed_5_7_39,
0515 };
0516 
0517 const unsigned char bitmap_hp_fixed_5_7_40 [5] = {
0518   0x00,
0519   0x00,
0520   0x3e,
0521   0x41,
0522   0x00
0523 };
0524 struct disp_font_glyph glyph_hp_fixed_5_7_40 = {
0525   {5,7,0,0},
0526   5, 0, bitmap_hp_fixed_5_7_40,
0527 };
0528 
0529 const unsigned char bitmap_hp_fixed_5_7_41 [5] = {
0530   0x00,
0531   0x41,
0532   0x3e,
0533   0x00,
0534   0x00
0535 };
0536 struct disp_font_glyph glyph_hp_fixed_5_7_41 = {
0537   {5,7,0,0},
0538   5, 0, bitmap_hp_fixed_5_7_41,
0539 };
0540 
0541 const unsigned char bitmap_hp_fixed_5_7_42 [5] = {
0542   0x08,
0543   0x2a,
0544   0x1c,
0545   0x2a,
0546   0x08
0547 };
0548 struct disp_font_glyph glyph_hp_fixed_5_7_42 = {
0549   {5,7,0,0},
0550   5, 0, bitmap_hp_fixed_5_7_42,
0551 };
0552 
0553 const unsigned char bitmap_hp_fixed_5_7_43 [5] = {
0554   0x08,
0555   0x08,
0556   0x3e,
0557   0x08,
0558   0x08
0559 };
0560 struct disp_font_glyph glyph_hp_fixed_5_7_43 = {
0561   {5,7,0,0},
0562   5, 0, bitmap_hp_fixed_5_7_43,
0563 };
0564 
0565 const unsigned char bitmap_hp_fixed_5_7_44 [5] = {
0566   0x00,
0567   0x58,
0568   0x38,
0569   0x00,
0570   0x00
0571 };
0572 struct disp_font_glyph glyph_hp_fixed_5_7_44 = {
0573   {5,7,0,0},
0574   5, 0, bitmap_hp_fixed_5_7_44,
0575 };
0576 
0577 const unsigned char bitmap_hp_fixed_5_7_45 [5] = {
0578   0x08,
0579   0x08,
0580   0x08,
0581   0x08,
0582   0x08
0583 };
0584 struct disp_font_glyph glyph_hp_fixed_5_7_45 = {
0585   {5,7,0,0},
0586   5, 0, bitmap_hp_fixed_5_7_45,
0587 };
0588 
0589 const unsigned char bitmap_hp_fixed_5_7_46 [5] = {
0590   0x00,
0591   0x30,
0592   0x30,
0593   0x00,
0594   0x00
0595 };
0596 struct disp_font_glyph glyph_hp_fixed_5_7_46 = {
0597   {5,7,0,0},
0598   5, 0, bitmap_hp_fixed_5_7_46,
0599 };
0600 
0601 const unsigned char bitmap_hp_fixed_5_7_47 [5] = {
0602   0x20,
0603   0x10,
0604   0x08,
0605   0x04,
0606   0x02
0607 };
0608 struct disp_font_glyph glyph_hp_fixed_5_7_47 = {
0609   {5,7,0,0},
0610   5, 0, bitmap_hp_fixed_5_7_47,
0611 };
0612 
0613 const unsigned char bitmap_hp_fixed_5_7_48 [5] = {
0614   0x3e,
0615   0x51,
0616   0x49,
0617   0x45,
0618   0x3e
0619 };
0620 struct disp_font_glyph glyph_hp_fixed_5_7_48 = {
0621   {5,7,0,0},
0622   5, 0, bitmap_hp_fixed_5_7_48,
0623 };
0624 
0625 const unsigned char bitmap_hp_fixed_5_7_49 [5] = {
0626   0x00,
0627   0x42,
0628   0x7f,
0629   0x40,
0630   0x00
0631 };
0632 struct disp_font_glyph glyph_hp_fixed_5_7_49 = {
0633   {5,7,0,0},
0634   5, 0, bitmap_hp_fixed_5_7_49,
0635 };
0636 
0637 const unsigned char bitmap_hp_fixed_5_7_50 [5] = {
0638   0x62,
0639   0x51,
0640   0x49,
0641   0x49,
0642   0x46
0643 };
0644 struct disp_font_glyph glyph_hp_fixed_5_7_50 = {
0645   {5,7,0,0},
0646   5, 0, bitmap_hp_fixed_5_7_50,
0647 };
0648 
0649 const unsigned char bitmap_hp_fixed_5_7_51 [5] = {
0650   0x22,
0651   0x41,
0652   0x49,
0653   0x49,
0654   0x36
0655 };
0656 struct disp_font_glyph glyph_hp_fixed_5_7_51 = {
0657   {5,7,0,0},
0658   5, 0, bitmap_hp_fixed_5_7_51,
0659 };
0660 
0661 const unsigned char bitmap_hp_fixed_5_7_52 [5] = {
0662   0x18,
0663   0x14,
0664   0x12,
0665   0x7f,
0666   0x10
0667 };
0668 struct disp_font_glyph glyph_hp_fixed_5_7_52 = {
0669   {5,7,0,0},
0670   5, 0, bitmap_hp_fixed_5_7_52,
0671 };
0672 
0673 const unsigned char bitmap_hp_fixed_5_7_53 [5] = {
0674   0x27,
0675   0x45,
0676   0x45,
0677   0x45,
0678   0x39
0679 };
0680 struct disp_font_glyph glyph_hp_fixed_5_7_53 = {
0681   {5,7,0,0},
0682   5, 0, bitmap_hp_fixed_5_7_53,
0683 };
0684 
0685 const unsigned char bitmap_hp_fixed_5_7_54 [5] = {
0686   0x3c,
0687   0x4a,
0688   0x49,
0689   0x49,
0690   0x30
0691 };
0692 struct disp_font_glyph glyph_hp_fixed_5_7_54 = {
0693   {5,7,0,0},
0694   5, 0, bitmap_hp_fixed_5_7_54,
0695 };
0696 
0697 const unsigned char bitmap_hp_fixed_5_7_55 [5] = {
0698   0x01,
0699   0x71,
0700   0x09,
0701   0x05,
0702   0x03
0703 };
0704 struct disp_font_glyph glyph_hp_fixed_5_7_55 = {
0705   {5,7,0,0},
0706   5, 0, bitmap_hp_fixed_5_7_55,
0707 };
0708 
0709 const unsigned char bitmap_hp_fixed_5_7_56 [5] = {
0710   0x36,
0711   0x49,
0712   0x49,
0713   0x49,
0714   0x36
0715 };
0716 struct disp_font_glyph glyph_hp_fixed_5_7_56 = {
0717   {5,7,0,0},
0718   5, 0, bitmap_hp_fixed_5_7_56,
0719 };
0720 
0721 const unsigned char bitmap_hp_fixed_5_7_57 [5] = {
0722   0x06,
0723   0x49,
0724   0x49,
0725   0x29,
0726   0x1e
0727 };
0728 struct disp_font_glyph glyph_hp_fixed_5_7_57 = {
0729   {5,7,0,0},
0730   5, 0, bitmap_hp_fixed_5_7_57,
0731 };
0732 
0733 const unsigned char bitmap_hp_fixed_5_7_58 [5] = {
0734   0x00,
0735   0x36,
0736   0x36,
0737   0x00,
0738   0x00
0739 };
0740 struct disp_font_glyph glyph_hp_fixed_5_7_58 = {
0741   {5,7,0,0},
0742   5, 0, bitmap_hp_fixed_5_7_58,
0743 };
0744 
0745 const unsigned char bitmap_hp_fixed_5_7_59 [5] = {
0746   0x00,
0747   0x5b,
0748   0x3b,
0749   0x00,
0750   0x00
0751 };
0752 struct disp_font_glyph glyph_hp_fixed_5_7_59 = {
0753   {5,7,0,0},
0754   5, 0, bitmap_hp_fixed_5_7_59,
0755 };
0756 
0757 const unsigned char bitmap_hp_fixed_5_7_60 [5] = {
0758   0x00,
0759   0x08,
0760   0x14,
0761   0x22,
0762   0x41
0763 };
0764 struct disp_font_glyph glyph_hp_fixed_5_7_60 = {
0765   {5,7,0,0},
0766   5, 0, bitmap_hp_fixed_5_7_60,
0767 };
0768 
0769 const unsigned char bitmap_hp_fixed_5_7_61 [5] = {
0770   0x14,
0771   0x14,
0772   0x14,
0773   0x14,
0774   0x14
0775 };
0776 struct disp_font_glyph glyph_hp_fixed_5_7_61 = {
0777   {5,7,0,0},
0778   5, 0, bitmap_hp_fixed_5_7_61,
0779 };
0780 
0781 const unsigned char bitmap_hp_fixed_5_7_62 [5] = {
0782   0x41,
0783   0x22,
0784   0x14,
0785   0x08,
0786   0x00
0787 };
0788 struct disp_font_glyph glyph_hp_fixed_5_7_62 = {
0789   {5,7,0,0},
0790   5, 0, bitmap_hp_fixed_5_7_62,
0791 };
0792 
0793 const unsigned char bitmap_hp_fixed_5_7_63 [5] = {
0794   0x02,
0795   0x01,
0796   0x51,
0797   0x09,
0798   0x06
0799 };
0800 struct disp_font_glyph glyph_hp_fixed_5_7_63 = {
0801   {5,7,0,0},
0802   5, 0, bitmap_hp_fixed_5_7_63,
0803 };
0804 
0805 const unsigned char bitmap_hp_fixed_5_7_64 [5] = {
0806   0x3e,
0807   0x41,
0808   0x5d,
0809   0x55,
0810   0x1e
0811 };
0812 struct disp_font_glyph glyph_hp_fixed_5_7_64 = {
0813   {5,7,0,0},
0814   5, 0, bitmap_hp_fixed_5_7_64,
0815 };
0816 
0817 const unsigned char bitmap_hp_fixed_5_7_65 [5] = {
0818   0x7e,
0819   0x09,
0820   0x09,
0821   0x09,
0822   0x7e
0823 };
0824 struct disp_font_glyph glyph_hp_fixed_5_7_65 = {
0825   {5,7,0,0},
0826   5, 0, bitmap_hp_fixed_5_7_65,
0827 };
0828 
0829 const unsigned char bitmap_hp_fixed_5_7_66 [5] = {
0830   0x7e,
0831   0x49,
0832   0x49,
0833   0x49,
0834   0x36
0835 };
0836 struct disp_font_glyph glyph_hp_fixed_5_7_66 = {
0837   {5,7,0,0},
0838   5, 0, bitmap_hp_fixed_5_7_66,
0839 };
0840 
0841 const unsigned char bitmap_hp_fixed_5_7_67 [5] = {
0842   0x3e,
0843   0x41,
0844   0x41,
0845   0x41,
0846   0x22
0847 };
0848 struct disp_font_glyph glyph_hp_fixed_5_7_67 = {
0849   {5,7,0,0},
0850   5, 0, bitmap_hp_fixed_5_7_67,
0851 };
0852 
0853 const unsigned char bitmap_hp_fixed_5_7_68 [5] = {
0854   0x7f,
0855   0x41,
0856   0x41,
0857   0x41,
0858   0x3e
0859 };
0860 struct disp_font_glyph glyph_hp_fixed_5_7_68 = {
0861   {5,7,0,0},
0862   5, 0, bitmap_hp_fixed_5_7_68,
0863 };
0864 
0865 const unsigned char bitmap_hp_fixed_5_7_69 [5] = {
0866   0x7f,
0867   0x49,
0868   0x49,
0869   0x49,
0870   0x41
0871 };
0872 struct disp_font_glyph glyph_hp_fixed_5_7_69 = {
0873   {5,7,0,0},
0874   5, 0, bitmap_hp_fixed_5_7_69,
0875 };
0876 
0877 const unsigned char bitmap_hp_fixed_5_7_70 [5] = {
0878   0x7f,
0879   0x09,
0880   0x09,
0881   0x09,
0882   0x01
0883 };
0884 struct disp_font_glyph glyph_hp_fixed_5_7_70 = {
0885   {5,7,0,0},
0886   5, 0, bitmap_hp_fixed_5_7_70,
0887 };
0888 
0889 const unsigned char bitmap_hp_fixed_5_7_71 [5] = {
0890   0x3e,
0891   0x41,
0892   0x41,
0893   0x51,
0894   0x32
0895 };
0896 struct disp_font_glyph glyph_hp_fixed_5_7_71 = {
0897   {5,7,0,0},
0898   5, 0, bitmap_hp_fixed_5_7_71,
0899 };
0900 
0901 const unsigned char bitmap_hp_fixed_5_7_72 [5] = {
0902   0x7f,
0903   0x08,
0904   0x08,
0905   0x08,
0906   0x7f
0907 };
0908 struct disp_font_glyph glyph_hp_fixed_5_7_72 = {
0909   {5,7,0,0},
0910   5, 0, bitmap_hp_fixed_5_7_72,
0911 };
0912 
0913 const unsigned char bitmap_hp_fixed_5_7_73 [5] = {
0914   0x00,
0915   0x41,
0916   0x7f,
0917   0x41,
0918   0x00
0919 };
0920 struct disp_font_glyph glyph_hp_fixed_5_7_73 = {
0921   {5,7,0,0},
0922   5, 0, bitmap_hp_fixed_5_7_73,
0923 };
0924 
0925 const unsigned char bitmap_hp_fixed_5_7_74 [5] = {
0926   0x20,
0927   0x40,
0928   0x40,
0929   0x40,
0930   0x3f
0931 };
0932 struct disp_font_glyph glyph_hp_fixed_5_7_74 = {
0933   {5,7,0,0},
0934   5, 0, bitmap_hp_fixed_5_7_74,
0935 };
0936 
0937 const unsigned char bitmap_hp_fixed_5_7_75 [5] = {
0938   0x7f,
0939   0x08,
0940   0x14,
0941   0x22,
0942   0x41
0943 };
0944 struct disp_font_glyph glyph_hp_fixed_5_7_75 = {
0945   {5,7,0,0},
0946   5, 0, bitmap_hp_fixed_5_7_75,
0947 };
0948 
0949 const unsigned char bitmap_hp_fixed_5_7_76 [5] = {
0950   0x7f,
0951   0x40,
0952   0x40,
0953   0x40,
0954   0x40
0955 };
0956 struct disp_font_glyph glyph_hp_fixed_5_7_76 = {
0957   {5,7,0,0},
0958   5, 0, bitmap_hp_fixed_5_7_76,
0959 };
0960 
0961 const unsigned char bitmap_hp_fixed_5_7_77 [5] = {
0962   0x7f,
0963   0x02,
0964   0x0c,
0965   0x02,
0966   0x7f
0967 };
0968 struct disp_font_glyph glyph_hp_fixed_5_7_77 = {
0969   {5,7,0,0},
0970   5, 0, bitmap_hp_fixed_5_7_77,
0971 };
0972 
0973 const unsigned char bitmap_hp_fixed_5_7_78 [5] = {
0974   0x7f,
0975   0x04,
0976   0x08,
0977   0x10,
0978   0x7f
0979 };
0980 struct disp_font_glyph glyph_hp_fixed_5_7_78 = {
0981   {5,7,0,0},
0982   5, 0, bitmap_hp_fixed_5_7_78,
0983 };
0984 
0985 const unsigned char bitmap_hp_fixed_5_7_79 [5] = {
0986   0x3e,
0987   0x41,
0988   0x41,
0989   0x41,
0990   0x3e
0991 };
0992 struct disp_font_glyph glyph_hp_fixed_5_7_79 = {
0993   {5,7,0,0},
0994   5, 0, bitmap_hp_fixed_5_7_79,
0995 };
0996 
0997 const unsigned char bitmap_hp_fixed_5_7_80 [5] = {
0998   0x7f,
0999   0x09,
1000   0x09,
1001   0x09,
1002   0x06
1003 };
1004 struct disp_font_glyph glyph_hp_fixed_5_7_80 = {
1005   {5,7,0,0},
1006   5, 0, bitmap_hp_fixed_5_7_80,
1007 };
1008 
1009 const unsigned char bitmap_hp_fixed_5_7_81 [5] = {
1010   0x3e,
1011   0x41,
1012   0x51,
1013   0x21,
1014   0x5e
1015 };
1016 struct disp_font_glyph glyph_hp_fixed_5_7_81 = {
1017   {5,7,0,0},
1018   5, 0, bitmap_hp_fixed_5_7_81,
1019 };
1020 
1021 const unsigned char bitmap_hp_fixed_5_7_82 [5] = {
1022   0x7f,
1023   0x09,
1024   0x19,
1025   0x29,
1026   0x46
1027 };
1028 struct disp_font_glyph glyph_hp_fixed_5_7_82 = {
1029   {5,7,0,0},
1030   5, 0, bitmap_hp_fixed_5_7_82,
1031 };
1032 
1033 const unsigned char bitmap_hp_fixed_5_7_83 [5] = {
1034   0x26,
1035   0x49,
1036   0x49,
1037   0x49,
1038   0x32
1039 };
1040 struct disp_font_glyph glyph_hp_fixed_5_7_83 = {
1041   {5,7,0,0},
1042   5, 0, bitmap_hp_fixed_5_7_83,
1043 };
1044 
1045 const unsigned char bitmap_hp_fixed_5_7_84 [5] = {
1046   0x01,
1047   0x01,
1048   0x7f,
1049   0x01,
1050   0x01
1051 };
1052 struct disp_font_glyph glyph_hp_fixed_5_7_84 = {
1053   {5,7,0,0},
1054   5, 0, bitmap_hp_fixed_5_7_84,
1055 };
1056 
1057 const unsigned char bitmap_hp_fixed_5_7_85 [5] = {
1058   0x3f,
1059   0x40,
1060   0x40,
1061   0x40,
1062   0x3f
1063 };
1064 struct disp_font_glyph glyph_hp_fixed_5_7_85 = {
1065   {5,7,0,0},
1066   5, 0, bitmap_hp_fixed_5_7_85,
1067 };
1068 
1069 const unsigned char bitmap_hp_fixed_5_7_86 [5] = {
1070   0x07,
1071   0x18,
1072   0x60,
1073   0x18,
1074   0x07
1075 };
1076 struct disp_font_glyph glyph_hp_fixed_5_7_86 = {
1077   {5,7,0,0},
1078   5, 0, bitmap_hp_fixed_5_7_86,
1079 };
1080 
1081 const unsigned char bitmap_hp_fixed_5_7_87 [5] = {
1082   0x7f,
1083   0x20,
1084   0x18,
1085   0x20,
1086   0x7f
1087 };
1088 struct disp_font_glyph glyph_hp_fixed_5_7_87 = {
1089   {5,7,0,0},
1090   5, 0, bitmap_hp_fixed_5_7_87,
1091 };
1092 
1093 const unsigned char bitmap_hp_fixed_5_7_88 [5] = {
1094   0x63,
1095   0x14,
1096   0x08,
1097   0x14,
1098   0x63
1099 };
1100 struct disp_font_glyph glyph_hp_fixed_5_7_88 = {
1101   {5,7,0,0},
1102   5, 0, bitmap_hp_fixed_5_7_88,
1103 };
1104 
1105 const unsigned char bitmap_hp_fixed_5_7_89 [5] = {
1106   0x03,
1107   0x04,
1108   0x78,
1109   0x04,
1110   0x03
1111 };
1112 struct disp_font_glyph glyph_hp_fixed_5_7_89 = {
1113   {5,7,0,0},
1114   5, 0, bitmap_hp_fixed_5_7_89,
1115 };
1116 
1117 const unsigned char bitmap_hp_fixed_5_7_90 [5] = {
1118   0x61,
1119   0x51,
1120   0x49,
1121   0x45,
1122   0x43
1123 };
1124 struct disp_font_glyph glyph_hp_fixed_5_7_90 = {
1125   {5,7,0,0},
1126   5, 0, bitmap_hp_fixed_5_7_90,
1127 };
1128 
1129 const unsigned char bitmap_hp_fixed_5_7_91 [5] = {
1130   0x00,
1131   0x00,
1132   0x7f,
1133   0x41,
1134   0x41
1135 };
1136 struct disp_font_glyph glyph_hp_fixed_5_7_91 = {
1137   {5,7,0,0},
1138   5, 0, bitmap_hp_fixed_5_7_91,
1139 };
1140 
1141 const unsigned char bitmap_hp_fixed_5_7_92 [5] = {
1142   0x02,
1143   0x04,
1144   0x08,
1145   0x10,
1146   0x20
1147 };
1148 struct disp_font_glyph glyph_hp_fixed_5_7_92 = {
1149   {5,7,0,0},
1150   5, 0, bitmap_hp_fixed_5_7_92,
1151 };
1152 
1153 const unsigned char bitmap_hp_fixed_5_7_93 [5] = {
1154   0x41,
1155   0x41,
1156   0x7f,
1157   0x00,
1158   0x00
1159 };
1160 struct disp_font_glyph glyph_hp_fixed_5_7_93 = {
1161   {5,7,0,0},
1162   5, 0, bitmap_hp_fixed_5_7_93,
1163 };
1164 
1165 const unsigned char bitmap_hp_fixed_5_7_94 [5] = {
1166   0x04,
1167   0x02,
1168   0x7f,
1169   0x02,
1170   0x04
1171 };
1172 struct disp_font_glyph glyph_hp_fixed_5_7_94 = {
1173   {5,7,0,0},
1174   5, 0, bitmap_hp_fixed_5_7_94,
1175 };
1176 
1177 const unsigned char bitmap_hp_fixed_5_7_95 [5] = {
1178   0x40,
1179   0x40,
1180   0x40,
1181   0x40,
1182   0x40
1183 };
1184 struct disp_font_glyph glyph_hp_fixed_5_7_95 = {
1185   {5,7,0,0},
1186   5, 0, bitmap_hp_fixed_5_7_95,
1187 };
1188 
1189 const unsigned char bitmap_hp_fixed_5_7_96 [5] = {
1190   0x00,
1191   0x07,
1192   0x0b,
1193   0x00,
1194   0x00
1195 };
1196 struct disp_font_glyph glyph_hp_fixed_5_7_96 = {
1197   {5,7,0,0},
1198   5, 0, bitmap_hp_fixed_5_7_96,
1199 };
1200 
1201 const unsigned char bitmap_hp_fixed_5_7_97 [5] = {
1202   0x38,
1203   0x44,
1204   0x44,
1205   0x3c,
1206   0x40
1207 };
1208 struct disp_font_glyph glyph_hp_fixed_5_7_97 = {
1209   {5,7,0,0},
1210   5, 0, bitmap_hp_fixed_5_7_97,
1211 };
1212 
1213 const unsigned char bitmap_hp_fixed_5_7_98 [5] = {
1214   0x7f,
1215   0x48,
1216   0x44,
1217   0x44,
1218   0x38
1219 };
1220 struct disp_font_glyph glyph_hp_fixed_5_7_98 = {
1221   {5,7,0,0},
1222   5, 0, bitmap_hp_fixed_5_7_98,
1223 };
1224 
1225 const unsigned char bitmap_hp_fixed_5_7_99 [5] = {
1226   0x38,
1227   0x44,
1228   0x44,
1229   0x44,
1230   0x44
1231 };
1232 struct disp_font_glyph glyph_hp_fixed_5_7_99 = {
1233   {5,7,0,0},
1234   5, 0, bitmap_hp_fixed_5_7_99,
1235 };
1236 
1237 const unsigned char bitmap_hp_fixed_5_7_100 [5] = {
1238   0x38,
1239   0x44,
1240   0x44,
1241   0x48,
1242   0x7f
1243 };
1244 struct disp_font_glyph glyph_hp_fixed_5_7_100 = {
1245   {5,7,0,0},
1246   5, 0, bitmap_hp_fixed_5_7_100,
1247 };
1248 
1249 const unsigned char bitmap_hp_fixed_5_7_101 [5] = {
1250   0x38,
1251   0x54,
1252   0x54,
1253   0x54,
1254   0x08
1255 };
1256 struct disp_font_glyph glyph_hp_fixed_5_7_101 = {
1257   {5,7,0,0},
1258   5, 0, bitmap_hp_fixed_5_7_101,
1259 };
1260 
1261 const unsigned char bitmap_hp_fixed_5_7_102 [5] = {
1262   0x08,
1263   0x7e,
1264   0x09,
1265   0x02,
1266   0x00
1267 };
1268 struct disp_font_glyph glyph_hp_fixed_5_7_102 = {
1269   {5,7,0,0},
1270   5, 0, bitmap_hp_fixed_5_7_102,
1271 };
1272 
1273 const unsigned char bitmap_hp_fixed_5_7_103 [5] = {
1274   0x08,
1275   0x14,
1276   0x54,
1277   0x54,
1278   0x3c
1279 };
1280 struct disp_font_glyph glyph_hp_fixed_5_7_103 = {
1281   {5,7,0,0},
1282   5, 0, bitmap_hp_fixed_5_7_103,
1283 };
1284 
1285 const unsigned char bitmap_hp_fixed_5_7_104 [5] = {
1286   0x7f,
1287   0x08,
1288   0x04,
1289   0x04,
1290   0x78
1291 };
1292 struct disp_font_glyph glyph_hp_fixed_5_7_104 = {
1293   {5,7,0,0},
1294   5, 0, bitmap_hp_fixed_5_7_104,
1295 };
1296 
1297 const unsigned char bitmap_hp_fixed_5_7_105 [5] = {
1298   0x00,
1299   0x44,
1300   0x7d,
1301   0x40,
1302   0x00
1303 };
1304 struct disp_font_glyph glyph_hp_fixed_5_7_105 = {
1305   {5,7,0,0},
1306   5, 0, bitmap_hp_fixed_5_7_105,
1307 };
1308 
1309 const unsigned char bitmap_hp_fixed_5_7_106 [5] = {
1310   0x20,
1311   0x40,
1312   0x44,
1313   0x3d,
1314   0x00
1315 };
1316 struct disp_font_glyph glyph_hp_fixed_5_7_106 = {
1317   {5,7,0,0},
1318   5, 0, bitmap_hp_fixed_5_7_106,
1319 };
1320 
1321 const unsigned char bitmap_hp_fixed_5_7_107 [5] = {
1322   0x00,
1323   0x7f,
1324   0x10,
1325   0x28,
1326   0x44
1327 };
1328 struct disp_font_glyph glyph_hp_fixed_5_7_107 = {
1329   {5,7,0,0},
1330   5, 0, bitmap_hp_fixed_5_7_107,
1331 };
1332 
1333 const unsigned char bitmap_hp_fixed_5_7_108 [5] = {
1334   0x00,
1335   0x41,
1336   0x7f,
1337   0x40,
1338   0x00
1339 };
1340 struct disp_font_glyph glyph_hp_fixed_5_7_108 = {
1341   {5,7,0,0},
1342   5, 0, bitmap_hp_fixed_5_7_108,
1343 };
1344 
1345 const unsigned char bitmap_hp_fixed_5_7_109 [5] = {
1346   0x78,
1347   0x04,
1348   0x18,
1349   0x04,
1350   0x78
1351 };
1352 struct disp_font_glyph glyph_hp_fixed_5_7_109 = {
1353   {5,7,0,0},
1354   5, 0, bitmap_hp_fixed_5_7_109,
1355 };
1356 
1357 const unsigned char bitmap_hp_fixed_5_7_110 [5] = {
1358   0x7c,
1359   0x08,
1360   0x04,
1361   0x04,
1362   0x78
1363 };
1364 struct disp_font_glyph glyph_hp_fixed_5_7_110 = {
1365   {5,7,0,0},
1366   5, 0, bitmap_hp_fixed_5_7_110,
1367 };
1368 
1369 const unsigned char bitmap_hp_fixed_5_7_111 [5] = {
1370   0x38,
1371   0x44,
1372   0x44,
1373   0x44,
1374   0x38
1375 };
1376 struct disp_font_glyph glyph_hp_fixed_5_7_111 = {
1377   {5,7,0,0},
1378   5, 0, bitmap_hp_fixed_5_7_111,
1379 };
1380 
1381 const unsigned char bitmap_hp_fixed_5_7_112 [5] = {
1382   0x7c,
1383   0x14,
1384   0x24,
1385   0x24,
1386   0x18
1387 };
1388 struct disp_font_glyph glyph_hp_fixed_5_7_112 = {
1389   {5,7,0,0},
1390   5, 0, bitmap_hp_fixed_5_7_112,
1391 };
1392 
1393 const unsigned char bitmap_hp_fixed_5_7_113 [5] = {
1394   0x18,
1395   0x24,
1396   0x14,
1397   0x7c,
1398   0x40
1399 };
1400 struct disp_font_glyph glyph_hp_fixed_5_7_113 = {
1401   {5,7,0,0},
1402   5, 0, bitmap_hp_fixed_5_7_113,
1403 };
1404 
1405 const unsigned char bitmap_hp_fixed_5_7_114 [5] = {
1406   0x00,
1407   0x7c,
1408   0x08,
1409   0x04,
1410   0x04
1411 };
1412 struct disp_font_glyph glyph_hp_fixed_5_7_114 = {
1413   {5,7,0,0},
1414   5, 0, bitmap_hp_fixed_5_7_114,
1415 };
1416 
1417 const unsigned char bitmap_hp_fixed_5_7_115 [5] = {
1418   0x48,
1419   0x54,
1420   0x54,
1421   0x54,
1422   0x20
1423 };
1424 struct disp_font_glyph glyph_hp_fixed_5_7_115 = {
1425   {5,7,0,0},
1426   5, 0, bitmap_hp_fixed_5_7_115,
1427 };
1428 
1429 const unsigned char bitmap_hp_fixed_5_7_116 [5] = {
1430   0x04,
1431   0x3e,
1432   0x44,
1433   0x20,
1434   0x00
1435 };
1436 struct disp_font_glyph glyph_hp_fixed_5_7_116 = {
1437   {5,7,0,0},
1438   5, 0, bitmap_hp_fixed_5_7_116,
1439 };
1440 
1441 const unsigned char bitmap_hp_fixed_5_7_117 [5] = {
1442   0x3c,
1443   0x40,
1444   0x40,
1445   0x20,
1446   0x7c
1447 };
1448 struct disp_font_glyph glyph_hp_fixed_5_7_117 = {
1449   {5,7,0,0},
1450   5, 0, bitmap_hp_fixed_5_7_117,
1451 };
1452 
1453 const unsigned char bitmap_hp_fixed_5_7_118 [5] = {
1454   0x1c,
1455   0x20,
1456   0x40,
1457   0x20,
1458   0x1c
1459 };
1460 struct disp_font_glyph glyph_hp_fixed_5_7_118 = {
1461   {5,7,0,0},
1462   5, 0, bitmap_hp_fixed_5_7_118,
1463 };
1464 
1465 const unsigned char bitmap_hp_fixed_5_7_119 [5] = {
1466   0x3c,
1467   0x40,
1468   0x30,
1469   0x40,
1470   0x3c
1471 };
1472 struct disp_font_glyph glyph_hp_fixed_5_7_119 = {
1473   {5,7,0,0},
1474   5, 0, bitmap_hp_fixed_5_7_119,
1475 };
1476 
1477 const unsigned char bitmap_hp_fixed_5_7_120 [5] = {
1478   0x44,
1479   0x28,
1480   0x10,
1481   0x28,
1482   0x44
1483 };
1484 struct disp_font_glyph glyph_hp_fixed_5_7_120 = {
1485   {5,7,0,0},
1486   5, 0, bitmap_hp_fixed_5_7_120,
1487 };
1488 
1489 const unsigned char bitmap_hp_fixed_5_7_121 [5] = {
1490   0x04,
1491   0x48,
1492   0x30,
1493   0x08,
1494   0x04
1495 };
1496 struct disp_font_glyph glyph_hp_fixed_5_7_121 = {
1497   {5,7,0,0},
1498   5, 0, bitmap_hp_fixed_5_7_121,
1499 };
1500 
1501 const unsigned char bitmap_hp_fixed_5_7_122 [5] = {
1502   0x44,
1503   0x64,
1504   0x54,
1505   0x4c,
1506   0x44
1507 };
1508 struct disp_font_glyph glyph_hp_fixed_5_7_122 = {
1509   {5,7,0,0},
1510   5, 0, bitmap_hp_fixed_5_7_122,
1511 };
1512 
1513 const unsigned char bitmap_hp_fixed_5_7_123 [5] = {
1514   0x00,
1515   0x08,
1516   0x36,
1517   0x41,
1518   0x00
1519 };
1520 struct disp_font_glyph glyph_hp_fixed_5_7_123 = {
1521   {5,7,0,0},
1522   5, 0, bitmap_hp_fixed_5_7_123,
1523 };
1524 
1525 const unsigned char bitmap_hp_fixed_5_7_124 [5] = {
1526   0x00,
1527   0x00,
1528   0x77,
1529   0x00,
1530   0x00
1531 };
1532 struct disp_font_glyph glyph_hp_fixed_5_7_124 = {
1533   {5,7,0,0},
1534   5, 0, bitmap_hp_fixed_5_7_124,
1535 };
1536 
1537 const unsigned char bitmap_hp_fixed_5_7_125 [5] = {
1538   0x00,
1539   0x41,
1540   0x36,
1541   0x08,
1542   0x00
1543 };
1544 struct disp_font_glyph glyph_hp_fixed_5_7_125 = {
1545   {5,7,0,0},
1546   5, 0, bitmap_hp_fixed_5_7_125,
1547 };
1548 
1549 const unsigned char bitmap_hp_fixed_5_7_126 [5] = {
1550   0x08,
1551   0x04,
1552   0x08,
1553   0x10,
1554   0x08
1555 };
1556 struct disp_font_glyph glyph_hp_fixed_5_7_126 = {
1557   {5,7,0,0},
1558   5, 0, bitmap_hp_fixed_5_7_126,
1559 };
1560 
1561 const unsigned char bitmap_hp_fixed_5_7_127 [5] = {
1562   0x2a,
1563   0x55,
1564   0x2a,
1565   0x55,
1566   0x2a
1567 };
1568 struct disp_font_glyph glyph_hp_fixed_5_7_127 = {
1569   {5,7,0,0},
1570   5, 0, bitmap_hp_fixed_5_7_127,
1571 };
1572 
1573 const struct disp_font_base font_hcms29xx_base = {
1574   1,               /* trans */
1575   {5, 7, 0, -1},  /* fbb w, h, x, y */
1576   7, 0,            /* ascent, descent */
1577   0,               /* default_char */
1578   {&glyph_hp_fixed_5_7_0,
1579   &glyph_hp_fixed_5_7_1,
1580   &glyph_hp_fixed_5_7_2,
1581   &glyph_hp_fixed_5_7_3,
1582   &glyph_hp_fixed_5_7_4,
1583   &glyph_hp_fixed_5_7_5,
1584   &glyph_hp_fixed_5_7_6,
1585   &glyph_hp_fixed_5_7_7,
1586   &glyph_hp_fixed_5_7_8,
1587   &glyph_hp_fixed_5_7_9,
1588   &glyph_hp_fixed_5_7_10,
1589   &glyph_hp_fixed_5_7_11,
1590   &glyph_hp_fixed_5_7_12,
1591   &glyph_hp_fixed_5_7_13,
1592   &glyph_hp_fixed_5_7_14,
1593   &glyph_hp_fixed_5_7_15,
1594   &glyph_hp_fixed_5_7_16,
1595   &glyph_hp_fixed_5_7_17,
1596   &glyph_hp_fixed_5_7_18,
1597   &glyph_hp_fixed_5_7_19,
1598   &glyph_hp_fixed_5_7_20,
1599   &glyph_hp_fixed_5_7_21,
1600   &glyph_hp_fixed_5_7_22,
1601   &glyph_hp_fixed_5_7_23,
1602   &glyph_hp_fixed_5_7_24,
1603   &glyph_hp_fixed_5_7_25,
1604   &glyph_hp_fixed_5_7_26,
1605   &glyph_hp_fixed_5_7_27,
1606   &glyph_hp_fixed_5_7_28,
1607   &glyph_hp_fixed_5_7_29,
1608   &glyph_hp_fixed_5_7_30,
1609   &glyph_hp_fixed_5_7_31,
1610   &glyph_hp_fixed_5_7_32,
1611   &glyph_hp_fixed_5_7_33,
1612   &glyph_hp_fixed_5_7_34,
1613   &glyph_hp_fixed_5_7_35,
1614   &glyph_hp_fixed_5_7_36,
1615   &glyph_hp_fixed_5_7_37,
1616   &glyph_hp_fixed_5_7_38,
1617   &glyph_hp_fixed_5_7_39,
1618   &glyph_hp_fixed_5_7_40,
1619   &glyph_hp_fixed_5_7_41,
1620   &glyph_hp_fixed_5_7_42,
1621   &glyph_hp_fixed_5_7_43,
1622   &glyph_hp_fixed_5_7_44,
1623   &glyph_hp_fixed_5_7_45,
1624   &glyph_hp_fixed_5_7_46,
1625   &glyph_hp_fixed_5_7_47,
1626   &glyph_hp_fixed_5_7_48,
1627   &glyph_hp_fixed_5_7_49,
1628   &glyph_hp_fixed_5_7_50,
1629   &glyph_hp_fixed_5_7_51,
1630   &glyph_hp_fixed_5_7_52,
1631   &glyph_hp_fixed_5_7_53,
1632   &glyph_hp_fixed_5_7_54,
1633   &glyph_hp_fixed_5_7_55,
1634   &glyph_hp_fixed_5_7_56,
1635   &glyph_hp_fixed_5_7_57,
1636   &glyph_hp_fixed_5_7_58,
1637   &glyph_hp_fixed_5_7_59,
1638   &glyph_hp_fixed_5_7_60,
1639   &glyph_hp_fixed_5_7_61,
1640   &glyph_hp_fixed_5_7_62,
1641   &glyph_hp_fixed_5_7_63,
1642   &glyph_hp_fixed_5_7_64,
1643   &glyph_hp_fixed_5_7_65,
1644   &glyph_hp_fixed_5_7_66,
1645   &glyph_hp_fixed_5_7_67,
1646   &glyph_hp_fixed_5_7_68,
1647   &glyph_hp_fixed_5_7_69,
1648   &glyph_hp_fixed_5_7_70,
1649   &glyph_hp_fixed_5_7_71,
1650   &glyph_hp_fixed_5_7_72,
1651   &glyph_hp_fixed_5_7_73,
1652   &glyph_hp_fixed_5_7_74,
1653   &glyph_hp_fixed_5_7_75,
1654   &glyph_hp_fixed_5_7_76,
1655   &glyph_hp_fixed_5_7_77,
1656   &glyph_hp_fixed_5_7_78,
1657   &glyph_hp_fixed_5_7_79,
1658   &glyph_hp_fixed_5_7_80,
1659   &glyph_hp_fixed_5_7_81,
1660   &glyph_hp_fixed_5_7_82,
1661   &glyph_hp_fixed_5_7_83,
1662   &glyph_hp_fixed_5_7_84,
1663   &glyph_hp_fixed_5_7_85,
1664   &glyph_hp_fixed_5_7_86,
1665   &glyph_hp_fixed_5_7_87,
1666   &glyph_hp_fixed_5_7_88,
1667   &glyph_hp_fixed_5_7_89,
1668   &glyph_hp_fixed_5_7_90,
1669   &glyph_hp_fixed_5_7_91,
1670   &glyph_hp_fixed_5_7_92,
1671   &glyph_hp_fixed_5_7_93,
1672   &glyph_hp_fixed_5_7_94,
1673   &glyph_hp_fixed_5_7_95,
1674   &glyph_hp_fixed_5_7_96,
1675   &glyph_hp_fixed_5_7_97,
1676   &glyph_hp_fixed_5_7_98,
1677   &glyph_hp_fixed_5_7_99,
1678   &glyph_hp_fixed_5_7_100,
1679   &glyph_hp_fixed_5_7_101,
1680   &glyph_hp_fixed_5_7_102,
1681   &glyph_hp_fixed_5_7_103,
1682   &glyph_hp_fixed_5_7_104,
1683   &glyph_hp_fixed_5_7_105,
1684   &glyph_hp_fixed_5_7_106,
1685   &glyph_hp_fixed_5_7_107,
1686   &glyph_hp_fixed_5_7_108,
1687   &glyph_hp_fixed_5_7_109,
1688   &glyph_hp_fixed_5_7_110,
1689   &glyph_hp_fixed_5_7_111,
1690   &glyph_hp_fixed_5_7_112,
1691   &glyph_hp_fixed_5_7_113,
1692   &glyph_hp_fixed_5_7_114,
1693   &glyph_hp_fixed_5_7_115,
1694   &glyph_hp_fixed_5_7_116,
1695   &glyph_hp_fixed_5_7_117,
1696   &glyph_hp_fixed_5_7_118,
1697   &glyph_hp_fixed_5_7_119,
1698   &glyph_hp_fixed_5_7_120,
1699   &glyph_hp_fixed_5_7_121,
1700   &glyph_hp_fixed_5_7_122,
1701   &glyph_hp_fixed_5_7_123,
1702   &glyph_hp_fixed_5_7_124,
1703   &glyph_hp_fixed_5_7_125,
1704   &glyph_hp_fixed_5_7_126,
1705   &glyph_hp_fixed_5_7_127,
1706   NULL,
1707   NULL,
1708   NULL,
1709   NULL,
1710   NULL,
1711   NULL,
1712   NULL,
1713   NULL,
1714   NULL,
1715   NULL,
1716   NULL,
1717   NULL,
1718   NULL,
1719   NULL,
1720   NULL,
1721   NULL,
1722   NULL,
1723   NULL,
1724   NULL,
1725   NULL,
1726   NULL,
1727   NULL,
1728   NULL,
1729   NULL,
1730   NULL,
1731   NULL,
1732   NULL,
1733   NULL,
1734   NULL,
1735   NULL,
1736   NULL,
1737   NULL,
1738   NULL,
1739   NULL,
1740   NULL,
1741   NULL,
1742   NULL,
1743   NULL,
1744   NULL,
1745   NULL,
1746   NULL,
1747   NULL,
1748   NULL,
1749   NULL,
1750   NULL,
1751   NULL,
1752   NULL,
1753   NULL,
1754   NULL,
1755   NULL,
1756   NULL,
1757   NULL,
1758   NULL,
1759   NULL,
1760   NULL,
1761   NULL,
1762   NULL,
1763   NULL,
1764   NULL,
1765   NULL,
1766   NULL,
1767   NULL,
1768   NULL,
1769   NULL,
1770   NULL,
1771   NULL,
1772   NULL,
1773   NULL,
1774   NULL,
1775   NULL,
1776   NULL,
1777   NULL,
1778   NULL,
1779   NULL,
1780   NULL,
1781   NULL,
1782   NULL,
1783   NULL,
1784   NULL,
1785   NULL,
1786   NULL,
1787   NULL,
1788   NULL,
1789   NULL,
1790   NULL,
1791   NULL,
1792   NULL,
1793   NULL,
1794   NULL,
1795   NULL,
1796   NULL,
1797   NULL,
1798   NULL,
1799   NULL,
1800   NULL,
1801   NULL,
1802   NULL,
1803   NULL,
1804   NULL,
1805   NULL,
1806   NULL,
1807   NULL,
1808   NULL,
1809   NULL,
1810   NULL,
1811   NULL,
1812   NULL,
1813   NULL,
1814   NULL,
1815   NULL,
1816   NULL,
1817   NULL,
1818   NULL,
1819   NULL,
1820   NULL,
1821   NULL,
1822   NULL,
1823   NULL,
1824   NULL,
1825   NULL,
1826   NULL,
1827   NULL,
1828   NULL,
1829   NULL,
1830   NULL,
1831   NULL,
1832   NULL,
1833    NULL}
1834 };