summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/libchip/display/disp_fonts.h23
-rw-r--r--c/src/libchip/display/font_hcms29xx.c256
3 files changed, 155 insertions, 129 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 3f32c0c977..aaea518669 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-14 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
+
+ * libchip/display/font_hcms29xx.c, libchip/display/disp_fonts.h
+ make glyphs non-constant, added file headers
+
2008-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* libchip/display/disp_fonts.h, libchip/display/disp_hcms29xx.c
diff --git a/c/src/libchip/display/disp_fonts.h b/c/src/libchip/display/disp_fonts.h
index 9a359b3a34..2c7b7ce294 100644
--- a/c/src/libchip/display/disp_fonts.h
+++ b/c/src/libchip/display/disp_fonts.h
@@ -1,4 +1,25 @@
-/* $Id$ */
+/*===============================================================*\
+| Project: display driver for HCMS29xx |
++-----------------------------------------------------------------+
+| File: disp_fonts.h |
++-----------------------------------------------------------------+
+| Copyright (c) 2008 |
+| Embedded Brains GmbH |
+| Obere Lagerstr. 30 |
+| D-82178 Puchheim |
+| Germany |
+| rtems@embedded-brains.de |
++-----------------------------------------------------------------+
+| The license and distribution terms for this file may be |
+| found in the file LICENSE in this distribution or at |
+| |
+| http://www.rtems.com/license/LICENSE. |
+| |
++-----------------------------------------------------------------+
+| This file declares general data structures for font management |
++-----------------------------------------------------------------+
+| $Id$
+\*===============================================================*/
#ifndef DISP_FONTS_H
#define DISP_FONTS_H
diff --git a/c/src/libchip/display/font_hcms29xx.c b/c/src/libchip/display/font_hcms29xx.c
index 715036c4d4..8df63367ff 100644
--- a/c/src/libchip/display/font_hcms29xx.c
+++ b/c/src/libchip/display/font_hcms29xx.c
@@ -31,7 +31,7 @@ const unsigned char bitmap_hp_fixed_5_7_0 [5] = {
0x7f,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_0 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_0 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_0,
};
@@ -43,7 +43,7 @@ const unsigned char bitmap_hp_fixed_5_7_1 [5] = {
0x40,
0x30
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_1 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_1 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_1,
};
@@ -55,7 +55,7 @@ const unsigned char bitmap_hp_fixed_5_7_2 [5] = {
0x29,
0x45
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_2 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_2 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_2,
};
@@ -67,7 +67,7 @@ const unsigned char bitmap_hp_fixed_5_7_3 [5] = {
0x21,
0x7d
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_3 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_3 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_3,
};
@@ -79,7 +79,7 @@ const unsigned char bitmap_hp_fixed_5_7_4 [5] = {
0x05,
0x79
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_4 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_4 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_4,
};
@@ -91,7 +91,7 @@ const unsigned char bitmap_hp_fixed_5_7_5 [5] = {
0x38,
0x44
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_5 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_5 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_5,
};
@@ -103,7 +103,7 @@ const unsigned char bitmap_hp_fixed_5_7_6 [5] = {
0x2e,
0x10
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_6 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_6 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_6,
};
@@ -115,7 +115,7 @@ const unsigned char bitmap_hp_fixed_5_7_7 [5] = {
0x49,
0x30
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_7 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_7 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_7,
};
@@ -127,7 +127,7 @@ const unsigned char bitmap_hp_fixed_5_7_8 [5] = {
0x50,
0x60
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_8 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_8 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_8,
};
@@ -139,7 +139,7 @@ const unsigned char bitmap_hp_fixed_5_7_9 [5] = {
0x38,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_9 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_9 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_9,
};
@@ -151,7 +151,7 @@ const unsigned char bitmap_hp_fixed_5_7_10 [5] = {
0x49,
0x3e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_10 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_10 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_10,
};
@@ -163,7 +163,7 @@ const unsigned char bitmap_hp_fixed_5_7_11 [5] = {
0x10,
0x60
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_11 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_11 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_11,
};
@@ -175,7 +175,7 @@ const unsigned char bitmap_hp_fixed_5_7_12 [5] = {
0x20,
0x1c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_12 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_12 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_12,
};
@@ -187,7 +187,7 @@ const unsigned char bitmap_hp_fixed_5_7_13 [5] = {
0x7c,
0x02
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_13 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_13 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_13,
};
@@ -199,7 +199,7 @@ const unsigned char bitmap_hp_fixed_5_7_14 [5] = {
0x3c,
0x04
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_14 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_14 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_14,
};
@@ -211,7 +211,7 @@ const unsigned char bitmap_hp_fixed_5_7_15 [5] = {
0x49,
0x41
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_15 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_15 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_15,
};
@@ -223,7 +223,7 @@ const unsigned char bitmap_hp_fixed_5_7_16 [5] = {
0x08,
0x04
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_16 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_16 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_16,
};
@@ -235,7 +235,7 @@ const unsigned char bitmap_hp_fixed_5_7_17 [5] = {
0x24,
0x18
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_17 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_17 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_17,
};
@@ -247,7 +247,7 @@ const unsigned char bitmap_hp_fixed_5_7_18 [5] = {
0x61,
0x5e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_18 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_18 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_18,
};
@@ -259,7 +259,7 @@ const unsigned char bitmap_hp_fixed_5_7_19 [5] = {
0x14,
0x78
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_19 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_19 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_19,
};
@@ -271,7 +271,7 @@ const unsigned char bitmap_hp_fixed_5_7_20 [5] = {
0x3c,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_20 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_20 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_20,
};
@@ -283,7 +283,7 @@ const unsigned char bitmap_hp_fixed_5_7_21 [5] = {
0x15,
0x78
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_21 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_21 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_21,
};
@@ -295,7 +295,7 @@ const unsigned char bitmap_hp_fixed_5_7_22 [5] = {
0x3d,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_22 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_22 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_22,
};
@@ -307,7 +307,7 @@ const unsigned char bitmap_hp_fixed_5_7_23 [5] = {
0x43,
0x3c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_23 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_23 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_23,
};
@@ -319,7 +319,7 @@ const unsigned char bitmap_hp_fixed_5_7_24 [5] = {
0x45,
0x38
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_24 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_24 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_24,
};
@@ -331,7 +331,7 @@ const unsigned char bitmap_hp_fixed_5_7_25 [5] = {
0x41,
0x3c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_25 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_25 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_25,
};
@@ -343,7 +343,7 @@ const unsigned char bitmap_hp_fixed_5_7_26 [5] = {
0x42,
0x38
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_26 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_26 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_26,
};
@@ -355,7 +355,7 @@ const unsigned char bitmap_hp_fixed_5_7_27 [5] = {
0x1c,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_27 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_27 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_27,
};
@@ -367,7 +367,7 @@ const unsigned char bitmap_hp_fixed_5_7_28 [5] = {
0x02,
0x02
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_28 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_28 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_28,
};
@@ -379,7 +379,7 @@ const unsigned char bitmap_hp_fixed_5_7_29 [5] = {
0x12,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_29 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_29 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_29,
};
@@ -391,7 +391,7 @@ const unsigned char bitmap_hp_fixed_5_7_30 [5] = {
0x41,
0x42
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_30 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_30 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_30,
};
@@ -403,7 +403,7 @@ const unsigned char bitmap_hp_fixed_5_7_31 [5] = {
0x12,
0x01
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_31 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_31 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_31,
};
@@ -415,7 +415,7 @@ const unsigned char bitmap_hp_fixed_5_7_32 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_32 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_32 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_32,
};
@@ -427,7 +427,7 @@ const unsigned char bitmap_hp_fixed_5_7_33 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_33 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_33 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_33,
};
@@ -439,7 +439,7 @@ const unsigned char bitmap_hp_fixed_5_7_34 [5] = {
0x03,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_34 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_34 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_34,
};
@@ -451,7 +451,7 @@ const unsigned char bitmap_hp_fixed_5_7_35 [5] = {
0x7f,
0x14
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_35 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_35 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_35,
};
@@ -463,7 +463,7 @@ const unsigned char bitmap_hp_fixed_5_7_36 [5] = {
0x2a,
0x12
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_36 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_36 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_36,
};
@@ -475,7 +475,7 @@ const unsigned char bitmap_hp_fixed_5_7_37 [5] = {
0x64,
0x62
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_37 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_37 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_37,
};
@@ -487,7 +487,7 @@ const unsigned char bitmap_hp_fixed_5_7_38 [5] = {
0x20,
0x50
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_38 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_38 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_38,
};
@@ -499,7 +499,7 @@ const unsigned char bitmap_hp_fixed_5_7_39 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_39 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_39 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_39,
};
@@ -511,7 +511,7 @@ const unsigned char bitmap_hp_fixed_5_7_40 [5] = {
0x41,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_40 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_40 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_40,
};
@@ -523,7 +523,7 @@ const unsigned char bitmap_hp_fixed_5_7_41 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_41 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_41 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_41,
};
@@ -535,7 +535,7 @@ const unsigned char bitmap_hp_fixed_5_7_42 [5] = {
0x2a,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_42 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_42 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_42,
};
@@ -547,7 +547,7 @@ const unsigned char bitmap_hp_fixed_5_7_43 [5] = {
0x08,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_43 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_43 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_43,
};
@@ -559,7 +559,7 @@ const unsigned char bitmap_hp_fixed_5_7_44 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_44 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_44 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_44,
};
@@ -571,7 +571,7 @@ const unsigned char bitmap_hp_fixed_5_7_45 [5] = {
0x08,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_45 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_45 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_45,
};
@@ -583,7 +583,7 @@ const unsigned char bitmap_hp_fixed_5_7_46 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_46 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_46 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_46,
};
@@ -595,7 +595,7 @@ const unsigned char bitmap_hp_fixed_5_7_47 [5] = {
0x04,
0x02
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_47 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_47 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_47,
};
@@ -607,7 +607,7 @@ const unsigned char bitmap_hp_fixed_5_7_48 [5] = {
0x45,
0x3e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_48 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_48 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_48,
};
@@ -619,7 +619,7 @@ const unsigned char bitmap_hp_fixed_5_7_49 [5] = {
0x40,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_49 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_49 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_49,
};
@@ -631,7 +631,7 @@ const unsigned char bitmap_hp_fixed_5_7_50 [5] = {
0x49,
0x46
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_50 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_50 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_50,
};
@@ -643,7 +643,7 @@ const unsigned char bitmap_hp_fixed_5_7_51 [5] = {
0x49,
0x36
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_51 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_51 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_51,
};
@@ -655,7 +655,7 @@ const unsigned char bitmap_hp_fixed_5_7_52 [5] = {
0x7f,
0x10
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_52 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_52 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_52,
};
@@ -667,7 +667,7 @@ const unsigned char bitmap_hp_fixed_5_7_53 [5] = {
0x45,
0x39
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_53 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_53 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_53,
};
@@ -679,7 +679,7 @@ const unsigned char bitmap_hp_fixed_5_7_54 [5] = {
0x49,
0x30
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_54 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_54 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_54,
};
@@ -691,7 +691,7 @@ const unsigned char bitmap_hp_fixed_5_7_55 [5] = {
0x05,
0x03
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_55 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_55 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_55,
};
@@ -703,7 +703,7 @@ const unsigned char bitmap_hp_fixed_5_7_56 [5] = {
0x49,
0x36
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_56 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_56 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_56,
};
@@ -715,7 +715,7 @@ const unsigned char bitmap_hp_fixed_5_7_57 [5] = {
0x29,
0x1e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_57 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_57 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_57,
};
@@ -727,7 +727,7 @@ const unsigned char bitmap_hp_fixed_5_7_58 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_58 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_58 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_58,
};
@@ -739,7 +739,7 @@ const unsigned char bitmap_hp_fixed_5_7_59 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_59 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_59 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_59,
};
@@ -751,7 +751,7 @@ const unsigned char bitmap_hp_fixed_5_7_60 [5] = {
0x22,
0x41
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_60 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_60 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_60,
};
@@ -763,7 +763,7 @@ const unsigned char bitmap_hp_fixed_5_7_61 [5] = {
0x14,
0x14
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_61 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_61 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_61,
};
@@ -775,7 +775,7 @@ const unsigned char bitmap_hp_fixed_5_7_62 [5] = {
0x08,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_62 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_62 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_62,
};
@@ -787,7 +787,7 @@ const unsigned char bitmap_hp_fixed_5_7_63 [5] = {
0x09,
0x06
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_63 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_63 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_63,
};
@@ -799,7 +799,7 @@ const unsigned char bitmap_hp_fixed_5_7_64 [5] = {
0x55,
0x1e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_64 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_64 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_64,
};
@@ -811,7 +811,7 @@ const unsigned char bitmap_hp_fixed_5_7_65 [5] = {
0x09,
0x7e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_65 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_65 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_65,
};
@@ -823,7 +823,7 @@ const unsigned char bitmap_hp_fixed_5_7_66 [5] = {
0x49,
0x36
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_66 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_66 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_66,
};
@@ -835,7 +835,7 @@ const unsigned char bitmap_hp_fixed_5_7_67 [5] = {
0x41,
0x22
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_67 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_67 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_67,
};
@@ -847,7 +847,7 @@ const unsigned char bitmap_hp_fixed_5_7_68 [5] = {
0x41,
0x3e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_68 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_68 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_68,
};
@@ -859,7 +859,7 @@ const unsigned char bitmap_hp_fixed_5_7_69 [5] = {
0x49,
0x41
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_69 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_69 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_69,
};
@@ -871,7 +871,7 @@ const unsigned char bitmap_hp_fixed_5_7_70 [5] = {
0x09,
0x01
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_70 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_70 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_70,
};
@@ -883,7 +883,7 @@ const unsigned char bitmap_hp_fixed_5_7_71 [5] = {
0x51,
0x32
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_71 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_71 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_71,
};
@@ -895,7 +895,7 @@ const unsigned char bitmap_hp_fixed_5_7_72 [5] = {
0x08,
0x7f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_72 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_72 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_72,
};
@@ -907,7 +907,7 @@ const unsigned char bitmap_hp_fixed_5_7_73 [5] = {
0x41,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_73 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_73 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_73,
};
@@ -919,7 +919,7 @@ const unsigned char bitmap_hp_fixed_5_7_74 [5] = {
0x40,
0x3f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_74 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_74 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_74,
};
@@ -931,7 +931,7 @@ const unsigned char bitmap_hp_fixed_5_7_75 [5] = {
0x22,
0x41
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_75 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_75 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_75,
};
@@ -943,7 +943,7 @@ const unsigned char bitmap_hp_fixed_5_7_76 [5] = {
0x40,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_76 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_76 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_76,
};
@@ -955,7 +955,7 @@ const unsigned char bitmap_hp_fixed_5_7_77 [5] = {
0x02,
0x7f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_77 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_77 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_77,
};
@@ -967,7 +967,7 @@ const unsigned char bitmap_hp_fixed_5_7_78 [5] = {
0x10,
0x7f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_78 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_78 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_78,
};
@@ -979,7 +979,7 @@ const unsigned char bitmap_hp_fixed_5_7_79 [5] = {
0x41,
0x3e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_79 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_79 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_79,
};
@@ -991,7 +991,7 @@ const unsigned char bitmap_hp_fixed_5_7_80 [5] = {
0x09,
0x06
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_80 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_80 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_80,
};
@@ -1003,7 +1003,7 @@ const unsigned char bitmap_hp_fixed_5_7_81 [5] = {
0x21,
0x5e
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_81 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_81 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_81,
};
@@ -1015,7 +1015,7 @@ const unsigned char bitmap_hp_fixed_5_7_82 [5] = {
0x29,
0x46
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_82 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_82 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_82,
};
@@ -1027,7 +1027,7 @@ const unsigned char bitmap_hp_fixed_5_7_83 [5] = {
0x49,
0x32
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_83 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_83 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_83,
};
@@ -1039,7 +1039,7 @@ const unsigned char bitmap_hp_fixed_5_7_84 [5] = {
0x01,
0x01
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_84 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_84 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_84,
};
@@ -1051,7 +1051,7 @@ const unsigned char bitmap_hp_fixed_5_7_85 [5] = {
0x40,
0x3f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_85 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_85 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_85,
};
@@ -1063,7 +1063,7 @@ const unsigned char bitmap_hp_fixed_5_7_86 [5] = {
0x18,
0x07
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_86 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_86 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_86,
};
@@ -1075,7 +1075,7 @@ const unsigned char bitmap_hp_fixed_5_7_87 [5] = {
0x20,
0x7f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_87 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_87 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_87,
};
@@ -1087,7 +1087,7 @@ const unsigned char bitmap_hp_fixed_5_7_88 [5] = {
0x14,
0x63
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_88 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_88 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_88,
};
@@ -1099,7 +1099,7 @@ const unsigned char bitmap_hp_fixed_5_7_89 [5] = {
0x04,
0x03
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_89 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_89 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_89,
};
@@ -1111,7 +1111,7 @@ const unsigned char bitmap_hp_fixed_5_7_90 [5] = {
0x45,
0x43
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_90 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_90 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_90,
};
@@ -1123,7 +1123,7 @@ const unsigned char bitmap_hp_fixed_5_7_91 [5] = {
0x41,
0x41
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_91 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_91 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_91,
};
@@ -1135,7 +1135,7 @@ const unsigned char bitmap_hp_fixed_5_7_92 [5] = {
0x10,
0x20
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_92 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_92 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_92,
};
@@ -1147,7 +1147,7 @@ const unsigned char bitmap_hp_fixed_5_7_93 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_93 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_93 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_93,
};
@@ -1159,7 +1159,7 @@ const unsigned char bitmap_hp_fixed_5_7_94 [5] = {
0x02,
0x04
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_94 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_94 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_94,
};
@@ -1171,7 +1171,7 @@ const unsigned char bitmap_hp_fixed_5_7_95 [5] = {
0x40,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_95 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_95 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_95,
};
@@ -1183,7 +1183,7 @@ const unsigned char bitmap_hp_fixed_5_7_96 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_96 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_96 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_96,
};
@@ -1195,7 +1195,7 @@ const unsigned char bitmap_hp_fixed_5_7_97 [5] = {
0x3c,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_97 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_97 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_97,
};
@@ -1207,7 +1207,7 @@ const unsigned char bitmap_hp_fixed_5_7_98 [5] = {
0x44,
0x38
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_98 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_98 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_98,
};
@@ -1219,7 +1219,7 @@ const unsigned char bitmap_hp_fixed_5_7_99 [5] = {
0x44,
0x44
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_99 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_99 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_99,
};
@@ -1231,7 +1231,7 @@ const unsigned char bitmap_hp_fixed_5_7_100 [5] = {
0x48,
0x7f
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_100 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_100 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_100,
};
@@ -1243,7 +1243,7 @@ const unsigned char bitmap_hp_fixed_5_7_101 [5] = {
0x54,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_101 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_101 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_101,
};
@@ -1255,7 +1255,7 @@ const unsigned char bitmap_hp_fixed_5_7_102 [5] = {
0x02,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_102 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_102 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_102,
};
@@ -1267,7 +1267,7 @@ const unsigned char bitmap_hp_fixed_5_7_103 [5] = {
0x54,
0x3c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_103 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_103 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_103,
};
@@ -1279,7 +1279,7 @@ const unsigned char bitmap_hp_fixed_5_7_104 [5] = {
0x04,
0x78
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_104 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_104 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_104,
};
@@ -1291,7 +1291,7 @@ const unsigned char bitmap_hp_fixed_5_7_105 [5] = {
0x40,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_105 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_105 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_105,
};
@@ -1303,7 +1303,7 @@ const unsigned char bitmap_hp_fixed_5_7_106 [5] = {
0x3d,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_106 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_106 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_106,
};
@@ -1315,7 +1315,7 @@ const unsigned char bitmap_hp_fixed_5_7_107 [5] = {
0x28,
0x44
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_107 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_107 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_107,
};
@@ -1327,7 +1327,7 @@ const unsigned char bitmap_hp_fixed_5_7_108 [5] = {
0x40,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_108 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_108 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_108,
};
@@ -1339,7 +1339,7 @@ const unsigned char bitmap_hp_fixed_5_7_109 [5] = {
0x04,
0x78
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_109 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_109 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_109,
};
@@ -1351,7 +1351,7 @@ const unsigned char bitmap_hp_fixed_5_7_110 [5] = {
0x04,
0x78
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_110 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_110 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_110,
};
@@ -1363,7 +1363,7 @@ const unsigned char bitmap_hp_fixed_5_7_111 [5] = {
0x44,
0x38
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_111 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_111 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_111,
};
@@ -1375,7 +1375,7 @@ const unsigned char bitmap_hp_fixed_5_7_112 [5] = {
0x24,
0x18
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_112 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_112 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_112,
};
@@ -1387,7 +1387,7 @@ const unsigned char bitmap_hp_fixed_5_7_113 [5] = {
0x7c,
0x40
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_113 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_113 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_113,
};
@@ -1399,7 +1399,7 @@ const unsigned char bitmap_hp_fixed_5_7_114 [5] = {
0x04,
0x04
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_114 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_114 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_114,
};
@@ -1411,7 +1411,7 @@ const unsigned char bitmap_hp_fixed_5_7_115 [5] = {
0x54,
0x20
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_115 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_115 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_115,
};
@@ -1423,7 +1423,7 @@ const unsigned char bitmap_hp_fixed_5_7_116 [5] = {
0x20,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_116 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_116 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_116,
};
@@ -1435,7 +1435,7 @@ const unsigned char bitmap_hp_fixed_5_7_117 [5] = {
0x20,
0x7c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_117 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_117 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_117,
};
@@ -1447,7 +1447,7 @@ const unsigned char bitmap_hp_fixed_5_7_118 [5] = {
0x20,
0x1c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_118 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_118 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_118,
};
@@ -1459,7 +1459,7 @@ const unsigned char bitmap_hp_fixed_5_7_119 [5] = {
0x40,
0x3c
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_119 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_119 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_119,
};
@@ -1471,7 +1471,7 @@ const unsigned char bitmap_hp_fixed_5_7_120 [5] = {
0x28,
0x44
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_120 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_120 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_120,
};
@@ -1483,7 +1483,7 @@ const unsigned char bitmap_hp_fixed_5_7_121 [5] = {
0x08,
0x04
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_121 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_121 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_121,
};
@@ -1495,7 +1495,7 @@ const unsigned char bitmap_hp_fixed_5_7_122 [5] = {
0x4c,
0x44
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_122 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_122 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_122,
};
@@ -1507,7 +1507,7 @@ const unsigned char bitmap_hp_fixed_5_7_123 [5] = {
0x41,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_123 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_123 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_123,
};
@@ -1519,7 +1519,7 @@ const unsigned char bitmap_hp_fixed_5_7_124 [5] = {
0x00,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_124 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_124 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_124,
};
@@ -1531,7 +1531,7 @@ const unsigned char bitmap_hp_fixed_5_7_125 [5] = {
0x08,
0x00
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_125 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_125 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_125,
};
@@ -1543,7 +1543,7 @@ const unsigned char bitmap_hp_fixed_5_7_126 [5] = {
0x10,
0x08
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_126 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_126 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_126,
};
@@ -1555,7 +1555,7 @@ const unsigned char bitmap_hp_fixed_5_7_127 [5] = {
0x55,
0x2a
};
-const struct disp_font_glyph glyph_hp_fixed_5_7_127 = {
+struct disp_font_glyph glyph_hp_fixed_5_7_127 = {
{5,7,0,0},
5, 0, bitmap_hp_fixed_5_7_127,
};