From eb11c68ae9aae60cce255a62d572bdf998a3af27 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 23 Mar 2017 15:40:17 +0100 Subject: Fix optee-os build * Remove the file generation and directly copy the files. the files: default_regular.c default_regular.h were generate with command line: $ scripts/render_font.py \ --font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf \ --font_size 20 --font_name default_regular \ --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui the files: default_bold.c default_bold.h were generate with command line: $ scripts/render_font.py \ --font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf \ --font_size 20 --font_name default_bold --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui python-wand 0.4.3 (and newer) is incompatible with imagemagick >= 7.0, so we need to backport imagemagick 6. If you don't have imagemagick 6 install on your host the build of optee-os will failed. Change-Id: I83a6c4b963b7d3e18f2730b601934708a2f6c7ef Signed-off-by: Ronan Le Martret --- ...file-generation-and-directly-copy-the-fil.patch | 41 + .../recipes-bsp/optee/optee-os/default_bold.c | 1033 ++++++++++++++++++++ .../recipes-bsp/optee/optee-os/default_bold.h | 10 + .../recipes-bsp/optee/optee-os/default_regular.c | 1024 +++++++++++++++++++ .../recipes-bsp/optee/optee-os/default_regular.h | 10 + .../recipes-bsp/optee/optee-os_git.bbappend | 15 + 6 files changed, 2133 insertions(+) create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-Remove-the-file-generation-and-directly-copy-the-fil.patch create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.c create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.h create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.c create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-Remove-the-file-generation-and-directly-copy-the-fil.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-Remove-the-file-generation-and-directly-copy-the-fil.patch new file mode 100644 index 000000000..14b91699a --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-Remove-the-file-generation-and-directly-copy-the-fil.patch @@ -0,0 +1,41 @@ +From f9e26ca66938281a635cdac2fbeda7418488aac8 Mon Sep 17 00:00:00 2001 +From: Ronan Le Martret +Date: Thu, 23 Mar 2017 15:20:45 +0100 +Subject: [PATCH] Remove the file generation and directly copy the files. + +Signed-off-by: Ronan Le Martret +--- + lib/libutee/tui/sub.mk | 12 ++++-------- + 1 file changed, 4 insertions(+), 8 deletions(-) + +diff --git a/lib/libutee/tui/sub.mk b/lib/libutee/tui/sub.mk +index 517cde4..d55340c 100644 +--- a/lib/libutee/tui/sub.mk ++++ b/lib/libutee/tui/sub.mk +@@ -11,19 +11,15 @@ produce-additional-default_bold = default_bold.h + produce-default_bold = default_bold.c + depends-default_bold := scripts/render_font.py \ + $(sub-dir)/fonts/amble/Amble-Bold.ttf +-recipe-default_bold := scripts/render_font.py \ +- --font_file $(sub-dir)/fonts/amble/Amble-Bold.ttf \ +- --font_size 20 --font_name default_bold \ +- --out_dir $(sub-dir-out) ++recipe-default_bold := cp $(sub-dir)/fonts/amble/default_bold.{c,h} \ ++ $(sub-dir-out) + + gensrcs-y += default_regular + produce-additional-default_regular = default_regular.h + produce-default_regular = default_regular.c + depends-default_regular := scripts/render_font.py \ + $(sub-dir)/fonts/amble/Amble-Regular.ttf +-recipe-default_regular := scripts/render_font.py \ +- --font_file $(sub-dir)/fonts/amble/Amble-Regular.ttf \ +- --font_size 20 --font_name default_regular \ +- --out_dir $(sub-dir-out) ++recipe-default_regular := cp $(sub-dir)/fonts/amble/default_regular.{c,h} \ ++ $(sub-dir-out) + + +-- +2.6.6 + diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.c b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.c new file mode 100644 index 000000000..4fbbadddd --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.c @@ -0,0 +1,1033 @@ +/* + * This file is auto generated with + * scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf --font_size 20 --font_name default_bold --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui + * do not edit. + */ +#include "font.h" + +static const unsigned char letter_20[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_21[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, + 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_22[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x6e, 0x00, 0x6e, 0x00, 0x6c, 0x00, + 0x6c, 0x00, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_23[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0e, 0x60, 0x0e, 0x60, 0x0e, 0xe0, + 0x3f, 0xf8, 0x3f, 0xf8, 0x0c, 0xe0, 0x0c, 0xe0, + 0x1c, 0xc0, 0x7f, 0xf8, 0x7f, 0xf8, 0x1c, 0xc0, + 0x19, 0xc0, 0x19, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_24[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x0f, 0x80, 0x3f, 0xc0, 0x3d, 0xc0, + 0x78, 0x00, 0x78, 0x00, 0x3c, 0x00, 0x1f, 0x00, + 0x0f, 0xc0, 0x01, 0xc0, 0x00, 0xe0, 0x00, 0xe0, + 0x3f, 0xc0, 0x3f, 0x80, 0x0f, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_25[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, + 0x18, 0x00, 0x7e, 0x30, 0x00, 0x66, 0x20, 0x00, + 0x66, 0x60, 0x00, 0x3c, 0xc0, 0x00, 0x01, 0x80, + 0x00, 0x01, 0x80, 0x00, 0x03, 0x3c, 0x00, 0x06, + 0x6c, 0x00, 0x06, 0x66, 0x00, 0x0c, 0x66, 0x00, + 0x18, 0x7c, 0x00, 0x18, 0x38, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_26[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x1f, 0xc0, 0x39, 0xc0, + 0x39, 0xc0, 0x1f, 0x80, 0x1f, 0x00, 0x1f, 0x00, + 0x3f, 0x80, 0x73, 0xf0, 0x71, 0xf0, 0x79, 0xf0, + 0x3f, 0xf8, 0x1f, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_27[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x60, 0x60, + 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_28[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, + 0x0c, 0x00, 0x1c, 0x00, 0x18, 0x00, 0x38, 0x00, + 0x38, 0x00, 0x30, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x30, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x18, 0x00, 0x1c, 0x00, + 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_29[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, + 0x70, 0x00, 0x30, 0x00, 0x38, 0x00, 0x18, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x18, 0x00, 0x38, 0x00, 0x38, 0x00, 0x30, 0x00, + 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x6d, 0x80, + 0x7f, 0x80, 0x0e, 0x00, 0x1f, 0x00, 0x3b, 0x00, + 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x7f, 0xc0, + 0x7f, 0xc0, 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x38, 0x30, 0x30, 0x70, 0x60, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_2d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x7e, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x70, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_2f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x03, 0x00, 0x07, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x38, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x60, 0x00, 0x60, 0x00, 0x40, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_30[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x3f, 0x80, 0x39, 0xc0, + 0x71, 0xc0, 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x71, 0xc0, 0x39, 0xc0, + 0x3f, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_31[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x3f, 0x00, 0x37, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x3f, 0xc0, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_32[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x7f, 0xc0, 0x33, 0xc0, + 0x01, 0xe0, 0x01, 0xc0, 0x01, 0xc0, 0x07, 0x80, + 0x0f, 0x00, 0x1c, 0x00, 0x38, 0x00, 0x70, 0x00, + 0x7f, 0xe0, 0x7f, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_33[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x00, 0x7f, 0x80, 0x01, 0xc0, + 0x01, 0xc0, 0x01, 0xc0, 0x1f, 0x80, 0x1f, 0x80, + 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x21, 0xc0, + 0x7f, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_34[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x03, 0x80, 0x07, 0x80, 0x07, 0x80, + 0x0f, 0x80, 0x1d, 0x80, 0x19, 0x80, 0x39, 0x80, + 0x31, 0x80, 0x73, 0xc0, 0x7f, 0xe0, 0x7f, 0xe0, + 0x01, 0x80, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_35[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0xc0, 0x3f, 0xc0, 0x30, 0x00, + 0x30, 0x00, 0x7f, 0x00, 0x7f, 0xc0, 0x01, 0xc0, + 0x00, 0xe0, 0x00, 0xe0, 0x01, 0xe0, 0x03, 0xc0, + 0x7f, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_36[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x80, 0x1f, 0x80, 0x3c, 0x00, + 0x38, 0x00, 0x77, 0x80, 0x7f, 0xc0, 0x79, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x78, 0xe0, 0x39, 0xc0, + 0x1f, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_37[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xe0, 0x7f, 0xe0, 0x01, 0xc0, + 0x01, 0xc0, 0x01, 0x80, 0x03, 0x80, 0x03, 0x80, + 0x07, 0x00, 0x07, 0x00, 0x0e, 0x00, 0x0e, 0x00, + 0x0c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_38[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3f, 0xc0, 0x79, 0xc0, + 0x71, 0xc0, 0x39, 0xc0, 0x3f, 0x80, 0x3f, 0x80, + 0x71, 0xc0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xe0, + 0x3f, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_39[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3f, 0x80, 0x71, 0xc0, + 0x71, 0xc0, 0x70, 0xe0, 0x71, 0xe0, 0x3f, 0xe0, + 0x1f, 0xe0, 0x01, 0xc0, 0x01, 0xc0, 0x03, 0xc0, + 0x1f, 0x80, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_3b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x30, + 0x30, 0x70, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_3c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x01, 0xc0, 0x0f, 0xc0, 0x3f, 0x00, + 0x78, 0x00, 0x78, 0x00, 0x3f, 0x00, 0x0f, 0xc0, + 0x01, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x7f, 0xc0, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x7f, 0xc0, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x00, 0x7c, 0x00, 0x1f, 0x80, + 0x07, 0xc0, 0x07, 0xc0, 0x1f, 0x80, 0x7c, 0x00, + 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3e, 0x00, 0x7f, 0x80, 0x43, 0x80, + 0x03, 0x80, 0x03, 0x80, 0x07, 0x00, 0x0e, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_40[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, + 0xf8, 0x00, 0x0f, 0xbc, 0x00, 0x1c, 0x06, 0x00, + 0x18, 0x03, 0x00, 0x31, 0xf1, 0x80, 0x33, 0xf9, + 0x80, 0x63, 0x19, 0x80, 0x66, 0x19, 0x80, 0x66, + 0x31, 0x80, 0x66, 0x31, 0x80, 0x66, 0x31, 0x80, + 0x67, 0xff, 0x00, 0x63, 0x9e, 0x00, 0x30, 0x00, + 0x00, 0x38, 0x00, 0x00, 0x1c, 0x10, 0x00, 0x07, + 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_41[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0x00, 0x07, 0x80, 0x0f, 0x80, + 0x0f, 0x80, 0x1d, 0xc0, 0x1c, 0xc0, 0x18, 0xe0, + 0x38, 0xe0, 0x3f, 0xe0, 0x3f, 0xf0, 0x70, 0x70, + 0x70, 0x70, 0x70, 0x38, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_42[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0x80, 0x7f, 0xc0, 0x79, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x7f, 0xc0, 0x7f, 0xc0, + 0x70, 0xe0, 0x70, 0x70, 0x70, 0x70, 0x78, 0xe0, + 0x7f, 0xe0, 0x7f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_43[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0xc0, 0x1f, 0xc0, 0x3c, 0x00, + 0x38, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x38, 0x00, 0x3c, 0x00, + 0x1f, 0xc0, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_44[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0x80, 0x7f, 0xc0, 0x71, 0xe0, + 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x38, + 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x71, 0xe0, + 0x7f, 0xc0, 0x7f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_45[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x7f, 0xc0, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x7f, 0x80, 0x7f, 0x80, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x7f, 0xc0, 0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_46[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x7f, 0xc0, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x7f, 0x80, 0x7f, 0x80, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_47[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0xe0, 0x1f, 0xe0, 0x3c, 0x00, + 0x38, 0x00, 0x70, 0x00, 0x70, 0x00, 0x71, 0xf0, + 0x71, 0xf0, 0x70, 0x30, 0x38, 0x30, 0x3c, 0x70, + 0x1f, 0xf0, 0x07, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_48[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x7f, 0xf8, 0x7f, 0xf8, + 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_49[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x7e, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x0f, 0x00, + 0x7e, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0xe0, 0x70, 0xe0, 0x71, 0xc0, + 0x71, 0xc0, 0x73, 0x80, 0x7f, 0x80, 0x7f, 0x80, + 0x73, 0x80, 0x71, 0xc0, 0x71, 0xc0, 0x70, 0xe0, + 0x70, 0xf0, 0x70, 0x70, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x7f, 0xc0, 0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, + 0x0e, 0x00, 0x7c, 0x1e, 0x00, 0x7c, 0x3e, 0x00, + 0x7e, 0x3e, 0x00, 0x7e, 0x7e, 0x00, 0x77, 0x6e, + 0x00, 0x73, 0xee, 0x00, 0x73, 0xce, 0x00, 0x71, + 0xce, 0x00, 0x70, 0x0e, 0x00, 0x70, 0x0e, 0x00, + 0x70, 0x0e, 0x00, 0x70, 0x0e, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x78, 0x38, 0x78, 0x38, 0x7c, 0x38, + 0x7e, 0x38, 0x7e, 0x38, 0x77, 0x38, 0x73, 0xb8, + 0x71, 0xb8, 0x71, 0xf8, 0x70, 0xf8, 0x70, 0xf8, + 0x70, 0x78, 0x70, 0x38, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0xc0, 0x1f, 0xe0, 0x3c, 0xf0, + 0x70, 0x78, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x78, 0x78, 0x3c, 0xf0, + 0x1f, 0xe0, 0x0f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_50[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0x80, 0x7f, 0xe0, 0x70, 0xe0, + 0x70, 0x70, 0x70, 0x70, 0x70, 0xe0, 0x7f, 0xe0, + 0x7f, 0x80, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_51[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0xc0, 0x1f, 0xe0, 0x3c, 0xf0, + 0x70, 0x78, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x78, 0x78, 0x3c, 0xf0, + 0x1f, 0xe0, 0x0f, 0xf0, 0x00, 0x78, 0x00, 0x18, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_52[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0x80, 0x7f, 0xc0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x7f, 0xc0, + 0x7f, 0xc0, 0x71, 0xc0, 0x71, 0xc0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0x70, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_53[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3f, 0xc0, 0x79, 0x80, + 0x70, 0x00, 0x70, 0x00, 0x7c, 0x00, 0x1f, 0x00, + 0x07, 0x80, 0x01, 0xc0, 0x01, 0xc0, 0x73, 0xc0, + 0x7f, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_54[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0xff, 0xe0, 0xff, 0xe0, 0x0e, 0x00, + 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, + 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x0e, 0x00, + 0x0e, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_55[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, 0x70, 0x38, + 0x70, 0x38, 0x70, 0x38, 0x38, 0x70, 0x3c, 0xf0, + 0x1f, 0xe0, 0x0f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_56[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, + 0x38, 0xe0, 0x38, 0xe0, 0x38, 0xe0, 0x19, 0xc0, + 0x1d, 0xc0, 0x1d, 0xc0, 0x0f, 0x80, 0x0f, 0x80, + 0x0f, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_57[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, + 0xc1, 0xc0, 0x71, 0xe3, 0x80, 0x71, 0xe3, 0x80, + 0x71, 0xe3, 0x80, 0x71, 0xf3, 0x80, 0x33, 0xf3, + 0x00, 0x3b, 0x37, 0x00, 0x3b, 0x37, 0x00, 0x3f, + 0x3f, 0x00, 0x1f, 0x1f, 0x00, 0x1e, 0x1e, 0x00, + 0x1e, 0x1e, 0x00, 0x1e, 0x1e, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_58[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0xe0, 0x70, 0xe0, 0x39, 0xc0, + 0x1d, 0xc0, 0x1f, 0x80, 0x0f, 0x00, 0x0f, 0x00, + 0x0f, 0x00, 0x1f, 0x80, 0x3d, 0xc0, 0x39, 0xc0, + 0x70, 0xe0, 0x70, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_59[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x70, 0x70, 0x70, 0xe0, 0x38, 0xe0, + 0x39, 0xc0, 0x19, 0xc0, 0x1f, 0x80, 0x0f, 0x80, + 0x0f, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x7f, 0xc0, 0x01, 0xc0, + 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x0e, 0x00, + 0x0e, 0x00, 0x1c, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x7f, 0xe0, 0x7f, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5b[] = { + 0x00, 0x00, 0x00, 0x3e, 0x3e, 0x38, 0x38, 0x38, + 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, + 0x38, 0x38, 0x38, 0x3e, 0x3e, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_5c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x0c, 0x00, 0x0e, 0x00, 0x0e, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, 0x03, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x00, + 0x7c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x7c, 0x00, + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x3e, 0x00, + 0x37, 0x00, 0x33, 0x00, 0x63, 0x80, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xe0, + 0x7f, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_60[] = { + 0x00, 0x00, 0x00, 0x00, 0x30, 0x38, 0x18, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_61[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0x00, 0x3f, 0x80, 0x23, 0xc0, 0x01, 0xc0, + 0x1f, 0xc0, 0x7f, 0xc0, 0x71, 0xc0, 0x71, 0xc0, + 0x7f, 0xc0, 0x3d, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_62[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x7f, 0x80, 0x7f, 0xc0, 0x79, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xe0, + 0x7f, 0xc0, 0x77, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_63[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3f, 0x00, 0x78, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x78, 0x00, + 0x3f, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_64[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, + 0x1f, 0xe0, 0x3f, 0xe0, 0x79, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xe0, + 0x3f, 0xe0, 0x1e, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_65[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0x00, 0x3f, 0x80, 0x79, 0xc0, 0x71, 0xc0, + 0x7f, 0xc0, 0x7f, 0xc0, 0x70, 0x00, 0x78, 0x00, + 0x3f, 0x80, 0x0f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_66[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3f, 0x00, 0x38, 0x00, 0x38, 0x00, + 0xfe, 0x00, 0x7e, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_67[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0xe0, 0x3f, 0xe0, 0x71, 0xc0, 0x71, 0xc0, + 0x71, 0xc0, 0x3f, 0xc0, 0x3f, 0x00, 0x30, 0x00, + 0x3f, 0x80, 0x3f, 0xc0, 0x70, 0xe0, 0xf0, 0xe0, + 0x7f, 0xe0, 0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_68[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x77, 0x80, 0x7f, 0xc0, 0x79, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_69[] = { + 0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x00, 0x00, + 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, + 0x38, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_6a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x1c, 0x00, + 0xf8, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x71, 0xc0, 0x73, 0xc0, 0x73, 0x80, 0x77, 0x00, + 0x7f, 0x00, 0x7f, 0x00, 0x73, 0x80, 0x73, 0x80, + 0x71, 0xc0, 0x71, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6c[] = { + 0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x38, 0x38, + 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, 0x38, + 0x38, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_6d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x77, 0xdf, 0x00, 0x7f, 0xff, 0x00, 0x78, 0xe3, + 0x80, 0x70, 0xe3, 0x80, 0x70, 0xe3, 0x80, 0x70, + 0xe3, 0x80, 0x70, 0xe3, 0x80, 0x70, 0xe3, 0x80, + 0x70, 0xe3, 0x80, 0x70, 0xe3, 0x80, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x77, 0x80, 0x7f, 0xc0, 0x78, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3f, 0xc0, 0x79, 0xc0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xc0, + 0x3f, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_70[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x77, 0x80, 0x7f, 0xc0, 0x79, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xe0, + 0x7f, 0xc0, 0x7f, 0x80, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_71[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1e, 0xe0, 0x3f, 0xe0, 0x79, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x79, 0xe0, + 0x3f, 0xe0, 0x1f, 0xe0, 0x00, 0xe0, 0x00, 0xe0, + 0x00, 0xe0, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_72[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x77, 0x00, 0x7e, 0x00, 0x78, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_73[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0x00, 0x7f, 0x00, 0x70, 0x00, 0x70, 0x00, + 0x3e, 0x00, 0x1f, 0x00, 0x07, 0x80, 0x47, 0x80, + 0x7f, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_74[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x00, 0x38, 0x00, 0x38, 0x00, + 0xff, 0x00, 0xfe, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x3f, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_75[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, + 0x70, 0xe0, 0x70, 0xe0, 0x70, 0xe0, 0x39, 0xe0, + 0x3f, 0xe0, 0x1e, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_76[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xe1, 0xc0, 0x71, 0xc0, 0x73, 0x80, 0x73, 0x80, + 0x33, 0x00, 0x3b, 0x00, 0x3f, 0x00, 0x1e, 0x00, + 0x1e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_77[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x63, 0x8c, 0x00, 0x73, 0x9c, 0x00, 0x73, 0x9c, + 0x00, 0x77, 0xdc, 0x00, 0x36, 0xd8, 0x00, 0x36, + 0xd8, 0x00, 0x3e, 0xf8, 0x00, 0x3c, 0x78, 0x00, + 0x1c, 0x70, 0x00, 0x1c, 0x70, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_78[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x71, 0xc0, 0x3b, 0x80, 0x3b, 0x80, 0x1f, 0x00, + 0x0e, 0x00, 0x1e, 0x00, 0x1f, 0x00, 0x3b, 0x80, + 0x73, 0x80, 0x71, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_79[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xe1, 0xc0, 0x71, 0xc0, 0x71, 0x80, 0x33, 0x80, + 0x3b, 0x80, 0x3b, 0x00, 0x1f, 0x00, 0x1f, 0x00, + 0x1e, 0x00, 0x0e, 0x00, 0x0e, 0x00, 0x1c, 0x00, + 0x3c, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x7f, 0x00, 0x7f, 0x00, 0x0f, 0x00, 0x0e, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x38, 0x00, 0x78, 0x00, + 0x7f, 0x80, 0x7f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, + 0x1c, 0x00, 0x1c, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x38, 0x00, + 0x70, 0x00, 0x70, 0x00, 0x38, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x1c, 0x00, + 0x1e, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7c[] = { + 0x00, 0x00, 0x00, 0x70, 0x70, 0x70, 0x70, 0x70, + 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, + 0x70, 0x70, 0x70, 0x70, 0x70, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_7d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, + 0x78, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x18, 0x00, 0x1c, 0x00, + 0x0e, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x18, 0x00, + 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, + 0x78, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const struct font_letter letters[] = { + { letter_20, sizeof(letter_20), 7}, + { letter_21, sizeof(letter_21), 6}, + { letter_22, sizeof(letter_22), 9}, + { letter_23, sizeof(letter_23), 15}, + { letter_24, sizeof(letter_24), 13}, + { letter_25, sizeof(letter_25), 17}, + { letter_26, sizeof(letter_26), 16}, + { letter_27, sizeof(letter_27), 6}, + { letter_28, sizeof(letter_28), 9}, + { letter_29, sizeof(letter_29), 9}, + { letter_2a, sizeof(letter_2a), 12}, + { letter_2b, sizeof(letter_2b), 13}, + { letter_2c, sizeof(letter_2c), 7}, + { letter_2d, sizeof(letter_2d), 9}, + { letter_2e, sizeof(letter_2e), 7}, + { letter_2f, sizeof(letter_2f), 11}, + { letter_30, sizeof(letter_30), 13}, + { letter_31, sizeof(letter_31), 12}, + { letter_32, sizeof(letter_32), 13}, + { letter_33, sizeof(letter_33), 13}, + { letter_34, sizeof(letter_34), 14}, + { letter_35, sizeof(letter_35), 13}, + { letter_36, sizeof(letter_36), 13}, + { letter_37, sizeof(letter_37), 13}, + { letter_38, sizeof(letter_38), 13}, + { letter_39, sizeof(letter_39), 13}, + { letter_3a, sizeof(letter_3a), 6}, + { letter_3b, sizeof(letter_3b), 7}, + { letter_3c, sizeof(letter_3c), 12}, + { letter_3d, sizeof(letter_3d), 13}, + { letter_3e, sizeof(letter_3e), 12}, + { letter_3f, sizeof(letter_3f), 12}, + { letter_40, sizeof(letter_40), 20}, + { letter_41, sizeof(letter_41), 16}, + { letter_42, sizeof(letter_42), 14}, + { letter_43, sizeof(letter_43), 13}, + { letter_44, sizeof(letter_44), 15}, + { letter_45, sizeof(letter_45), 13}, + { letter_46, sizeof(letter_46), 12}, + { letter_47, sizeof(letter_47), 15}, + { letter_48, sizeof(letter_48), 15}, + { letter_49, sizeof(letter_49), 10}, + { letter_4a, sizeof(letter_4a), 10}, + { letter_4b, sizeof(letter_4b), 15}, + { letter_4c, sizeof(letter_4c), 12}, + { letter_4d, sizeof(letter_4d), 18}, + { letter_4e, sizeof(letter_4e), 15}, + { letter_4f, sizeof(letter_4f), 16}, + { letter_50, sizeof(letter_50), 14}, + { letter_51, sizeof(letter_51), 16}, + { letter_52, sizeof(letter_52), 15}, + { letter_53, sizeof(letter_53), 13}, + { letter_54, sizeof(letter_54), 14}, + { letter_55, sizeof(letter_55), 15}, + { letter_56, sizeof(letter_56), 16}, + { letter_57, sizeof(letter_57), 21}, + { letter_58, sizeof(letter_58), 15}, + { letter_59, sizeof(letter_59), 15}, + { letter_5a, sizeof(letter_5a), 13}, + { letter_5b, sizeof(letter_5b), 8}, + { letter_5c, sizeof(letter_5c), 12}, + { letter_5d, sizeof(letter_5d), 9}, + { letter_5e, sizeof(letter_5e), 11}, + { letter_5f, sizeof(letter_5f), 13}, + { letter_60, sizeof(letter_60), 8}, + { letter_61, sizeof(letter_61), 12}, + { letter_62, sizeof(letter_62), 14}, + { letter_63, sizeof(letter_63), 11}, + { letter_64, sizeof(letter_64), 13}, + { letter_65, sizeof(letter_65), 13}, + { letter_66, sizeof(letter_66), 11}, + { letter_67, sizeof(letter_67), 15}, + { letter_68, sizeof(letter_68), 13}, + { letter_69, sizeof(letter_69), 6}, + { letter_6a, sizeof(letter_6a), 9}, + { letter_6b, sizeof(letter_6b), 13}, + { letter_6c, sizeof(letter_6c), 6}, + { letter_6d, sizeof(letter_6d), 19}, + { letter_6e, sizeof(letter_6e), 13}, + { letter_6f, sizeof(letter_6f), 14}, + { letter_70, sizeof(letter_70), 14}, + { letter_71, sizeof(letter_71), 13}, + { letter_72, sizeof(letter_72), 10}, + { letter_73, sizeof(letter_73), 11}, + { letter_74, sizeof(letter_74), 11}, + { letter_75, sizeof(letter_75), 13}, + { letter_76, sizeof(letter_76), 14}, + { letter_77, sizeof(letter_77), 18}, + { letter_78, sizeof(letter_78), 14}, + { letter_79, sizeof(letter_79), 14}, + { letter_7a, sizeof(letter_7a), 11}, + { letter_7b, sizeof(letter_7b), 9}, + { letter_7c, sizeof(letter_7c), 6}, + { letter_7d, sizeof(letter_7d), 10}, +}; + +const struct font font_default_bold = { + .first = 0x20, + .last = 0x7d, + .letters = letters, + .height = 26, + .max_width = 22.0, +}; diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.h b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.h new file mode 100644 index 000000000..dbc58301f --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_bold.h @@ -0,0 +1,10 @@ +/* + * This file is auto generated with + * scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf --font_size 20 --font_name default_bold --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui + * do not edit. + */ +#ifndef __DEFAULT_BOLD_H +#define __DEFAULT_BOLD_H +#include "font.h" +extern const struct font font_default_bold; +#endif /*__DEFAULT_BOLD_H*/ diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.c b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.c new file mode 100644 index 000000000..96e65cf61 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.c @@ -0,0 +1,1024 @@ +/* + * This file is auto generated with + * scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf --font_size 20 --font_name default_regular --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui + * do not edit. + */ +#include "font.h" + +static const unsigned char letter_20[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_21[] = { + 0x00, 0x00, 0x00, 0x00, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, + 0x20, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_22[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x6c, 0x68, 0x48, + 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_23[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x04, 0xc0, 0x0c, 0xc0, 0x0c, 0xc0, + 0x3f, 0xf0, 0x1d, 0xc0, 0x0c, 0xc0, 0x0c, 0xc0, + 0x1d, 0xc0, 0x7f, 0xf0, 0x19, 0x80, 0x19, 0x80, + 0x19, 0x80, 0x19, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_24[] = { + 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x0f, 0x80, 0x3f, 0xc0, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x38, 0x00, 0x1e, 0x00, 0x07, 0x80, + 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x3f, 0x80, 0x1f, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_25[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, + 0x08, 0x00, 0x36, 0x10, 0x00, 0x63, 0x30, 0x00, + 0x22, 0x20, 0x00, 0x3e, 0x40, 0x00, 0x00, 0xc0, + 0x00, 0x01, 0x80, 0x00, 0x01, 0x3c, 0x00, 0x03, + 0x66, 0x00, 0x06, 0x66, 0x00, 0x04, 0x66, 0x00, + 0x0c, 0x76, 0x00, 0x18, 0x3c, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_26[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x3b, 0x80, 0x31, 0x80, + 0x31, 0x80, 0x1b, 0x00, 0x1e, 0x00, 0x1e, 0x00, + 0x37, 0x00, 0x63, 0xb0, 0x61, 0xe0, 0x60, 0xe0, + 0x3f, 0xe0, 0x1f, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_27[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x40, 0x40, + 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_28[] = { + 0x00, 0x00, 0x00, 0x08, 0x08, 0x18, 0x30, 0x30, + 0x30, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, + 0x30, 0x30, 0x10, 0x18, 0x08, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_29[] = { + 0x00, 0x00, 0x00, 0x00, 0x20, 0x30, 0x10, 0x18, + 0x18, 0x08, 0x0c, 0x0c, 0x0c, 0x0c, 0x0c, 0x18, + 0x18, 0x18, 0x30, 0x30, 0x60, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_2a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x6b, 0x00, + 0x3e, 0x00, 0x1c, 0x00, 0x16, 0x00, 0x32, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x7f, 0x80, + 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x04, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x30, 0x20, 0x60, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_2d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x7e, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_2e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_2f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x03, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x20, 0x00, 0x60, 0x00, 0x60, 0x00, 0x40, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_30[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x00, 0x1b, 0x80, 0x30, 0xc0, + 0x60, 0xc0, 0x60, 0xc0, 0x60, 0x60, 0x60, 0x60, + 0x60, 0x60, 0x60, 0xc0, 0x60, 0xc0, 0x30, 0xc0, + 0x3b, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_31[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0e, 0x00, 0x3e, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x07, 0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_32[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3b, 0x80, 0x00, 0xc0, + 0x00, 0xc0, 0x00, 0xc0, 0x01, 0x80, 0x03, 0x00, + 0x0e, 0x00, 0x18, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_33[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x00, 0x33, 0x80, 0x00, 0xc0, + 0x00, 0xc0, 0x01, 0x80, 0x1f, 0x00, 0x03, 0x80, + 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x77, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_34[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x03, 0x80, 0x03, 0x80, 0x07, 0x80, + 0x0d, 0x80, 0x0d, 0x80, 0x19, 0x80, 0x31, 0x80, + 0x31, 0x80, 0x61, 0x80, 0x7f, 0xe0, 0x01, 0x80, + 0x01, 0x80, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_35[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0xc0, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x20, 0x00, 0x3f, 0x00, 0x31, 0xc0, + 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x33, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_36[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0x80, 0x1e, 0x80, 0x30, 0x00, + 0x30, 0x00, 0x6f, 0x80, 0x79, 0xc0, 0x60, 0xc0, + 0x60, 0x60, 0x60, 0x60, 0x30, 0x60, 0x30, 0xc0, + 0x1d, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_37[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x03, 0x00, + 0x03, 0x00, 0x06, 0x00, 0x06, 0x00, 0x0c, 0x00, + 0x0c, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_38[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3b, 0xc0, 0x70, 0xc0, + 0x60, 0xc0, 0x31, 0xc0, 0x1f, 0x80, 0x39, 0xc0, + 0x60, 0xc0, 0x60, 0x60, 0x60, 0x60, 0x60, 0xc0, + 0x3b, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_39[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x00, 0x3b, 0x80, 0x60, 0xc0, + 0x60, 0xc0, 0x60, 0xc0, 0x60, 0xc0, 0x31, 0xc0, + 0x1f, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x01, 0x80, + 0x37, 0x80, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_3b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x30, 0x20, 0x60, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_3c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x80, 0x07, 0x80, 0x1e, 0x00, + 0x78, 0x00, 0x70, 0x00, 0x1e, 0x00, 0x07, 0x80, + 0x01, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x00, 0x78, 0x00, 0x1e, 0x00, + 0x03, 0x80, 0x03, 0x80, 0x0f, 0x00, 0x78, 0x00, + 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_3f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3e, 0x00, 0x77, 0x00, 0x01, 0x80, + 0x01, 0x80, 0x01, 0x80, 0x03, 0x00, 0x0e, 0x00, + 0x0c, 0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_40[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, + 0xf0, 0x00, 0x06, 0x0c, 0x00, 0x18, 0x06, 0x00, + 0x10, 0x03, 0x00, 0x31, 0xf1, 0x00, 0x23, 0x91, + 0x00, 0x63, 0x11, 0x80, 0x66, 0x11, 0x80, 0x66, + 0x11, 0x80, 0x66, 0x31, 0x80, 0x66, 0x31, 0x00, + 0x67, 0xf3, 0x00, 0x23, 0x9c, 0x00, 0x30, 0x00, + 0x00, 0x18, 0x00, 0x00, 0x0c, 0x10, 0x00, 0x03, + 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_41[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x07, 0x00, + 0x0d, 0x80, 0x0c, 0x80, 0x18, 0xc0, 0x18, 0xc0, + 0x18, 0x40, 0x3f, 0xe0, 0x30, 0x60, 0x20, 0x20, + 0x60, 0x30, 0x60, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_42[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x00, 0x33, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x3f, 0x80, 0x30, 0xc0, + 0x30, 0x60, 0x30, 0x60, 0x30, 0x60, 0x30, 0x60, + 0x31, 0xc0, 0x3f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_43[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0xc0, 0x1e, 0xc0, 0x30, 0x00, + 0x30, 0x00, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, + 0x60, 0x00, 0x60, 0x00, 0x30, 0x00, 0x38, 0x00, + 0x1e, 0xc0, 0x07, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_44[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x80, 0x33, 0xc0, 0x30, 0x60, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x60, + 0x33, 0xc0, 0x3f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_45[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0xc0, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x3f, 0x80, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_46[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x80, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x3f, 0x80, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_47[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x07, 0xe0, 0x1e, 0x60, 0x38, 0x00, + 0x30, 0x00, 0x20, 0x00, 0x60, 0x00, 0x61, 0xf0, + 0x60, 0x30, 0x30, 0x30, 0x30, 0x30, 0x18, 0x30, + 0x1e, 0x70, 0x07, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_48[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x3f, 0xf0, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_49[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7e, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, + 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, + 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x06, 0x00, + 0x6e, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x60, 0x30, 0xc0, 0x30, 0xc0, + 0x31, 0x80, 0x33, 0x80, 0x33, 0x00, 0x3e, 0x00, + 0x33, 0x00, 0x31, 0x80, 0x31, 0x80, 0x30, 0xc0, + 0x30, 0x60, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, + 0x0e, 0x00, 0x38, 0x1e, 0x00, 0x3c, 0x1e, 0x00, + 0x3c, 0x36, 0x00, 0x36, 0x36, 0x00, 0x33, 0x66, + 0x00, 0x33, 0xc6, 0x00, 0x31, 0xc6, 0x00, 0x30, + 0x86, 0x00, 0x30, 0x06, 0x00, 0x30, 0x06, 0x00, + 0x30, 0x06, 0x00, 0x30, 0x06, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x10, 0x38, 0x10, 0x38, 0x10, + 0x3c, 0x10, 0x36, 0x10, 0x36, 0x10, 0x33, 0x10, + 0x31, 0x90, 0x31, 0x90, 0x30, 0xf0, 0x30, 0x70, + 0x30, 0x30, 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_4f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x80, 0x1c, 0xe0, 0x30, 0x70, + 0x30, 0x30, 0x60, 0x10, 0x60, 0x18, 0x60, 0x18, + 0x60, 0x18, 0x60, 0x10, 0x30, 0x30, 0x30, 0x70, + 0x1d, 0xe0, 0x0f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_50[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x80, 0x33, 0xc0, 0x30, 0x60, + 0x30, 0x60, 0x30, 0x60, 0x30, 0x60, 0x30, 0xc0, + 0x3f, 0x80, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_51[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x0f, 0x80, 0x1d, 0xe0, 0x30, 0x60, + 0x60, 0x30, 0x60, 0x30, 0x60, 0x30, 0x60, 0x10, + 0x60, 0x30, 0x60, 0x30, 0x60, 0x30, 0x30, 0x60, + 0x1d, 0xe0, 0x0f, 0xe0, 0x00, 0x30, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_52[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x3f, 0x80, 0x33, 0xc0, 0x30, 0x60, + 0x30, 0x60, 0x30, 0x60, 0x30, 0xc0, 0x3f, 0x80, + 0x31, 0x80, 0x31, 0x80, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0x60, 0x30, 0x60, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_53[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x1f, 0x80, 0x3b, 0x80, 0x60, 0x00, + 0x60, 0x00, 0x60, 0x00, 0x38, 0x00, 0x1f, 0x00, + 0x03, 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x73, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_54[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xe0, 0x0e, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_55[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x1d, 0xe0, 0x0f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_56[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x30, 0x60, 0x30, 0x30, 0x60, + 0x30, 0x60, 0x30, 0x60, 0x18, 0xc0, 0x18, 0xc0, + 0x18, 0x80, 0x0d, 0x80, 0x0d, 0x80, 0x07, 0x00, + 0x07, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_57[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, + 0xc1, 0x80, 0x60, 0xc1, 0x80, 0x61, 0xe1, 0x80, + 0x31, 0xe3, 0x00, 0x31, 0xe3, 0x00, 0x31, 0x33, + 0x00, 0x33, 0x33, 0x00, 0x13, 0x32, 0x00, 0x1a, + 0x16, 0x00, 0x1e, 0x1e, 0x00, 0x1e, 0x1e, 0x00, + 0x0c, 0x0c, 0x00, 0x0c, 0x0c, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_58[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x60, 0x30, 0xc0, 0x31, 0x80, + 0x19, 0x80, 0x1b, 0x00, 0x0f, 0x00, 0x0e, 0x00, + 0x0f, 0x00, 0x1b, 0x00, 0x19, 0x80, 0x31, 0x80, + 0x30, 0xc0, 0x60, 0x60, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_59[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x60, 0x60, 0xc0, 0x30, 0xc0, + 0x31, 0x80, 0x19, 0x80, 0x1b, 0x00, 0x0f, 0x00, + 0x0e, 0x00, 0x06, 0x00, 0x06, 0x00, 0x06, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x7f, 0xe0, 0x00, 0xc0, 0x01, 0xc0, + 0x01, 0x80, 0x03, 0x00, 0x03, 0x00, 0x06, 0x00, + 0x0c, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x7f, 0xe0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5b[] = { + 0x00, 0x00, 0x00, 0x00, 0x1c, 0x18, 0x10, 0x10, + 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, + 0x10, 0x10, 0x10, 0x18, 0x1c, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_5c[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x10, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, + 0x06, 0x00, 0x06, 0x00, 0x02, 0x00, 0x02, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x78, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x1c, 0x00, 0x1c, 0x00, 0x36, 0x00, + 0x36, 0x00, 0x63, 0x00, 0x63, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_5f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xc0, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_60[] = { + 0x00, 0x00, 0x00, 0x00, 0x20, 0x30, 0x18, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_61[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0x00, 0x3f, 0x80, 0x01, 0x80, 0x01, 0x80, + 0x1f, 0x80, 0x31, 0x80, 0x61, 0x80, 0x61, 0x80, + 0x73, 0x80, 0x3c, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_62[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x3f, 0x00, 0x3b, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0x60, 0x30, 0x60, 0x30, 0xc0, 0x30, 0xc0, + 0x3f, 0x80, 0x2f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_63[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3d, 0x00, 0x30, 0x00, 0x60, 0x00, + 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, 0x30, 0x00, + 0x3d, 0x80, 0x0f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_64[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x1e, 0xc0, 0x3b, 0xc0, 0x30, 0xc0, 0x60, 0xc0, + 0x60, 0xc0, 0x60, 0xc0, 0x60, 0xc0, 0x30, 0xc0, + 0x3f, 0xc0, 0x1f, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_65[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3b, 0x80, 0x30, 0xc0, 0x60, 0xc0, + 0x7f, 0xc0, 0x60, 0x00, 0x60, 0x00, 0x30, 0x00, + 0x3d, 0x80, 0x0f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_66[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0e, 0x00, 0x18, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x7e, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_67[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0xe0, 0x3b, 0xc0, 0x70, 0xc0, 0x60, 0xc0, + 0x31, 0xc0, 0x1f, 0x80, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x3f, 0xc0, 0x60, 0xc0, 0x60, 0x60, + 0x7b, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_68[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x37, 0x80, 0x3d, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_69[] = { + 0x00, 0x00, 0x00, 0x00, 0x30, 0x30, 0x00, 0x00, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_6a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x38, 0x00, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x31, 0x80, 0x31, 0x80, 0x33, 0x00, 0x36, 0x00, + 0x3e, 0x00, 0x36, 0x00, 0x33, 0x00, 0x33, 0x00, + 0x31, 0x80, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6c[] = { + 0x00, 0x00, 0x00, 0x00, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, + 0x30, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_6d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x3f, 0x9e, 0x00, 0x38, 0xe3, 0x00, 0x30, 0xc3, + 0x00, 0x30, 0xc3, 0x00, 0x30, 0xc3, 0x00, 0x30, + 0xc3, 0x00, 0x30, 0xc3, 0x00, 0x30, 0xc3, 0x00, + 0x30, 0xc3, 0x00, 0x30, 0xc3, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6e[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x37, 0x80, 0x39, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_6f[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0f, 0x00, 0x3b, 0x80, 0x30, 0xc0, 0x60, 0xc0, + 0x60, 0x60, 0x60, 0x60, 0x60, 0xc0, 0x30, 0xc0, + 0x3b, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_70[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x3f, 0x00, 0x39, 0xc0, 0x30, 0xc0, 0x30, 0x40, + 0x30, 0x60, 0x30, 0x60, 0x30, 0xc0, 0x30, 0xc0, + 0x3f, 0x80, 0x3f, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_71[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1e, 0xc0, 0x3b, 0xc0, 0x30, 0xc0, 0x60, 0xc0, + 0x60, 0xc0, 0x60, 0xc0, 0x60, 0xc0, 0x30, 0xc0, + 0x3f, 0xc0, 0x1e, 0xc0, 0x00, 0xc0, 0x00, 0xc0, + 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_72[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x26, 0x00, 0x3c, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_73[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1f, 0x00, 0x33, 0x00, 0x60, 0x00, 0x60, 0x00, + 0x3c, 0x00, 0x0f, 0x00, 0x03, 0x00, 0x03, 0x00, + 0x77, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_74[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x10, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x7e, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x3a, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_75[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, 0x30, 0xc0, + 0x31, 0xc0, 0x1e, 0xc0, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_76[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x61, 0x80, 0x61, 0x80, 0x61, 0x80, 0x33, 0x00, + 0x33, 0x00, 0x33, 0x00, 0x16, 0x00, 0x1e, 0x00, + 0x0c, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_77[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x61, 0x0c, 0x00, 0x63, 0x8c, 0x00, 0x63, 0x8c, + 0x00, 0x23, 0x88, 0x00, 0x26, 0xd8, 0x00, 0x36, + 0xd8, 0x00, 0x34, 0x58, 0x00, 0x1c, 0x70, 0x00, + 0x18, 0x70, 0x00, 0x18, 0x30, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_78[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x61, 0x80, 0x31, 0x80, 0x13, 0x00, 0x1e, 0x00, + 0x0c, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x33, 0x00, + 0x31, 0x80, 0x61, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_79[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x60, 0x80, 0x61, 0x80, 0x61, 0x80, 0x31, 0x00, + 0x33, 0x00, 0x13, 0x00, 0x1a, 0x00, 0x1e, 0x00, + 0x0e, 0x00, 0x0c, 0x00, 0x0c, 0x00, 0x0c, 0x00, + 0x18, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7a[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x7f, 0x80, 0x03, 0x80, 0x03, 0x00, 0x06, 0x00, + 0x0c, 0x00, 0x1c, 0x00, 0x18, 0x00, 0x30, 0x00, + 0x70, 0x00, 0x7f, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7b[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x60, 0x00, 0x30, 0x00, 0x30, 0x00, 0x10, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const unsigned char letter_7c[] = { + 0x00, 0x00, 0x00, 0x60, 0x60, 0x60, 0x60, 0x60, + 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, + 0x60, 0x60, 0x60, 0x60, 0x60, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; + +static const unsigned char letter_7d[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, + 0x30, 0x00, 0x30, 0x00, 0x10, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x0c, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, + 0x18, 0x00, 0x18, 0x00, 0x10, 0x00, 0x30, 0x00, + 0x30, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, +}; + +static const struct font_letter letters[] = { + { letter_20, sizeof(letter_20), 7}, + { letter_21, sizeof(letter_21), 6}, + { letter_22, sizeof(letter_22), 8}, + { letter_23, sizeof(letter_23), 15}, + { letter_24, sizeof(letter_24), 12}, + { letter_25, sizeof(letter_25), 18}, + { letter_26, sizeof(letter_26), 15}, + { letter_27, sizeof(letter_27), 5}, + { letter_28, sizeof(letter_28), 8}, + { letter_29, sizeof(letter_29), 8}, + { letter_2a, sizeof(letter_2a), 11}, + { letter_2b, sizeof(letter_2b), 12}, + { letter_2c, sizeof(letter_2c), 7}, + { letter_2d, sizeof(letter_2d), 9}, + { letter_2e, sizeof(letter_2e), 6}, + { letter_2f, sizeof(letter_2f), 11}, + { letter_30, sizeof(letter_30), 13}, + { letter_31, sizeof(letter_31), 12}, + { letter_32, sizeof(letter_32), 13}, + { letter_33, sizeof(letter_33), 13}, + { letter_34, sizeof(letter_34), 13}, + { letter_35, sizeof(letter_35), 13}, + { letter_36, sizeof(letter_36), 13}, + { letter_37, sizeof(letter_37), 13}, + { letter_38, sizeof(letter_38), 13}, + { letter_39, sizeof(letter_39), 13}, + { letter_3a, sizeof(letter_3a), 6}, + { letter_3b, sizeof(letter_3b), 7}, + { letter_3c, sizeof(letter_3c), 12}, + { letter_3d, sizeof(letter_3d), 13}, + { letter_3e, sizeof(letter_3e), 12}, + { letter_3f, sizeof(letter_3f), 11}, + { letter_40, sizeof(letter_40), 19}, + { letter_41, sizeof(letter_41), 15}, + { letter_42, sizeof(letter_42), 13}, + { letter_43, sizeof(letter_43), 13}, + { letter_44, sizeof(letter_44), 14}, + { letter_45, sizeof(letter_45), 11}, + { letter_46, sizeof(letter_46), 11}, + { letter_47, sizeof(letter_47), 14}, + { letter_48, sizeof(letter_48), 14}, + { letter_49, sizeof(letter_49), 9}, + { letter_4a, sizeof(letter_4a), 10}, + { letter_4b, sizeof(letter_4b), 14}, + { letter_4c, sizeof(letter_4c), 11}, + { letter_4d, sizeof(letter_4d), 17}, + { letter_4e, sizeof(letter_4e), 14}, + { letter_4f, sizeof(letter_4f), 15}, + { letter_50, sizeof(letter_50), 12}, + { letter_51, sizeof(letter_51), 16}, + { letter_52, sizeof(letter_52), 13}, + { letter_53, sizeof(letter_53), 12}, + { letter_54, sizeof(letter_54), 13}, + { letter_55, sizeof(letter_55), 14}, + { letter_56, sizeof(letter_56), 15}, + { letter_57, sizeof(letter_57), 20}, + { letter_58, sizeof(letter_58), 13}, + { letter_59, sizeof(letter_59), 13}, + { letter_5a, sizeof(letter_5a), 14}, + { letter_5b, sizeof(letter_5b), 7}, + { letter_5c, sizeof(letter_5c), 11}, + { letter_5d, sizeof(letter_5d), 9}, + { letter_5e, sizeof(letter_5e), 11}, + { letter_5f, sizeof(letter_5f), 12}, + { letter_60, sizeof(letter_60), 8}, + { letter_61, sizeof(letter_61), 12}, + { letter_62, sizeof(letter_62), 12}, + { letter_63, sizeof(letter_63), 11}, + { letter_64, sizeof(letter_64), 13}, + { letter_65, sizeof(letter_65), 12}, + { letter_66, sizeof(letter_66), 10}, + { letter_67, sizeof(letter_67), 13}, + { letter_68, sizeof(letter_68), 12}, + { letter_69, sizeof(letter_69), 6}, + { letter_6a, sizeof(letter_6a), 9}, + { letter_6b, sizeof(letter_6b), 12}, + { letter_6c, sizeof(letter_6c), 6}, + { letter_6d, sizeof(letter_6d), 18}, + { letter_6e, sizeof(letter_6e), 12}, + { letter_6f, sizeof(letter_6f), 13}, + { letter_70, sizeof(letter_70), 12}, + { letter_71, sizeof(letter_71), 13}, + { letter_72, sizeof(letter_72), 9}, + { letter_73, sizeof(letter_73), 11}, + { letter_74, sizeof(letter_74), 10}, + { letter_75, sizeof(letter_75), 12}, + { letter_76, sizeof(letter_76), 13}, + { letter_77, sizeof(letter_77), 17}, + { letter_78, sizeof(letter_78), 12}, + { letter_79, sizeof(letter_79), 12}, + { letter_7a, sizeof(letter_7a), 12}, + { letter_7b, sizeof(letter_7b), 9}, + { letter_7c, sizeof(letter_7c), 5}, + { letter_7d, sizeof(letter_7d), 9}, +}; + +const struct font font_default_regular = { + .first = 0x20, + .last = 0x7d, + .letters = letters, + .height = 26, + .max_width = 21.0, +}; diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h new file mode 100644 index 000000000..28ae28420 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/default_regular.h @@ -0,0 +1,10 @@ +/* + * This file is auto generated with + * scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Regular.ttf --font_size 20 --font_name default_regular --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui + * do not edit. + */ +#ifndef __DEFAULT_REGULAR_H +#define __DEFAULT_REGULAR_H +#include "font.h" +extern const struct font font_default_regular; +#endif /*__DEFAULT_REGULAR_H*/ diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend index 591f15d84..135b2a430 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bbappend @@ -5,4 +5,19 @@ DEPENDS += " python-pycrypto-native" #Need for gcc 6.2 CFLAGS += " -fno-strict-aliasing -Wno-unused-variable -Wno-shift-negative-value" +SRC_URI_append = " \ + file://default_bold.c \ + file://default_bold.h \ + file://default_regular.c \ + file://default_regular.h \ + file://0001-Remove-the-file-generation-and-directly-copy-the-fil.patch \ + " + +do_compile_prepend() { + GENDIRECTORY=${S}/lib/libutee/tui/fonts/amble/ + cp ${WORKDIR}/default_bold.c ${GENDIRECTORY} + cp ${WORKDIR}/default_bold.h ${GENDIRECTORY} + cp ${WORKDIR}/default_regular.c ${GENDIRECTORY} + cp ${WORKDIR}/default_regular.h ${GENDIRECTORY} +} -- cgit 1.2.3-korg