source: rtems/c/src/libchip/display/font_hcms29xx.c @ 80a0ae8

4.104.114.95
Last change on this file since 80a0ae8 was 80a0ae8, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/11/08 at 10:03:19

add display driver for HCMS* SPI displays

  • Property mode set to 100644
File size: 30.7 KB
RevLine 
[80a0ae8]1/*===============================================================*\
2| Project: display driver for HCMS29xx                            |
3+-----------------------------------------------------------------+
4| File: font_hcms29xx.c                                           |
5+-----------------------------------------------------------------+
6|                    Copyright (c) 2008                           |
7|                    Embedded Brains GmbH                         |
8|                    Obere Lagerstr. 30                           |
9|                    D-82178 Puchheim                             |
10|                    Germany                                      |
11|                    rtems@embedded-brains.de                     |
12+-----------------------------------------------------------------+
13| The license and distribution terms for this file may be         |
14| found in the file LICENSE in this distribution or at            |
15|                                                                 |
16| http://www.rtems.com/license/LICENSE.                           |
17|                                                                 |
18+-----------------------------------------------------------------+
19| This file defines the 5x7 bit font used in disp_hcms29xx        |
20+-----------------------------------------------------------------+
21|  $Id$
22\*===============================================================*/
23
24#include <stddef.h>
25#include "disp_fonts.h"
26
27const unsigned char bitmap_hp_fixed_5_7_0 [5] = {
28  0x08,
29  0x1c,
30  0x3e,
31  0x7f,
32  0x00
33};
34const struct disp_font_glyph glyph_hp_fixed_5_7_0 = {
35  {5,7,0,0},
36  5, 0, bitmap_hp_fixed_5_7_0,
37};
38
39const unsigned char bitmap_hp_fixed_5_7_1 [5] = {
40  0x30,
41  0x45,
42  0x48,
43  0x40,
44  0x30
45};
46const struct disp_font_glyph glyph_hp_fixed_5_7_1 = {
47  {5,7,0,0},
48  5, 0, bitmap_hp_fixed_5_7_1,
49};
50
51const unsigned char bitmap_hp_fixed_5_7_2 [5] = {
52  0x45,
53  0x29,
54  0x11,
55  0x29,
56  0x45
57};
58const struct disp_font_glyph glyph_hp_fixed_5_7_2 = {
59  {5,7,0,0},
60  5, 0, bitmap_hp_fixed_5_7_2,
61};
62
63const unsigned char bitmap_hp_fixed_5_7_3 [5] = {
64  0x7d,
65  0x09,
66  0x11,
67  0x21,
68  0x7d
69};
70const struct disp_font_glyph glyph_hp_fixed_5_7_3 = {
71  {5,7,0,0},
72  5, 0, bitmap_hp_fixed_5_7_3,
73};
74
75const unsigned char bitmap_hp_fixed_5_7_4 [5] = {
76  0x7d,
77  0x09,
78  0x05,
79  0x05,
80  0x79
81};
82const struct disp_font_glyph glyph_hp_fixed_5_7_4 = {
83  {5,7,0,0},
84  5, 0, bitmap_hp_fixed_5_7_4,
85};
86
87const unsigned char bitmap_hp_fixed_5_7_5 [5] = {
88  0x38,
89  0x44,
90  0x44,
91  0x38,
92  0x44
93};
94const struct disp_font_glyph glyph_hp_fixed_5_7_5 = {
95  {5,7,0,0},
96  5, 0, bitmap_hp_fixed_5_7_5,
97};
98
99const unsigned char bitmap_hp_fixed_5_7_6 [5] = {
100  0x7e,
101  0x01,
102  0x29,
103  0x2e,
104  0x10
105};
106const struct disp_font_glyph glyph_hp_fixed_5_7_6 = {
107  {5,7,0,0},
108  5, 0, bitmap_hp_fixed_5_7_6,
109};
110
111const unsigned char bitmap_hp_fixed_5_7_7 [5] = {
112  0x30,
113  0x4a,
114  0x4d,
115  0x49,
116  0x30
117};
118const struct disp_font_glyph glyph_hp_fixed_5_7_7 = {
119  {5,7,0,0},
120  5, 0, bitmap_hp_fixed_5_7_7,
121};
122
123const unsigned char bitmap_hp_fixed_5_7_8 [5] = {
124  0x60,
125  0x50,
126  0x48,
127  0x50,
128  0x60
129};
130const struct disp_font_glyph glyph_hp_fixed_5_7_8 = {
131  {5,7,0,0},
132  5, 0, bitmap_hp_fixed_5_7_8,
133};
134
135const unsigned char bitmap_hp_fixed_5_7_9 [5] = {
136  0x1e,
137  0x04,
138  0x04,
139  0x38,
140  0x40
141};
142const struct disp_font_glyph glyph_hp_fixed_5_7_9 = {
143  {5,7,0,0},
144  5, 0, bitmap_hp_fixed_5_7_9,
145};
146
147const unsigned char bitmap_hp_fixed_5_7_10 [5] = {
148  0x3e,
149  0x49,
150  0x49,
151  0x49,
152  0x3e
153};
154const struct disp_font_glyph glyph_hp_fixed_5_7_10 = {
155  {5,7,0,0},
156  5, 0, bitmap_hp_fixed_5_7_10,
157};
158
159const unsigned char bitmap_hp_fixed_5_7_11 [5] = {
160  0x62,
161  0x14,
162  0x08,
163  0x10,
164  0x60
165};
166const struct disp_font_glyph glyph_hp_fixed_5_7_11 = {
167  {5,7,0,0},
168  5, 0, bitmap_hp_fixed_5_7_11,
169};
170
171const unsigned char bitmap_hp_fixed_5_7_12 [5] = {
172  0x40,
173  0x3c,
174  0x20,
175  0x20,
176  0x1c
177};
178const struct disp_font_glyph glyph_hp_fixed_5_7_12 = {
179  {5,7,0,0},
180  5, 0, bitmap_hp_fixed_5_7_12,
181};
182
183const unsigned char bitmap_hp_fixed_5_7_13 [5] = {
184  0x08,
185  0x7c,
186  0x04,
187  0x7c,
188  0x02
189};
190const struct disp_font_glyph glyph_hp_fixed_5_7_13 = {
191  {5,7,0,0},
192  5, 0, bitmap_hp_fixed_5_7_13,
193};
194
195const unsigned char bitmap_hp_fixed_5_7_14 [5] = {
196  0x38,
197  0x44,
198  0x44,
199  0x3c,
200  0x04
201};
202const struct disp_font_glyph glyph_hp_fixed_5_7_14 = {
203  {5,7,0,0},
204  5, 0, bitmap_hp_fixed_5_7_14,
205};
206
207const unsigned char bitmap_hp_fixed_5_7_15 [5] = {
208  0x41,
209  0x63,
210  0x55,
211  0x49,
212  0x41
213};
214const struct disp_font_glyph glyph_hp_fixed_5_7_15 = {
215  {5,7,0,0},
216  5, 0, bitmap_hp_fixed_5_7_15,
217};
218
219const unsigned char bitmap_hp_fixed_5_7_16 [5] = {
220  0x10,
221  0x08,
222  0x78,
223  0x08,
224  0x04
225};
226const struct disp_font_glyph glyph_hp_fixed_5_7_16 = {
227  {5,7,0,0},
228  5, 0, bitmap_hp_fixed_5_7_16,
229};
230
231const unsigned char bitmap_hp_fixed_5_7_17 [5] = {
232  0x18,
233  0x24,
234  0x7e,
235  0x24,
236  0x18
237};
238const struct disp_font_glyph glyph_hp_fixed_5_7_17 = {
239  {5,7,0,0},
240  5, 0, bitmap_hp_fixed_5_7_17,
241};
242
243const unsigned char bitmap_hp_fixed_5_7_18 [5] = {
244  0x5e,
245  0x61,
246  0x01,
247  0x61,
248  0x5e
249};
250const struct disp_font_glyph glyph_hp_fixed_5_7_18 = {
251  {5,7,0,0},
252  5, 0, bitmap_hp_fixed_5_7_18,
253};
254
255const unsigned char bitmap_hp_fixed_5_7_19 [5] = {
256  0x78,
257  0x14,
258  0x15,
259  0x14,
260  0x78
261};
262const struct disp_font_glyph glyph_hp_fixed_5_7_19 = {
263  {5,7,0,0},
264  5, 0, bitmap_hp_fixed_5_7_19,
265};
266
267const unsigned char bitmap_hp_fixed_5_7_20 [5] = {
268  0x38,
269  0x44,
270  0x45,
271  0x3c,
272  0x40
273};
274const struct disp_font_glyph glyph_hp_fixed_5_7_20 = {
275  {5,7,0,0},
276  5, 0, bitmap_hp_fixed_5_7_20,
277};
278
279const unsigned char bitmap_hp_fixed_5_7_21 [5] = {
280  0x78,
281  0x15,
282  0x14,
283  0x15,
284  0x78
285};
286const struct disp_font_glyph glyph_hp_fixed_5_7_21 = {
287  {5,7,0,0},
288  5, 0, bitmap_hp_fixed_5_7_21,
289};
290
291const unsigned char bitmap_hp_fixed_5_7_22 [5] = {
292  0x38,
293  0x45,
294  0x44,
295  0x3d,
296  0x40
297};
298const struct disp_font_glyph glyph_hp_fixed_5_7_22 = {
299  {5,7,0,0},
300  5, 0, bitmap_hp_fixed_5_7_22,
301};
302
303const unsigned char bitmap_hp_fixed_5_7_23 [5] = {
304  0x3c,
305  0x43,
306  0x42,
307  0x43,
308  0x3c
309};
310const struct disp_font_glyph glyph_hp_fixed_5_7_23 = {
311  {5,7,0,0},
312  5, 0, bitmap_hp_fixed_5_7_23,
313};
314
315const unsigned char bitmap_hp_fixed_5_7_24 [5] = {
316  0x38,
317  0x45,
318  0x44,
319  0x45,
320  0x38
321};
322const struct disp_font_glyph glyph_hp_fixed_5_7_24 = {
323  {5,7,0,0},
324  5, 0, bitmap_hp_fixed_5_7_24,
325};
326
327const unsigned char bitmap_hp_fixed_5_7_25 [5] = {
328  0x3c,
329  0x41,
330  0x40,
331  0x41,
332  0x3c
333};
334const struct disp_font_glyph glyph_hp_fixed_5_7_25 = {
335  {5,7,0,0},
336  5, 0, bitmap_hp_fixed_5_7_25,
337};
338
339const unsigned char bitmap_hp_fixed_5_7_26 [5] = {
340  0x38,
341  0x42,
342  0x40,
343  0x42,
344  0x38
345};
346const struct disp_font_glyph glyph_hp_fixed_5_7_26 = {
347  {5,7,0,0},
348  5, 0, bitmap_hp_fixed_5_7_26,
349};
350
351const unsigned char bitmap_hp_fixed_5_7_27 [5] = {
352  0x08,
353  0x08,
354  0x2a,
355  0x1c,
356  0x08
357};
358const struct disp_font_glyph glyph_hp_fixed_5_7_27 = {
359  {5,7,0,0},
360  5, 0, bitmap_hp_fixed_5_7_27,
361};
362
363const unsigned char bitmap_hp_fixed_5_7_28 [5] = {
364  0x20,
365  0x7e,
366  0x02,
367  0x02,
368  0x02
369};
370const struct disp_font_glyph glyph_hp_fixed_5_7_28 = {
371  {5,7,0,0},
372  5, 0, bitmap_hp_fixed_5_7_28,
373};
374
375const unsigned char bitmap_hp_fixed_5_7_29 [5] = {
376  0x12,
377  0x19,
378  0x15,
379  0x12,
380  0x00
381};
382const struct disp_font_glyph glyph_hp_fixed_5_7_29 = {
383  {5,7,0,0},
384  5, 0, bitmap_hp_fixed_5_7_29,
385};
386
387const unsigned char bitmap_hp_fixed_5_7_30 [5] = {
388  0x48,
389  0x7e,
390  0x49,
391  0x41,
392  0x42
393};
394const struct disp_font_glyph glyph_hp_fixed_5_7_30 = {
395  {5,7,0,0},
396  5, 0, bitmap_hp_fixed_5_7_30,
397};
398
399const unsigned char bitmap_hp_fixed_5_7_31 [5] = {
400  0x01,
401  0x12,
402  0x7c,
403  0x12,
404  0x01
405};
406const struct disp_font_glyph glyph_hp_fixed_5_7_31 = {
407  {5,7,0,0},
408  5, 0, bitmap_hp_fixed_5_7_31,
409};
410
411const unsigned char bitmap_hp_fixed_5_7_32 [5] = {
412  0x00,
413  0x00,
414  0x00,
415  0x00,
416  0x00
417};
418const struct disp_font_glyph glyph_hp_fixed_5_7_32 = {
419  {5,7,0,0},
420  5, 0, bitmap_hp_fixed_5_7_32,
421};
422
423const unsigned char bitmap_hp_fixed_5_7_33 [5] = {
424  0x00,
425  0x5f,
426  0x00,
427  0x00,
428  0x00
429};
430const struct disp_font_glyph glyph_hp_fixed_5_7_33 = {
431  {5,7,0,0},
432  5, 0, bitmap_hp_fixed_5_7_33,
433};
434
435const unsigned char bitmap_hp_fixed_5_7_34 [5] = {
436  0x00,
437  0x03,
438  0x00,
439  0x03,
440  0x00
441};
442const struct disp_font_glyph glyph_hp_fixed_5_7_34 = {
443  {5,7,0,0},
444  5, 0, bitmap_hp_fixed_5_7_34,
445};
446
447const unsigned char bitmap_hp_fixed_5_7_35 [5] = {
448  0x14,
449  0x7f,
450  0x14,
451  0x7f,
452  0x14
453};
454const struct disp_font_glyph glyph_hp_fixed_5_7_35 = {
455  {5,7,0,0},
456  5, 0, bitmap_hp_fixed_5_7_35,
457};
458
459const unsigned char bitmap_hp_fixed_5_7_36 [5] = {
460  0x24,
461  0x2a,
462  0x7f,
463  0x2a,
464  0x12
465};
466const struct disp_font_glyph glyph_hp_fixed_5_7_36 = {
467  {5,7,0,0},
468  5, 0, bitmap_hp_fixed_5_7_36,
469};
470
471const unsigned char bitmap_hp_fixed_5_7_37 [5] = {
472  0x23,
473  0x13,
474  0x08,
475  0x64,
476  0x62
477};
478const struct disp_font_glyph glyph_hp_fixed_5_7_37 = {
479  {5,7,0,0},
480  5, 0, bitmap_hp_fixed_5_7_37,
481};
482
483const unsigned char bitmap_hp_fixed_5_7_38 [5] = {
484  0x36,
485  0x49,
486  0x56,
487  0x20,
488  0x50
489};
490const struct disp_font_glyph glyph_hp_fixed_5_7_38 = {
491  {5,7,0,0},
492  5, 0, bitmap_hp_fixed_5_7_38,
493};
494
495const unsigned char bitmap_hp_fixed_5_7_39 [5] = {
496  0x00,
497  0x0b,
498  0x07,
499  0x00,
500  0x00
501};
502const struct disp_font_glyph glyph_hp_fixed_5_7_39 = {
503  {5,7,0,0},
504  5, 0, bitmap_hp_fixed_5_7_39,
505};
506
507const unsigned char bitmap_hp_fixed_5_7_40 [5] = {
508  0x00,
509  0x00,
510  0x3e,
511  0x41,
512  0x00
513};
514const struct disp_font_glyph glyph_hp_fixed_5_7_40 = {
515  {5,7,0,0},
516  5, 0, bitmap_hp_fixed_5_7_40,
517};
518
519const unsigned char bitmap_hp_fixed_5_7_41 [5] = {
520  0x00,
521  0x41,
522  0x3e,
523  0x00,
524  0x00
525};
526const struct disp_font_glyph glyph_hp_fixed_5_7_41 = {
527  {5,7,0,0},
528  5, 0, bitmap_hp_fixed_5_7_41,
529};
530
531const unsigned char bitmap_hp_fixed_5_7_42 [5] = {
532  0x08,
533  0x2a,
534  0x1c,
535  0x2a,
536  0x08
537};
538const struct disp_font_glyph glyph_hp_fixed_5_7_42 = {
539  {5,7,0,0},
540  5, 0, bitmap_hp_fixed_5_7_42,
541};
542
543const unsigned char bitmap_hp_fixed_5_7_43 [5] = {
544  0x08,
545  0x08,
546  0x3e,
547  0x08,
548  0x08
549};
550const struct disp_font_glyph glyph_hp_fixed_5_7_43 = {
551  {5,7,0,0},
552  5, 0, bitmap_hp_fixed_5_7_43,
553};
554
555const unsigned char bitmap_hp_fixed_5_7_44 [5] = {
556  0x00,
557  0x58,
558  0x38,
559  0x00,
560  0x00
561};
562const struct disp_font_glyph glyph_hp_fixed_5_7_44 = {
563  {5,7,0,0},
564  5, 0, bitmap_hp_fixed_5_7_44,
565};
566
567const unsigned char bitmap_hp_fixed_5_7_45 [5] = {
568  0x08,
569  0x08,
570  0x08,
571  0x08,
572  0x08
573};
574const struct disp_font_glyph glyph_hp_fixed_5_7_45 = {
575  {5,7,0,0},
576  5, 0, bitmap_hp_fixed_5_7_45,
577};
578
579const unsigned char bitmap_hp_fixed_5_7_46 [5] = {
580  0x00,
581  0x30,
582  0x30,
583  0x00,
584  0x00
585};
586const struct disp_font_glyph glyph_hp_fixed_5_7_46 = {
587  {5,7,0,0},
588  5, 0, bitmap_hp_fixed_5_7_46,
589};
590
591const unsigned char bitmap_hp_fixed_5_7_47 [5] = {
592  0x20,
593  0x10,
594  0x08,
595  0x04,
596  0x02
597};
598const struct disp_font_glyph glyph_hp_fixed_5_7_47 = {
599  {5,7,0,0},
600  5, 0, bitmap_hp_fixed_5_7_47,
601};
602
603const unsigned char bitmap_hp_fixed_5_7_48 [5] = {
604  0x3e,
605  0x51,
606  0x49,
607  0x45,
608  0x3e
609};
610const struct disp_font_glyph glyph_hp_fixed_5_7_48 = {
611  {5,7,0,0},
612  5, 0, bitmap_hp_fixed_5_7_48,
613};
614
615const unsigned char bitmap_hp_fixed_5_7_49 [5] = {
616  0x00,
617  0x42,
618  0x7f,
619  0x40,
620  0x00
621};
622const struct disp_font_glyph glyph_hp_fixed_5_7_49 = {
623  {5,7,0,0},
624  5, 0, bitmap_hp_fixed_5_7_49,
625};
626
627const unsigned char bitmap_hp_fixed_5_7_50 [5] = {
628  0x62,
629  0x51,
630  0x49,
631  0x49,
632  0x46
633};
634const struct disp_font_glyph glyph_hp_fixed_5_7_50 = {
635  {5,7,0,0},
636  5, 0, bitmap_hp_fixed_5_7_50,
637};
638
639const unsigned char bitmap_hp_fixed_5_7_51 [5] = {
640  0x22,
641  0x41,
642  0x49,
643  0x49,
644  0x36
645};
646const struct disp_font_glyph glyph_hp_fixed_5_7_51 = {
647  {5,7,0,0},
648  5, 0, bitmap_hp_fixed_5_7_51,
649};
650
651const unsigned char bitmap_hp_fixed_5_7_52 [5] = {
652  0x18,
653  0x14,
654  0x12,
655  0x7f,
656  0x10
657};
658const struct disp_font_glyph glyph_hp_fixed_5_7_52 = {
659  {5,7,0,0},
660  5, 0, bitmap_hp_fixed_5_7_52,
661};
662
663const unsigned char bitmap_hp_fixed_5_7_53 [5] = {
664  0x27,
665  0x45,
666  0x45,
667  0x45,
668  0x39
669};
670const struct disp_font_glyph glyph_hp_fixed_5_7_53 = {
671  {5,7,0,0},
672  5, 0, bitmap_hp_fixed_5_7_53,
673};
674
675const unsigned char bitmap_hp_fixed_5_7_54 [5] = {
676  0x3c,
677  0x4a,
678  0x49,
679  0x49,
680  0x30
681};
682const struct disp_font_glyph glyph_hp_fixed_5_7_54 = {
683  {5,7,0,0},
684  5, 0, bitmap_hp_fixed_5_7_54,
685};
686
687const unsigned char bitmap_hp_fixed_5_7_55 [5] = {
688  0x01,
689  0x71,
690  0x09,
691  0x05,
692  0x03
693};
694const struct disp_font_glyph glyph_hp_fixed_5_7_55 = {
695  {5,7,0,0},
696  5, 0, bitmap_hp_fixed_5_7_55,
697};
698
699const unsigned char bitmap_hp_fixed_5_7_56 [5] = {
700  0x36,
701  0x49,
702  0x49,
703  0x49,
704  0x36
705};
706const struct disp_font_glyph glyph_hp_fixed_5_7_56 = {
707  {5,7,0,0},
708  5, 0, bitmap_hp_fixed_5_7_56,
709};
710
711const unsigned char bitmap_hp_fixed_5_7_57 [5] = {
712  0x06,
713  0x49,
714  0x49,
715  0x29,
716  0x1e
717};
718const struct disp_font_glyph glyph_hp_fixed_5_7_57 = {
719  {5,7,0,0},
720  5, 0, bitmap_hp_fixed_5_7_57,
721};
722
723const unsigned char bitmap_hp_fixed_5_7_58 [5] = {
724  0x00,
725  0x36,
726  0x36,
727  0x00,
728  0x00
729};
730const struct disp_font_glyph glyph_hp_fixed_5_7_58 = {
731  {5,7,0,0},
732  5, 0, bitmap_hp_fixed_5_7_58,
733};
734
735const unsigned char bitmap_hp_fixed_5_7_59 [5] = {
736  0x00,
737  0x5b,
738  0x3b,
739  0x00,
740  0x00
741};
742const struct disp_font_glyph glyph_hp_fixed_5_7_59 = {
743  {5,7,0,0},
744  5, 0, bitmap_hp_fixed_5_7_59,
745};
746
747const unsigned char bitmap_hp_fixed_5_7_60 [5] = {
748  0x00,
749  0x08,
750  0x14,
751  0x22,
752  0x41
753};
754const struct disp_font_glyph glyph_hp_fixed_5_7_60 = {
755  {5,7,0,0},
756  5, 0, bitmap_hp_fixed_5_7_60,
757};
758
759const unsigned char bitmap_hp_fixed_5_7_61 [5] = {
760  0x14,
761  0x14,
762  0x14,
763  0x14,
764  0x14
765};
766const struct disp_font_glyph glyph_hp_fixed_5_7_61 = {
767  {5,7,0,0},
768  5, 0, bitmap_hp_fixed_5_7_61,
769};
770
771const unsigned char bitmap_hp_fixed_5_7_62 [5] = {
772  0x41,
773  0x22,
774  0x14,
775  0x08,
776  0x00
777};
778const struct disp_font_glyph glyph_hp_fixed_5_7_62 = {
779  {5,7,0,0},
780  5, 0, bitmap_hp_fixed_5_7_62,
781};
782
783const unsigned char bitmap_hp_fixed_5_7_63 [5] = {
784  0x02,
785  0x01,
786  0x51,
787  0x09,
788  0x06
789};
790const struct disp_font_glyph glyph_hp_fixed_5_7_63 = {
791  {5,7,0,0},
792  5, 0, bitmap_hp_fixed_5_7_63,
793};
794
795const unsigned char bitmap_hp_fixed_5_7_64 [5] = {
796  0x3e,
797  0x41,
798  0x5d,
799  0x55,
800  0x1e
801};
802const struct disp_font_glyph glyph_hp_fixed_5_7_64 = {
803  {5,7,0,0},
804  5, 0, bitmap_hp_fixed_5_7_64,
805};
806
807const unsigned char bitmap_hp_fixed_5_7_65 [5] = {
808  0x7e,
809  0x09,
810  0x09,
811  0x09,
812  0x7e
813};
814const struct disp_font_glyph glyph_hp_fixed_5_7_65 = {
815  {5,7,0,0},
816  5, 0, bitmap_hp_fixed_5_7_65,
817};
818
819const unsigned char bitmap_hp_fixed_5_7_66 [5] = {
820  0x7e,
821  0x49,
822  0x49,
823  0x49,
824  0x36
825};
826const struct disp_font_glyph glyph_hp_fixed_5_7_66 = {
827  {5,7,0,0},
828  5, 0, bitmap_hp_fixed_5_7_66,
829};
830
831const unsigned char bitmap_hp_fixed_5_7_67 [5] = {
832  0x3e,
833  0x41,
834  0x41,
835  0x41,
836  0x22
837};
838const struct disp_font_glyph glyph_hp_fixed_5_7_67 = {
839  {5,7,0,0},
840  5, 0, bitmap_hp_fixed_5_7_67,
841};
842
843const unsigned char bitmap_hp_fixed_5_7_68 [5] = {
844  0x7f,
845  0x41,
846  0x41,
847  0x41,
848  0x3e
849};
850const struct disp_font_glyph glyph_hp_fixed_5_7_68 = {
851  {5,7,0,0},
852  5, 0, bitmap_hp_fixed_5_7_68,
853};
854
855const unsigned char bitmap_hp_fixed_5_7_69 [5] = {
856  0x7f,
857  0x49,
858  0x49,
859  0x49,
860  0x41
861};
862const struct disp_font_glyph glyph_hp_fixed_5_7_69 = {
863  {5,7,0,0},
864  5, 0, bitmap_hp_fixed_5_7_69,
865};
866
867const unsigned char bitmap_hp_fixed_5_7_70 [5] = {
868  0x7f,
869  0x09,
870  0x09,
871  0x09,
872  0x01
873};
874const struct disp_font_glyph glyph_hp_fixed_5_7_70 = {
875  {5,7,0,0},
876  5, 0, bitmap_hp_fixed_5_7_70,
877};
878
879const unsigned char bitmap_hp_fixed_5_7_71 [5] = {
880  0x3e,
881  0x41,
882  0x41,
883  0x51,
884  0x32
885};
886const struct disp_font_glyph glyph_hp_fixed_5_7_71 = {
887  {5,7,0,0},
888  5, 0, bitmap_hp_fixed_5_7_71,
889};
890
891const unsigned char bitmap_hp_fixed_5_7_72 [5] = {
892  0x7f,
893  0x08,
894  0x08,
895  0x08,
896  0x7f
897};
898const struct disp_font_glyph glyph_hp_fixed_5_7_72 = {
899  {5,7,0,0},
900  5, 0, bitmap_hp_fixed_5_7_72,
901};
902
903const unsigned char bitmap_hp_fixed_5_7_73 [5] = {
904  0x00,
905  0x41,
906  0x7f,
907  0x41,
908  0x00
909};
910const struct disp_font_glyph glyph_hp_fixed_5_7_73 = {
911  {5,7,0,0},
912  5, 0, bitmap_hp_fixed_5_7_73,
913};
914
915const unsigned char bitmap_hp_fixed_5_7_74 [5] = {
916  0x20,
917  0x40,
918  0x40,
919  0x40,
920  0x3f
921};
922const struct disp_font_glyph glyph_hp_fixed_5_7_74 = {
923  {5,7,0,0},
924  5, 0, bitmap_hp_fixed_5_7_74,
925};
926
927const unsigned char bitmap_hp_fixed_5_7_75 [5] = {
928  0x7f,
929  0x08,
930  0x14,
931  0x22,
932  0x41
933};
934const struct disp_font_glyph glyph_hp_fixed_5_7_75 = {
935  {5,7,0,0},
936  5, 0, bitmap_hp_fixed_5_7_75,
937};
938
939const unsigned char bitmap_hp_fixed_5_7_76 [5] = {
940  0x7f,
941  0x40,
942  0x40,
943  0x40,
944  0x40
945};
946const struct disp_font_glyph glyph_hp_fixed_5_7_76 = {
947  {5,7,0,0},
948  5, 0, bitmap_hp_fixed_5_7_76,
949};
950
951const unsigned char bitmap_hp_fixed_5_7_77 [5] = {
952  0x7f,
953  0x02,
954  0x0c,
955  0x02,
956  0x7f
957};
958const struct disp_font_glyph glyph_hp_fixed_5_7_77 = {
959  {5,7,0,0},
960  5, 0, bitmap_hp_fixed_5_7_77,
961};
962
963const unsigned char bitmap_hp_fixed_5_7_78 [5] = {
964  0x7f,
965  0x04,
966  0x08,
967  0x10,
968  0x7f
969};
970const struct disp_font_glyph glyph_hp_fixed_5_7_78 = {
971  {5,7,0,0},
972  5, 0, bitmap_hp_fixed_5_7_78,
973};
974
975const unsigned char bitmap_hp_fixed_5_7_79 [5] = {
976  0x3e,
977  0x41,
978  0x41,
979  0x41,
980  0x3e
981};
982const struct disp_font_glyph glyph_hp_fixed_5_7_79 = {
983  {5,7,0,0},
984  5, 0, bitmap_hp_fixed_5_7_79,
985};
986
987const unsigned char bitmap_hp_fixed_5_7_80 [5] = {
988  0x7f,
989  0x09,
990  0x09,
991  0x09,
992  0x06
993};
994const struct disp_font_glyph glyph_hp_fixed_5_7_80 = {
995  {5,7,0,0},
996  5, 0, bitmap_hp_fixed_5_7_80,
997};
998
999const unsigned char bitmap_hp_fixed_5_7_81 [5] = {
1000  0x3e,
1001  0x41,
1002  0x51,
1003  0x21,
1004  0x5e
1005};
1006const struct disp_font_glyph glyph_hp_fixed_5_7_81 = {
1007  {5,7,0,0},
1008  5, 0, bitmap_hp_fixed_5_7_81,
1009};
1010
1011const unsigned char bitmap_hp_fixed_5_7_82 [5] = {
1012  0x7f,
1013  0x09,
1014  0x19,
1015  0x29,
1016  0x46
1017};
1018const struct disp_font_glyph glyph_hp_fixed_5_7_82 = {
1019  {5,7,0,0},
1020  5, 0, bitmap_hp_fixed_5_7_82,
1021};
1022
1023const unsigned char bitmap_hp_fixed_5_7_83 [5] = {
1024  0x26,
1025  0x49,
1026  0x49,
1027  0x49,
1028  0x32
1029};
1030const struct disp_font_glyph glyph_hp_fixed_5_7_83 = {
1031  {5,7,0,0},
1032  5, 0, bitmap_hp_fixed_5_7_83,
1033};
1034
1035const unsigned char bitmap_hp_fixed_5_7_84 [5] = {
1036  0x01,
1037  0x01,
1038  0x7f,
1039  0x01,
1040  0x01
1041};
1042const struct disp_font_glyph glyph_hp_fixed_5_7_84 = {
1043  {5,7,0,0},
1044  5, 0, bitmap_hp_fixed_5_7_84,
1045};
1046
1047const unsigned char bitmap_hp_fixed_5_7_85 [5] = {
1048  0x3f,
1049  0x40,
1050  0x40,
1051  0x40,
1052  0x3f
1053};
1054const struct disp_font_glyph glyph_hp_fixed_5_7_85 = {
1055  {5,7,0,0},
1056  5, 0, bitmap_hp_fixed_5_7_85,
1057};
1058
1059const unsigned char bitmap_hp_fixed_5_7_86 [5] = {
1060  0x07,
1061  0x18,
1062  0x60,
1063  0x18,
1064  0x07
1065};
1066const struct disp_font_glyph glyph_hp_fixed_5_7_86 = {
1067  {5,7,0,0},
1068  5, 0, bitmap_hp_fixed_5_7_86,
1069};
1070
1071const unsigned char bitmap_hp_fixed_5_7_87 [5] = {
1072  0x7f,
1073  0x20,
1074  0x18,
1075  0x20,
1076  0x7f
1077};
1078const struct disp_font_glyph glyph_hp_fixed_5_7_87 = {
1079  {5,7,0,0},
1080  5, 0, bitmap_hp_fixed_5_7_87,
1081};
1082
1083const unsigned char bitmap_hp_fixed_5_7_88 [5] = {
1084  0x63,
1085  0x14,
1086  0x08,
1087  0x14,
1088  0x63
1089};
1090const struct disp_font_glyph glyph_hp_fixed_5_7_88 = {
1091  {5,7,0,0},
1092  5, 0, bitmap_hp_fixed_5_7_88,
1093};
1094
1095const unsigned char bitmap_hp_fixed_5_7_89 [5] = {
1096  0x03,
1097  0x04,
1098  0x78,
1099  0x04,
1100  0x03
1101};
1102const struct disp_font_glyph glyph_hp_fixed_5_7_89 = {
1103  {5,7,0,0},
1104  5, 0, bitmap_hp_fixed_5_7_89,
1105};
1106
1107const unsigned char bitmap_hp_fixed_5_7_90 [5] = {
1108  0x61,
1109  0x51,
1110  0x49,
1111  0x45,
1112  0x43
1113};
1114const struct disp_font_glyph glyph_hp_fixed_5_7_90 = {
1115  {5,7,0,0},
1116  5, 0, bitmap_hp_fixed_5_7_90,
1117};
1118
1119const unsigned char bitmap_hp_fixed_5_7_91 [5] = {
1120  0x00,
1121  0x00,
1122  0x7f,
1123  0x41,
1124  0x41
1125};
1126const struct disp_font_glyph glyph_hp_fixed_5_7_91 = {
1127  {5,7,0,0},
1128  5, 0, bitmap_hp_fixed_5_7_91,
1129};
1130
1131const unsigned char bitmap_hp_fixed_5_7_92 [5] = {
1132  0x02,
1133  0x04,
1134  0x08,
1135  0x10,
1136  0x20
1137};
1138const struct disp_font_glyph glyph_hp_fixed_5_7_92 = {
1139  {5,7,0,0},
1140  5, 0, bitmap_hp_fixed_5_7_92,
1141};
1142
1143const unsigned char bitmap_hp_fixed_5_7_93 [5] = {
1144  0x41,
1145  0x41,
1146  0x7f,
1147  0x00,
1148  0x00
1149};
1150const struct disp_font_glyph glyph_hp_fixed_5_7_93 = {
1151  {5,7,0,0},
1152  5, 0, bitmap_hp_fixed_5_7_93,
1153};
1154
1155const unsigned char bitmap_hp_fixed_5_7_94 [5] = {
1156  0x04,
1157  0x02,
1158  0x7f,
1159  0x02,
1160  0x04
1161};
1162const struct disp_font_glyph glyph_hp_fixed_5_7_94 = {
1163  {5,7,0,0},
1164  5, 0, bitmap_hp_fixed_5_7_94,
1165};
1166
1167const unsigned char bitmap_hp_fixed_5_7_95 [5] = {
1168  0x40,
1169  0x40,
1170  0x40,
1171  0x40,
1172  0x40
1173};
1174const struct disp_font_glyph glyph_hp_fixed_5_7_95 = {
1175  {5,7,0,0},
1176  5, 0, bitmap_hp_fixed_5_7_95,
1177};
1178
1179const unsigned char bitmap_hp_fixed_5_7_96 [5] = {
1180  0x00,
1181  0x07,
1182  0x0b,
1183  0x00,
1184  0x00
1185};
1186const struct disp_font_glyph glyph_hp_fixed_5_7_96 = {
1187  {5,7,0,0},
1188  5, 0, bitmap_hp_fixed_5_7_96,
1189};
1190
1191const unsigned char bitmap_hp_fixed_5_7_97 [5] = {
1192  0x38,
1193  0x44,
1194  0x44,
1195  0x3c,
1196  0x40
1197};
1198const struct disp_font_glyph glyph_hp_fixed_5_7_97 = {
1199  {5,7,0,0},
1200  5, 0, bitmap_hp_fixed_5_7_97,
1201};
1202
1203const unsigned char bitmap_hp_fixed_5_7_98 [5] = {
1204  0x7f,
1205  0x48,
1206  0x44,
1207  0x44,
1208  0x38
1209};
1210const struct disp_font_glyph glyph_hp_fixed_5_7_98 = {
1211  {5,7,0,0},
1212  5, 0, bitmap_hp_fixed_5_7_98,
1213};
1214
1215const unsigned char bitmap_hp_fixed_5_7_99 [5] = {
1216  0x38,
1217  0x44,
1218  0x44,
1219  0x44,
1220  0x44
1221};
1222const struct disp_font_glyph glyph_hp_fixed_5_7_99 = {
1223  {5,7,0,0},
1224  5, 0, bitmap_hp_fixed_5_7_99,
1225};
1226
1227const unsigned char bitmap_hp_fixed_5_7_100 [5] = {
1228  0x38,
1229  0x44,
1230  0x44,
1231  0x48,
1232  0x7f
1233};
1234const struct disp_font_glyph glyph_hp_fixed_5_7_100 = {
1235  {5,7,0,0},
1236  5, 0, bitmap_hp_fixed_5_7_100,
1237};
1238
1239const unsigned char bitmap_hp_fixed_5_7_101 [5] = {
1240  0x38,
1241  0x54,
1242  0x54,
1243  0x54,
1244  0x08
1245};
1246const struct disp_font_glyph glyph_hp_fixed_5_7_101 = {
1247  {5,7,0,0},
1248  5, 0, bitmap_hp_fixed_5_7_101,
1249};
1250
1251const unsigned char bitmap_hp_fixed_5_7_102 [5] = {
1252  0x08,
1253  0x7e,
1254  0x09,
1255  0x02,
1256  0x00
1257};
1258const struct disp_font_glyph glyph_hp_fixed_5_7_102 = {
1259  {5,7,0,0},
1260  5, 0, bitmap_hp_fixed_5_7_102,
1261};
1262
1263const unsigned char bitmap_hp_fixed_5_7_103 [5] = {
1264  0x08,
1265  0x14,
1266  0x54,
1267  0x54,
1268  0x3c
1269};
1270const struct disp_font_glyph glyph_hp_fixed_5_7_103 = {
1271  {5,7,0,0},
1272  5, 0, bitmap_hp_fixed_5_7_103,
1273};
1274
1275const unsigned char bitmap_hp_fixed_5_7_104 [5] = {
1276  0x7f,
1277  0x08,
1278  0x04,
1279  0x04,
1280  0x78
1281};
1282const struct disp_font_glyph glyph_hp_fixed_5_7_104 = {
1283  {5,7,0,0},
1284  5, 0, bitmap_hp_fixed_5_7_104,
1285};
1286
1287const unsigned char bitmap_hp_fixed_5_7_105 [5] = {
1288  0x00,
1289  0x44,
1290  0x7d,
1291  0x40,
1292  0x00
1293};
1294const struct disp_font_glyph glyph_hp_fixed_5_7_105 = {
1295  {5,7,0,0},
1296  5, 0, bitmap_hp_fixed_5_7_105,
1297};
1298
1299const unsigned char bitmap_hp_fixed_5_7_106 [5] = {
1300  0x20,
1301  0x40,
1302  0x44,
1303  0x3d,
1304  0x00
1305};
1306const struct disp_font_glyph glyph_hp_fixed_5_7_106 = {
1307  {5,7,0,0},
1308  5, 0, bitmap_hp_fixed_5_7_106,
1309};
1310
1311const unsigned char bitmap_hp_fixed_5_7_107 [5] = {
1312  0x00,
1313  0x7f,
1314  0x10,
1315  0x28,
1316  0x44
1317};
1318const struct disp_font_glyph glyph_hp_fixed_5_7_107 = {
1319  {5,7,0,0},
1320  5, 0, bitmap_hp_fixed_5_7_107,
1321};
1322
1323const unsigned char bitmap_hp_fixed_5_7_108 [5] = {
1324  0x00,
1325  0x41,
1326  0x7f,
1327  0x40,
1328  0x00
1329};
1330const struct disp_font_glyph glyph_hp_fixed_5_7_108 = {
1331  {5,7,0,0},
1332  5, 0, bitmap_hp_fixed_5_7_108,
1333};
1334
1335const unsigned char bitmap_hp_fixed_5_7_109 [5] = {
1336  0x78,
1337  0x04,
1338  0x18,
1339  0x04,
1340  0x78
1341};
1342const struct disp_font_glyph glyph_hp_fixed_5_7_109 = {
1343  {5,7,0,0},
1344  5, 0, bitmap_hp_fixed_5_7_109,
1345};
1346
1347const unsigned char bitmap_hp_fixed_5_7_110 [5] = {
1348  0x7c,
1349  0x08,
1350  0x04,
1351  0x04,
1352  0x78
1353};
1354const struct disp_font_glyph glyph_hp_fixed_5_7_110 = {
1355  {5,7,0,0},
1356  5, 0, bitmap_hp_fixed_5_7_110,
1357};
1358
1359const unsigned char bitmap_hp_fixed_5_7_111 [5] = {
1360  0x38,
1361  0x44,
1362  0x44,
1363  0x44,
1364  0x38
1365};
1366const struct disp_font_glyph glyph_hp_fixed_5_7_111 = {
1367  {5,7,0,0},
1368  5, 0, bitmap_hp_fixed_5_7_111,
1369};
1370
1371const unsigned char bitmap_hp_fixed_5_7_112 [5] = {
1372  0x7c,
1373  0x14,
1374  0x24,
1375  0x24,
1376  0x18
1377};
1378const struct disp_font_glyph glyph_hp_fixed_5_7_112 = {
1379  {5,7,0,0},
1380  5, 0, bitmap_hp_fixed_5_7_112,
1381};
1382
1383const unsigned char bitmap_hp_fixed_5_7_113 [5] = {
1384  0x18,
1385  0x24,
1386  0x14,
1387  0x7c,
1388  0x40
1389};
1390const struct disp_font_glyph glyph_hp_fixed_5_7_113 = {
1391  {5,7,0,0},
1392  5, 0, bitmap_hp_fixed_5_7_113,
1393};
1394
1395const unsigned char bitmap_hp_fixed_5_7_114 [5] = {
1396  0x00,
1397  0x7c,
1398  0x08,
1399  0x04,
1400  0x04
1401};
1402const struct disp_font_glyph glyph_hp_fixed_5_7_114 = {
1403  {5,7,0,0},
1404  5, 0, bitmap_hp_fixed_5_7_114,
1405};
1406
1407const unsigned char bitmap_hp_fixed_5_7_115 [5] = {
1408  0x48,
1409  0x54,
1410  0x54,
1411  0x54,
1412  0x20
1413};
1414const struct disp_font_glyph glyph_hp_fixed_5_7_115 = {
1415  {5,7,0,0},
1416  5, 0, bitmap_hp_fixed_5_7_115,
1417};
1418
1419const unsigned char bitmap_hp_fixed_5_7_116 [5] = {
1420  0x04,
1421  0x3e,
1422  0x44,
1423  0x20,
1424  0x00
1425};
1426const struct disp_font_glyph glyph_hp_fixed_5_7_116 = {
1427  {5,7,0,0},
1428  5, 0, bitmap_hp_fixed_5_7_116,
1429};
1430
1431const unsigned char bitmap_hp_fixed_5_7_117 [5] = {
1432  0x3c,
1433  0x40,
1434  0x40,
1435  0x20,
1436  0x7c
1437};
1438const struct disp_font_glyph glyph_hp_fixed_5_7_117 = {
1439  {5,7,0,0},
1440  5, 0, bitmap_hp_fixed_5_7_117,
1441};
1442
1443const unsigned char bitmap_hp_fixed_5_7_118 [5] = {
1444  0x1c,
1445  0x20,
1446  0x40,
1447  0x20,
1448  0x1c
1449};
1450const struct disp_font_glyph glyph_hp_fixed_5_7_118 = {
1451  {5,7,0,0},
1452  5, 0, bitmap_hp_fixed_5_7_118,
1453};
1454
1455const unsigned char bitmap_hp_fixed_5_7_119 [5] = {
1456  0x3c,
1457  0x40,
1458  0x30,
1459  0x40,
1460  0x3c
1461};
1462const struct disp_font_glyph glyph_hp_fixed_5_7_119 = {
1463  {5,7,0,0},
1464  5, 0, bitmap_hp_fixed_5_7_119,
1465};
1466
1467const unsigned char bitmap_hp_fixed_5_7_120 [5] = {
1468  0x44,
1469  0x28,
1470  0x10,
1471  0x28,
1472  0x44
1473};
1474const struct disp_font_glyph glyph_hp_fixed_5_7_120 = {
1475  {5,7,0,0},
1476  5, 0, bitmap_hp_fixed_5_7_120,
1477};
1478
1479const unsigned char bitmap_hp_fixed_5_7_121 [5] = {
1480  0x04,
1481  0x48,
1482  0x30,
1483  0x08,
1484  0x04
1485};
1486const struct disp_font_glyph glyph_hp_fixed_5_7_121 = {
1487  {5,7,0,0},
1488  5, 0, bitmap_hp_fixed_5_7_121,
1489};
1490
1491const unsigned char bitmap_hp_fixed_5_7_122 [5] = {
1492  0x44,
1493  0x64,
1494  0x54,
1495  0x4c,
1496  0x44
1497};
1498const struct disp_font_glyph glyph_hp_fixed_5_7_122 = {
1499  {5,7,0,0},
1500  5, 0, bitmap_hp_fixed_5_7_122,
1501};
1502
1503const unsigned char bitmap_hp_fixed_5_7_123 [5] = {
1504  0x00,
1505  0x08,
1506  0x36,
1507  0x41,
1508  0x00
1509};
1510const struct disp_font_glyph glyph_hp_fixed_5_7_123 = {
1511  {5,7,0,0},
1512  5, 0, bitmap_hp_fixed_5_7_123,
1513};
1514
1515const unsigned char bitmap_hp_fixed_5_7_124 [5] = {
1516  0x00,
1517  0x00,
1518  0x77,
1519  0x00,
1520  0x00
1521};
1522const struct disp_font_glyph glyph_hp_fixed_5_7_124 = {
1523  {5,7,0,0},
1524  5, 0, bitmap_hp_fixed_5_7_124,
1525};
1526
1527const unsigned char bitmap_hp_fixed_5_7_125 [5] = {
1528  0x00,
1529  0x41,
1530  0x36,
1531  0x08,
1532  0x00
1533};
1534const struct disp_font_glyph glyph_hp_fixed_5_7_125 = {
1535  {5,7,0,0},
1536  5, 0, bitmap_hp_fixed_5_7_125,
1537};
1538
1539const unsigned char bitmap_hp_fixed_5_7_126 [5] = {
1540  0x08,
1541  0x04,
1542  0x08,
1543  0x10,
1544  0x08
1545};
1546const struct disp_font_glyph glyph_hp_fixed_5_7_126 = {
1547  {5,7,0,0},
1548  5, 0, bitmap_hp_fixed_5_7_126,
1549};
1550
1551const unsigned char bitmap_hp_fixed_5_7_127 [5] = {
1552  0x2a,
1553  0x55,
1554  0x2a,
1555  0x55,
1556  0x2a
1557};
1558const struct disp_font_glyph glyph_hp_fixed_5_7_127 = {
1559  {5,7,0,0},
1560  5, 0, bitmap_hp_fixed_5_7_127,
1561};
1562
1563const struct disp_font_base font_base_hp_fixed_5_7 = {
1564  1,               /* trans */
1565  {5, 7, 0, -1},  /* fbb w, h, x, y */
1566  7, 0,            /* ascent, descent */
1567  0,               /* default_char */
1568  {&glyph_hp_fixed_5_7_0,
1569  &glyph_hp_fixed_5_7_1,
1570  &glyph_hp_fixed_5_7_2,
1571  &glyph_hp_fixed_5_7_3,
1572  &glyph_hp_fixed_5_7_4,
1573  &glyph_hp_fixed_5_7_5,
1574  &glyph_hp_fixed_5_7_6,
1575  &glyph_hp_fixed_5_7_7,
1576  &glyph_hp_fixed_5_7_8,
1577  &glyph_hp_fixed_5_7_9,
1578  &glyph_hp_fixed_5_7_10,
1579  &glyph_hp_fixed_5_7_11,
1580  &glyph_hp_fixed_5_7_12,
1581  &glyph_hp_fixed_5_7_13,
1582  &glyph_hp_fixed_5_7_14,
1583  &glyph_hp_fixed_5_7_15,
1584  &glyph_hp_fixed_5_7_16,
1585  &glyph_hp_fixed_5_7_17,
1586  &glyph_hp_fixed_5_7_18,
1587  &glyph_hp_fixed_5_7_19,
1588  &glyph_hp_fixed_5_7_20,
1589  &glyph_hp_fixed_5_7_21,
1590  &glyph_hp_fixed_5_7_22,
1591  &glyph_hp_fixed_5_7_23,
1592  &glyph_hp_fixed_5_7_24,
1593  &glyph_hp_fixed_5_7_25,
1594  &glyph_hp_fixed_5_7_26,
1595  &glyph_hp_fixed_5_7_27,
1596  &glyph_hp_fixed_5_7_28,
1597  &glyph_hp_fixed_5_7_29,
1598  &glyph_hp_fixed_5_7_30,
1599  &glyph_hp_fixed_5_7_31,
1600  &glyph_hp_fixed_5_7_32,
1601  &glyph_hp_fixed_5_7_33,
1602  &glyph_hp_fixed_5_7_34,
1603  &glyph_hp_fixed_5_7_35,
1604  &glyph_hp_fixed_5_7_36,
1605  &glyph_hp_fixed_5_7_37,
1606  &glyph_hp_fixed_5_7_38,
1607  &glyph_hp_fixed_5_7_39,
1608  &glyph_hp_fixed_5_7_40,
1609  &glyph_hp_fixed_5_7_41,
1610  &glyph_hp_fixed_5_7_42,
1611  &glyph_hp_fixed_5_7_43,
1612  &glyph_hp_fixed_5_7_44,
1613  &glyph_hp_fixed_5_7_45,
1614  &glyph_hp_fixed_5_7_46,
1615  &glyph_hp_fixed_5_7_47,
1616  &glyph_hp_fixed_5_7_48,
1617  &glyph_hp_fixed_5_7_49,
1618  &glyph_hp_fixed_5_7_50,
1619  &glyph_hp_fixed_5_7_51,
1620  &glyph_hp_fixed_5_7_52,
1621  &glyph_hp_fixed_5_7_53,
1622  &glyph_hp_fixed_5_7_54,
1623  &glyph_hp_fixed_5_7_55,
1624  &glyph_hp_fixed_5_7_56,
1625  &glyph_hp_fixed_5_7_57,
1626  &glyph_hp_fixed_5_7_58,
1627  &glyph_hp_fixed_5_7_59,
1628  &glyph_hp_fixed_5_7_60,
1629  &glyph_hp_fixed_5_7_61,
1630  &glyph_hp_fixed_5_7_62,
1631  &glyph_hp_fixed_5_7_63,
1632  &glyph_hp_fixed_5_7_64,
1633  &glyph_hp_fixed_5_7_65,
1634  &glyph_hp_fixed_5_7_66,
1635  &glyph_hp_fixed_5_7_67,
1636  &glyph_hp_fixed_5_7_68,
1637  &glyph_hp_fixed_5_7_69,
1638  &glyph_hp_fixed_5_7_70,
1639  &glyph_hp_fixed_5_7_71,
1640  &glyph_hp_fixed_5_7_72,
1641  &glyph_hp_fixed_5_7_73,
1642  &glyph_hp_fixed_5_7_74,
1643  &glyph_hp_fixed_5_7_75,
1644  &glyph_hp_fixed_5_7_76,
1645  &glyph_hp_fixed_5_7_77,
1646  &glyph_hp_fixed_5_7_78,
1647  &glyph_hp_fixed_5_7_79,
1648  &glyph_hp_fixed_5_7_80,
1649  &glyph_hp_fixed_5_7_81,
1650  &glyph_hp_fixed_5_7_82,
1651  &glyph_hp_fixed_5_7_83,
1652  &glyph_hp_fixed_5_7_84,
1653  &glyph_hp_fixed_5_7_85,
1654  &glyph_hp_fixed_5_7_86,
1655  &glyph_hp_fixed_5_7_87,
1656  &glyph_hp_fixed_5_7_88,
1657  &glyph_hp_fixed_5_7_89,
1658  &glyph_hp_fixed_5_7_90,
1659  &glyph_hp_fixed_5_7_91,
1660  &glyph_hp_fixed_5_7_92,
1661  &glyph_hp_fixed_5_7_93,
1662  &glyph_hp_fixed_5_7_94,
1663  &glyph_hp_fixed_5_7_95,
1664  &glyph_hp_fixed_5_7_96,
1665  &glyph_hp_fixed_5_7_97,
1666  &glyph_hp_fixed_5_7_98,
1667  &glyph_hp_fixed_5_7_99,
1668  &glyph_hp_fixed_5_7_100,
1669  &glyph_hp_fixed_5_7_101,
1670  &glyph_hp_fixed_5_7_102,
1671  &glyph_hp_fixed_5_7_103,
1672  &glyph_hp_fixed_5_7_104,
1673  &glyph_hp_fixed_5_7_105,
1674  &glyph_hp_fixed_5_7_106,
1675  &glyph_hp_fixed_5_7_107,
1676  &glyph_hp_fixed_5_7_108,
1677  &glyph_hp_fixed_5_7_109,
1678  &glyph_hp_fixed_5_7_110,
1679  &glyph_hp_fixed_5_7_111,
1680  &glyph_hp_fixed_5_7_112,
1681  &glyph_hp_fixed_5_7_113,
1682  &glyph_hp_fixed_5_7_114,
1683  &glyph_hp_fixed_5_7_115,
1684  &glyph_hp_fixed_5_7_116,
1685  &glyph_hp_fixed_5_7_117,
1686  &glyph_hp_fixed_5_7_118,
1687  &glyph_hp_fixed_5_7_119,
1688  &glyph_hp_fixed_5_7_120,
1689  &glyph_hp_fixed_5_7_121,
1690  &glyph_hp_fixed_5_7_122,
1691  &glyph_hp_fixed_5_7_123,
1692  &glyph_hp_fixed_5_7_124,
1693  &glyph_hp_fixed_5_7_125,
1694  &glyph_hp_fixed_5_7_126,
1695  &glyph_hp_fixed_5_7_127,
1696  NULL,
1697  NULL,
1698  NULL,
1699  NULL,
1700  NULL,
1701  NULL,
1702  NULL,
1703  NULL,
1704  NULL,
1705  NULL,
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};
Note: See TracBrowser for help on using the repository browser.