C++ refactoring, plus low-power support, plus software-based SPI CS
I'm backlogged.
This commit is contained in:
751
lib/fonts/font-OpenSansExtraBold-28.c
Normal file
751
lib/fonts/font-OpenSansExtraBold-28.c
Normal file
@@ -0,0 +1,751 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "fontem.h"
|
||||
#include "font-OpenSansExtraBold-28.h"
|
||||
|
||||
/* Character list: 0123456789:APM */
|
||||
|
||||
/** Kerning table for character ' '. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0020[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character ' '. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0020 = {
|
||||
.glyph = 32,
|
||||
.left = 0,
|
||||
.top = 0,
|
||||
.advance = 10,
|
||||
.cols = 0,
|
||||
.rows = 0,
|
||||
.bitmap = NULL,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0020,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '0'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0030[] = {
|
||||
0x01, 0xfc, 0x00, 0x00,
|
||||
0x07, 0xff, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x07, 0xff, 0x00, 0x00,
|
||||
0x01, 0xfc, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '0'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0030[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '0'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0030 = {
|
||||
.glyph = 48,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0030,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0030,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '1'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0031[] = {
|
||||
0x00, 0x7f,
|
||||
0x01, 0xff,
|
||||
0x03, 0xff,
|
||||
0x07, 0xff,
|
||||
0x0f, 0xff,
|
||||
0x1f, 0xff,
|
||||
0x7f, 0xff,
|
||||
0xff, 0xff,
|
||||
0xff, 0xff,
|
||||
0x7e, 0xff,
|
||||
0x3c, 0xff,
|
||||
0x18, 0xff,
|
||||
0x10, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
0x00, 0xff,
|
||||
};
|
||||
|
||||
/** Kerning table for character '1'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0031[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '1'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0031 = {
|
||||
.glyph = 49,
|
||||
.left = 2,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 16,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0031,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0031,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '2'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0032[] = {
|
||||
0x03, 0xfc, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x3f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0x0f, 0xf0, 0x00,
|
||||
0x1c, 0x0f, 0xf0, 0x00,
|
||||
0x08, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0x80, 0x00,
|
||||
0x00, 0xff, 0x80, 0x00,
|
||||
0x01, 0xff, 0x00, 0x00,
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '2'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0032[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '2'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0032 = {
|
||||
.glyph = 50,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0032,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0032,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '3'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0033[] = {
|
||||
0x03, 0xfc, 0x00, 0x00,
|
||||
0x1f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x1c, 0x1f, 0xf0, 0x00,
|
||||
0x10, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xe0, 0x00,
|
||||
0x00, 0x0f, 0xe0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x07, 0xff, 0x80, 0x00,
|
||||
0x07, 0xff, 0x00, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x00,
|
||||
0x07, 0xff, 0x80, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00,
|
||||
0x80, 0x0f, 0xf0, 0x00,
|
||||
0xf0, 0x1f, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0x00, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '3'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0033[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '3'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0033 = {
|
||||
.glyph = 51,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 20,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0033,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0033,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '4'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0034[] = {
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xc0, 0x00,
|
||||
0x01, 0xff, 0xc0, 0x00,
|
||||
0x03, 0xff, 0xc0, 0x00,
|
||||
0x03, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xdf, 0xc0, 0x00,
|
||||
0x1f, 0xdf, 0xc0, 0x00,
|
||||
0x1f, 0x9f, 0xc0, 0x00,
|
||||
0x3f, 0x9f, 0xc0, 0x00,
|
||||
0x7f, 0x1f, 0xc0, 0x00,
|
||||
0x7e, 0x1f, 0xc0, 0x00,
|
||||
0xfe, 0x1f, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '4'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0034[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '4'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0034 = {
|
||||
.glyph = 52,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0034,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0034,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '5'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0035[] = {
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x00,
|
||||
0x7e, 0x00, 0x00, 0x00,
|
||||
0x7f, 0xfc, 0x00, 0x00,
|
||||
0x7f, 0xff, 0x00, 0x00,
|
||||
0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x10, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x0f, 0xe0, 0x00,
|
||||
0x00, 0x0f, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0xf0, 0x3f, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0x00, 0x00,
|
||||
0xff, 0xfe, 0x00, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '5'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0035[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '5'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0035 = {
|
||||
.glyph = 53,
|
||||
.left = 2,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 19,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0035,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0035,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '6'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0036[] = {
|
||||
0x00, 0x3f, 0xe0, 0x00,
|
||||
0x01, 0xff, 0xe0, 0x00,
|
||||
0x03, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x3f, 0x00, 0x00,
|
||||
0x7e, 0x7f, 0xc0, 0x00,
|
||||
0x7e, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0x8f, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x1f, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0x80, 0x00,
|
||||
0x01, 0xfc, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '6'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0036[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '6'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0036 = {
|
||||
.glyph = 54,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0036,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0036,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '7'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0037[] = {
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0x80, 0x00,
|
||||
0x00, 0x7f, 0x80, 0x00,
|
||||
0x00, 0x7f, 0x00, 0x00,
|
||||
0x00, 0xff, 0x00, 0x00,
|
||||
0x00, 0xfe, 0x00, 0x00,
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
0x01, 0xfc, 0x00, 0x00,
|
||||
0x03, 0xfc, 0x00, 0x00,
|
||||
0x03, 0xf8, 0x00, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x00,
|
||||
0x0f, 0xe0, 0x00, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x00,
|
||||
0x1f, 0xc0, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '7'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0037[] = {
|
||||
{ /* .left = '2' */ 50, /* .offset = */ -1 },
|
||||
{ /* .left = '4' */ 52, /* .offset = */ -1 },
|
||||
{ /* .left = '7' */ 55, /* .offset = */ 1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '7'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0037 = {
|
||||
.glyph = 55,
|
||||
.left = 2,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 20,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0037,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0037,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '8'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0038[] = {
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x3f, 0xdf, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x07, 0xfe, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x3f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0x8f, 0xf0, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0xfe, 0x03, 0xf8, 0x00,
|
||||
0xfe, 0x03, 0xf8, 0x00,
|
||||
0xfe, 0x03, 0xf8, 0x00,
|
||||
0x7f, 0x07, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0x80, 0x00,
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '8'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0038[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '8'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0038 = {
|
||||
.glyph = 56,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0038,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0038,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '9'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0039[] = {
|
||||
0x03, 0xf8, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x00, 0x00,
|
||||
0x1f, 0xff, 0x80, 0x00,
|
||||
0x3f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0xff, 0x0f, 0xf0, 0x00,
|
||||
0xff, 0x07, 0xf0, 0x00,
|
||||
0xfe, 0x07, 0xf0, 0x00,
|
||||
0xfe, 0x07, 0xf0, 0x00,
|
||||
0xfe, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x0f, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xfb, 0xf8, 0x00,
|
||||
0x1f, 0xf3, 0xf0, 0x00,
|
||||
0x07, 0xe7, 0xf0, 0x00,
|
||||
0x00, 0x07, 0xf0, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x7f, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xc0, 0x00,
|
||||
0x3f, 0xff, 0x80, 0x00,
|
||||
0x3f, 0xff, 0x00, 0x00,
|
||||
0x3f, 0xfc, 0x00, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '9'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0039[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '9'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0039 = {
|
||||
.glyph = 57,
|
||||
.left = 1,
|
||||
.top = 28,
|
||||
.advance = 23,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0039,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0039,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character ':'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_003a[] = {
|
||||
0x7c, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xff, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xfe, 0x00,
|
||||
0x7c, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x7c, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xff, 0x00,
|
||||
0xfe, 0x00,
|
||||
0xfe, 0x00,
|
||||
0x7c, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character ':'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_003a[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character ':'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_003a = {
|
||||
.glyph = 58,
|
||||
.left = 2,
|
||||
.top = 22,
|
||||
.advance = 11,
|
||||
.cols = 8,
|
||||
.rows = 22,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_003a,
|
||||
.kerning = kerning_OpenSansExtraBold_28_003a,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'A'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0041[] = {
|
||||
0x00, 0x7f, 0xe0, 0x00,
|
||||
0x00, 0xff, 0xe0, 0x00,
|
||||
0x00, 0xff, 0xf0, 0x00,
|
||||
0x00, 0xff, 0xf0, 0x00,
|
||||
0x01, 0xff, 0xf0, 0x00,
|
||||
0x01, 0xff, 0xf8, 0x00,
|
||||
0x01, 0xff, 0xf8, 0x00,
|
||||
0x01, 0xf9, 0xf8, 0x00,
|
||||
0x03, 0xf9, 0xfc, 0x00,
|
||||
0x03, 0xf9, 0xfc, 0x00,
|
||||
0x03, 0xf9, 0xfc, 0x00,
|
||||
0x07, 0xf0, 0xfe, 0x00,
|
||||
0x07, 0xf0, 0xfe, 0x00,
|
||||
0x07, 0xf0, 0xfe, 0x00,
|
||||
0x0f, 0xf0, 0xff, 0x00,
|
||||
0x0f, 0xf0, 0x7f, 0x00,
|
||||
0x0f, 0xe0, 0x7f, 0x00,
|
||||
0x1f, 0xff, 0xff, 0x80,
|
||||
0x1f, 0xff, 0xff, 0x80,
|
||||
0x1f, 0xff, 0xff, 0x80,
|
||||
0x3f, 0xff, 0xff, 0xc0,
|
||||
0x3f, 0xff, 0xff, 0xc0,
|
||||
0x3f, 0xff, 0xff, 0xc0,
|
||||
0x7f, 0xc0, 0x1f, 0xe0,
|
||||
0x7f, 0x80, 0x1f, 0xe0,
|
||||
0x7f, 0x80, 0x1f, 0xe0,
|
||||
0xff, 0x80, 0x1f, 0xf0,
|
||||
0xff, 0x00, 0x0f, 0xf0,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'A'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0041[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'A'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0041 = {
|
||||
.glyph = 65,
|
||||
.left = 0,
|
||||
.top = 28,
|
||||
.advance = 28,
|
||||
.cols = 28,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0041,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0041,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'M'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_004d[] = {
|
||||
0xff, 0xc0, 0x03, 0xff,
|
||||
0xff, 0xe0, 0x07, 0xff,
|
||||
0xff, 0xe0, 0x07, 0xff,
|
||||
0xff, 0xe0, 0x07, 0xff,
|
||||
0xff, 0xe0, 0x07, 0xff,
|
||||
0xff, 0xf0, 0x0f, 0xff,
|
||||
0xff, 0xf0, 0x0f, 0xff,
|
||||
0xff, 0xf0, 0x0f, 0xff,
|
||||
0xfd, 0xf8, 0x1f, 0xff,
|
||||
0xfd, 0xf8, 0x1f, 0xff,
|
||||
0xfd, 0xf8, 0x1f, 0x7f,
|
||||
0xfe, 0xf8, 0x1f, 0x7f,
|
||||
0xfe, 0xfc, 0x3f, 0x7f,
|
||||
0xfe, 0xfc, 0x3f, 0x7f,
|
||||
0xfe, 0xfc, 0x3e, 0x7f,
|
||||
0xfe, 0x7e, 0x7e, 0x7f,
|
||||
0xfe, 0x7e, 0x7e, 0x7f,
|
||||
0xfe, 0x7e, 0x7c, 0x7f,
|
||||
0xfe, 0x3f, 0x7c, 0x7f,
|
||||
0xfe, 0x3f, 0xfc, 0x7f,
|
||||
0xfe, 0x3f, 0xfc, 0x7f,
|
||||
0xfe, 0x3f, 0xf8, 0x7f,
|
||||
0xfe, 0x1f, 0xf8, 0x7f,
|
||||
0xfe, 0x1f, 0xf8, 0x7f,
|
||||
0xfe, 0x1f, 0xf0, 0x7f,
|
||||
0xfe, 0x0f, 0xf0, 0x7f,
|
||||
0xfe, 0x0f, 0xf0, 0x7f,
|
||||
0xfe, 0x0f, 0xf0, 0x7f,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'M'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_004d[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'M'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_004d = {
|
||||
.glyph = 77,
|
||||
.left = 3,
|
||||
.top = 28,
|
||||
.advance = 38,
|
||||
.cols = 32,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_004d,
|
||||
.kerning = kerning_OpenSansExtraBold_28_004d,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'P'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_28_0050[] = {
|
||||
0xff, 0xfc, 0x00, 0x00,
|
||||
0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0x0f, 0xf0, 0x00,
|
||||
0xff, 0x07, 0xf0, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xf0, 0x00,
|
||||
0xff, 0x0f, 0xf0, 0x00,
|
||||
0xff, 0x1f, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0x00, 0x00,
|
||||
0xff, 0xfc, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'P'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_28_0050[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -2 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'P'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_28_0050 = {
|
||||
.glyph = 80,
|
||||
.left = 3,
|
||||
.top = 28,
|
||||
.advance = 25,
|
||||
.cols = 21,
|
||||
.rows = 28,
|
||||
.bitmap = bitmap_OpenSansExtraBold_28_0050,
|
||||
.kerning = kerning_OpenSansExtraBold_28_0050,
|
||||
};
|
||||
|
||||
/** Glyphs table for font "Open Sans". */
|
||||
static const struct glyph *glyphs_OpenSansExtraBold_28[] = {
|
||||
&glyph_OpenSansExtraBold_28_0020, /* U+0020 ' ' */
|
||||
&glyph_OpenSansExtraBold_28_0030, /* U+0030 '0' */
|
||||
&glyph_OpenSansExtraBold_28_0031, /* U+0031 '1' */
|
||||
&glyph_OpenSansExtraBold_28_0032, /* U+0032 '2' */
|
||||
&glyph_OpenSansExtraBold_28_0033, /* U+0033 '3' */
|
||||
&glyph_OpenSansExtraBold_28_0034, /* U+0034 '4' */
|
||||
&glyph_OpenSansExtraBold_28_0035, /* U+0035 '5' */
|
||||
&glyph_OpenSansExtraBold_28_0036, /* U+0036 '6' */
|
||||
&glyph_OpenSansExtraBold_28_0037, /* U+0037 '7' */
|
||||
&glyph_OpenSansExtraBold_28_0038, /* U+0038 '8' */
|
||||
&glyph_OpenSansExtraBold_28_0039, /* U+0039 '9' */
|
||||
&glyph_OpenSansExtraBold_28_003a, /* U+003A ':' */
|
||||
&glyph_OpenSansExtraBold_28_0041, /* U+0041 'A' */
|
||||
&glyph_OpenSansExtraBold_28_004d, /* U+004D 'M' */
|
||||
&glyph_OpenSansExtraBold_28_0050, /* U+0050 'P' */
|
||||
};
|
||||
|
||||
/** Definition for font "Open Sans". */
|
||||
const struct font font_OpenSansExtraBold_28 = {
|
||||
.name = "Open Sans",
|
||||
.style = "ExtraBold",
|
||||
.size = 28,
|
||||
.dpi = 100,
|
||||
.count = 15,
|
||||
.max = 80,
|
||||
.ascender = 42,
|
||||
.descender = -12,
|
||||
.height = 53,
|
||||
.glyphs = glyphs_OpenSansExtraBold_28,
|
||||
.compressed = 0,
|
||||
};
|
||||
|
||||
15
lib/fonts/font-OpenSansExtraBold-28.h
Normal file
15
lib/fonts/font-OpenSansExtraBold-28.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_OpenSansExtraBold_28_H
|
||||
#define _FONTEM_OpenSansExtraBold_28_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_OpenSansExtraBold_28;
|
||||
|
||||
#endif /* _FONTEM_OpenSansExtraBold_28_H */
|
||||
793
lib/fonts/font-OpenSansExtraBold-32.c
Normal file
793
lib/fonts/font-OpenSansExtraBold-32.c
Normal file
@@ -0,0 +1,793 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "fontem.h"
|
||||
#include "font-OpenSansExtraBold-32.h"
|
||||
|
||||
/* Character list: 0123456789:APM */
|
||||
|
||||
/** Kerning table for character ' '. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0020[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character ' '. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0020 = {
|
||||
.glyph = 32,
|
||||
.left = 0,
|
||||
.top = 0,
|
||||
.advance = 11,
|
||||
.cols = 0,
|
||||
.rows = 0,
|
||||
.bitmap = NULL,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0020,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '0'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0030[] = {
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
0x07, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x1f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xcf, 0xf8, 0x00,
|
||||
0xff, 0x87, 0xfc, 0x00,
|
||||
0xff, 0x07, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x07, 0xfc, 0x00,
|
||||
0xff, 0x87, 0xfc, 0x00,
|
||||
0x7f, 0xcf, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x1f, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x07, 0xff, 0x80, 0x00,
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '0'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0030[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '0'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0030 = {
|
||||
.glyph = 48,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 22,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0030,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0030,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '1'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0031[] = {
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xc0, 0x00,
|
||||
0x03, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0xc0, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xbf, 0xc0, 0x00,
|
||||
0x3f, 0x3f, 0xc0, 0x00,
|
||||
0x1c, 0x3f, 0xc0, 0x00,
|
||||
0x08, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '1'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0031[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '1'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0031 = {
|
||||
.glyph = 49,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 18,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0031,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0031,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '2'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0032[] = {
|
||||
0x00, 0xff, 0x00, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x1f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x3f, 0x87, 0xfe, 0x00,
|
||||
0x1e, 0x03, 0xfe, 0x00,
|
||||
0x0c, 0x03, 0xfe, 0x00,
|
||||
0x00, 0x03, 0xfe, 0x00,
|
||||
0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0xff, 0x80, 0x00,
|
||||
0x03, 0xff, 0x00, 0x00,
|
||||
0x07, 0xfe, 0x00, 0x00,
|
||||
0x0f, 0xfc, 0x00, 0x00,
|
||||
0x1f, 0xf8, 0x00, 0x00,
|
||||
0x3f, 0xf0, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '2'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0032[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '2'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0032 = {
|
||||
.glyph = 50,
|
||||
.left = 1,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 23,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0032,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0032,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '3'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0033[] = {
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
0x1f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x3c, 0x0f, 0xf8, 0x00,
|
||||
0x10, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0x00, 0x00,
|
||||
0x0f, 0xff, 0x00, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xf0, 0x00,
|
||||
0x0f, 0xff, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x80, 0x07, 0xfc, 0x00,
|
||||
0xf0, 0x0f, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0x80, 0x00,
|
||||
0x0f, 0xfc, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '3'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0033[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '3'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0033 = {
|
||||
.glyph = 51,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 22,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0033,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0033,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '4'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0034[] = {
|
||||
0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xf8, 0x00,
|
||||
0x00, 0x1f, 0xf8, 0x00,
|
||||
0x00, 0x3f, 0xf8, 0x00,
|
||||
0x00, 0x7f, 0xf8, 0x00,
|
||||
0x00, 0xff, 0xf8, 0x00,
|
||||
0x00, 0xff, 0xf8, 0x00,
|
||||
0x01, 0xff, 0xf8, 0x00,
|
||||
0x03, 0xff, 0xf8, 0x00,
|
||||
0x03, 0xff, 0xf8, 0x00,
|
||||
0x07, 0xff, 0xf8, 0x00,
|
||||
0x0f, 0xef, 0xf8, 0x00,
|
||||
0x0f, 0xef, 0xf8, 0x00,
|
||||
0x1f, 0xcf, 0xf8, 0x00,
|
||||
0x3f, 0xcf, 0xf8, 0x00,
|
||||
0x3f, 0x8f, 0xf8, 0x00,
|
||||
0x7f, 0x0f, 0xf8, 0x00,
|
||||
0xfe, 0x0f, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0xff, 0xff, 0xff, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '4'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0034[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '4'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0034 = {
|
||||
.glyph = 52,
|
||||
.left = 1,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 24,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0034,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0034,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '5'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0035[] = {
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00,
|
||||
0x7f, 0xff, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0xf0, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x18, 0x1f, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x80, 0x07, 0xfc, 0x00,
|
||||
0xf8, 0x0f, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0x7f, 0xff, 0x80, 0x00,
|
||||
0x0f, 0xfc, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '5'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0035[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '5'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0035 = {
|
||||
.glyph = 53,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 22,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0035,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0035,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '6'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0036[] = {
|
||||
0x00, 0x1f, 0xf8, 0x00,
|
||||
0x00, 0xff, 0xf8, 0x00,
|
||||
0x03, 0xff, 0xf8, 0x00,
|
||||
0x07, 0xff, 0xf8, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xf0, 0x00, 0x00,
|
||||
0x7f, 0xc0, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00,
|
||||
0xff, 0x1f, 0x80, 0x00,
|
||||
0xff, 0x7f, 0xe0, 0x00,
|
||||
0xfe, 0xff, 0xf0, 0x00,
|
||||
0xfe, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0x87, 0xfc, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x00,
|
||||
0xff, 0x83, 0xfc, 0x00,
|
||||
0xff, 0xc7, 0xfc, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x1f, 0xff, 0xf0, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x00, 0xfe, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '6'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0036[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '6'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0036 = {
|
||||
.glyph = 54,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 23,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0036,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0036,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '7'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0037[] = {
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0x80, 0x00,
|
||||
0x00, 0xff, 0x80, 0x00,
|
||||
0x00, 0xff, 0x00, 0x00,
|
||||
0x01, 0xff, 0x00, 0x00,
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
0x03, 0xfe, 0x00, 0x00,
|
||||
0x03, 0xfc, 0x00, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '7'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0037[] = {
|
||||
{ /* .left = '2' */ 50, /* .offset = */ -1 },
|
||||
{ /* .left = '4' */ 52, /* .offset = */ -1 },
|
||||
{ /* .left = '7' */ 55, /* .offset = */ 1 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '7'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0037 = {
|
||||
.glyph = 55,
|
||||
.left = 2,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 23,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0037,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0037,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '8'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0038[] = {
|
||||
0x00, 0xff, 0x80, 0x00,
|
||||
0x07, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xf8, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xfc, 0x00,
|
||||
0x3f, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xc3, 0xfe, 0x00,
|
||||
0x7f, 0x81, 0xfe, 0x00,
|
||||
0x7f, 0x81, 0xfe, 0x00,
|
||||
0x3f, 0xc3, 0xfc, 0x00,
|
||||
0x3f, 0xe7, 0xfc, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x03, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xc7, 0xfe, 0x00,
|
||||
0x7f, 0x81, 0xfe, 0x00,
|
||||
0x7f, 0x00, 0xfe, 0x00,
|
||||
0xff, 0x00, 0xff, 0x00,
|
||||
0xff, 0x80, 0xff, 0x00,
|
||||
0x7f, 0xc1, 0xfe, 0x00,
|
||||
0x7f, 0xff, 0xfe, 0x00,
|
||||
0x7f, 0xff, 0xfe, 0x00,
|
||||
0x3f, 0xff, 0xfc, 0x00,
|
||||
0x1f, 0xff, 0xf8, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x01, 0xff, 0x80, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '8'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0038[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '8'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0038 = {
|
||||
.glyph = 56,
|
||||
.left = 1,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 24,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0038,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0038,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '9'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0039[] = {
|
||||
0x01, 0xfe, 0x00, 0x00,
|
||||
0x07, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xff, 0xfc, 0x00,
|
||||
0x7f, 0xc7, 0xfe, 0x00,
|
||||
0xff, 0x83, 0xfe, 0x00,
|
||||
0xff, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x81, 0xfe, 0x00,
|
||||
0xff, 0xc7, 0xff, 0x00,
|
||||
0x7f, 0xff, 0xff, 0x00,
|
||||
0x7f, 0xff, 0xff, 0x00,
|
||||
0x7f, 0xff, 0xfe, 0x00,
|
||||
0x3f, 0xfe, 0xfe, 0x00,
|
||||
0x1f, 0xfe, 0xfe, 0x00,
|
||||
0x0f, 0xfd, 0xfe, 0x00,
|
||||
0x03, 0xf1, 0xfe, 0x00,
|
||||
0x00, 0x03, 0xfe, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x3f, 0xfc, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xf8, 0x00,
|
||||
0x3f, 0xff, 0xf0, 0x00,
|
||||
0x3f, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xff, 0xc0, 0x00,
|
||||
0x3f, 0xff, 0x00, 0x00,
|
||||
0x3f, 0xf0, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character '9'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0039[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character '9'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0039 = {
|
||||
.glyph = 57,
|
||||
.left = 1,
|
||||
.top = 31,
|
||||
.advance = 26,
|
||||
.cols = 24,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0039,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0039,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character ':'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_003a[] = {
|
||||
0x3e, 0x00,
|
||||
0x7f, 0x00,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0x7f, 0x00,
|
||||
0x3e, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x3e, 0x00,
|
||||
0x7f, 0x00,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0xff, 0x80,
|
||||
0x7f, 0x00,
|
||||
0x3e, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character ':'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_003a[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character ':'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_003a = {
|
||||
.glyph = 58,
|
||||
.left = 2,
|
||||
.top = 25,
|
||||
.advance = 13,
|
||||
.cols = 9,
|
||||
.rows = 25,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_003a,
|
||||
.kerning = kerning_OpenSansExtraBold_32_003a,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'A'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0041[] = {
|
||||
0x00, 0x3f, 0xfc, 0x00,
|
||||
0x00, 0x3f, 0xfc, 0x00,
|
||||
0x00, 0x7f, 0xfc, 0x00,
|
||||
0x00, 0x7f, 0xfe, 0x00,
|
||||
0x00, 0x7f, 0xfe, 0x00,
|
||||
0x00, 0xff, 0xfe, 0x00,
|
||||
0x00, 0xff, 0xff, 0x00,
|
||||
0x00, 0xfe, 0xff, 0x00,
|
||||
0x01, 0xfe, 0x7f, 0x00,
|
||||
0x01, 0xfe, 0x7f, 0x80,
|
||||
0x01, 0xfe, 0x7f, 0x80,
|
||||
0x03, 0xfc, 0x3f, 0x80,
|
||||
0x03, 0xfc, 0x3f, 0xc0,
|
||||
0x03, 0xfc, 0x3f, 0xc0,
|
||||
0x07, 0xfc, 0x3f, 0xc0,
|
||||
0x07, 0xf8, 0x1f, 0xe0,
|
||||
0x07, 0xf8, 0x1f, 0xe0,
|
||||
0x0f, 0xf8, 0x1f, 0xe0,
|
||||
0x0f, 0xff, 0xff, 0xf0,
|
||||
0x0f, 0xff, 0xff, 0xf0,
|
||||
0x1f, 0xff, 0xff, 0xf0,
|
||||
0x1f, 0xff, 0xff, 0xf8,
|
||||
0x1f, 0xff, 0xff, 0xf8,
|
||||
0x3f, 0xff, 0xff, 0xf8,
|
||||
0x3f, 0xff, 0xff, 0xfc,
|
||||
0x3f, 0xe0, 0x07, 0xfc,
|
||||
0x7f, 0xe0, 0x03, 0xfc,
|
||||
0x7f, 0xc0, 0x03, 0xfe,
|
||||
0x7f, 0xc0, 0x03, 0xfe,
|
||||
0xff, 0xc0, 0x03, 0xff,
|
||||
0xff, 0x80, 0x01, 0xff,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'A'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0041[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'A'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0041 = {
|
||||
.glyph = 65,
|
||||
.left = 0,
|
||||
.top = 31,
|
||||
.advance = 32,
|
||||
.cols = 32,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0041,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0041,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'M'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_004d[] = {
|
||||
0xff, 0xf0, 0x00, 0x7f, 0xf8, 0x00,
|
||||
0xff, 0xf0, 0x00, 0x7f, 0xf8, 0x00,
|
||||
0xff, 0xf8, 0x00, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xf8, 0x00, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xf8, 0x00, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xf8, 0x00, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xfc, 0x01, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xfc, 0x01, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xfc, 0x01, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xfe, 0x03, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xfe, 0x03, 0xf7, 0xf8, 0x00,
|
||||
0xff, 0x7e, 0x03, 0xf7, 0xf8, 0x00,
|
||||
0xff, 0x7f, 0x07, 0xf7, 0xf8, 0x00,
|
||||
0xff, 0x7f, 0x07, 0xf7, 0xf8, 0x00,
|
||||
0xff, 0x7f, 0x07, 0xe7, 0xf8, 0x00,
|
||||
0xff, 0x3f, 0x87, 0xe7, 0xf8, 0x00,
|
||||
0xff, 0x3f, 0x8f, 0xe7, 0xf8, 0x00,
|
||||
0xff, 0x3f, 0x8f, 0xc7, 0xf8, 0x00,
|
||||
0xff, 0x1f, 0x8f, 0xc7, 0xf8, 0x00,
|
||||
0xff, 0x1f, 0xdf, 0xc7, 0xf8, 0x00,
|
||||
0xff, 0x1f, 0xdf, 0x87, 0xf8, 0x00,
|
||||
0xff, 0x0f, 0xdf, 0x87, 0xf8, 0x00,
|
||||
0xff, 0x0f, 0xff, 0x87, 0xf8, 0x00,
|
||||
0xff, 0x0f, 0xff, 0x87, 0xf8, 0x00,
|
||||
0xff, 0x0f, 0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xff, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x07, 0xfe, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x07, 0xf8, 0x00,
|
||||
0xff, 0x03, 0xfe, 0x07, 0xf8, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'M'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_004d[] = {
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'M'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_004d = {
|
||||
.glyph = 77,
|
||||
.left = 3,
|
||||
.top = 31,
|
||||
.advance = 43,
|
||||
.cols = 37,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_004d,
|
||||
.kerning = kerning_OpenSansExtraBold_32_004d,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character 'P'. */
|
||||
static const uint8_t bitmap_OpenSansExtraBold_32_0050[] = {
|
||||
0xff, 0xff, 0x00, 0x00,
|
||||
0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0x87, 0xfe, 0x00,
|
||||
0xff, 0x83, 0xfe, 0x00,
|
||||
0xff, 0x81, 0xfe, 0x00,
|
||||
0xff, 0x81, 0xfe, 0x00,
|
||||
0xff, 0x81, 0xfe, 0x00,
|
||||
0xff, 0x83, 0xfe, 0x00,
|
||||
0xff, 0x87, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xfc, 0x00,
|
||||
0xff, 0xff, 0xf8, 0x00,
|
||||
0xff, 0xff, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
0xff, 0x80, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Kerning table for character 'P'. */
|
||||
static const struct kerning kerning_OpenSansExtraBold_32_0050[] = {
|
||||
{ /* .left = '7' */ 55, /* .offset = */ -2 },
|
||||
{ /* .left = */ 0, /* .offset = */ 0 },
|
||||
};
|
||||
|
||||
/** Glyph definition for character 'P'. */
|
||||
static const struct glyph glyph_OpenSansExtraBold_32_0050 = {
|
||||
.glyph = 80,
|
||||
.left = 3,
|
||||
.top = 31,
|
||||
.advance = 28,
|
||||
.cols = 23,
|
||||
.rows = 31,
|
||||
.bitmap = bitmap_OpenSansExtraBold_32_0050,
|
||||
.kerning = kerning_OpenSansExtraBold_32_0050,
|
||||
};
|
||||
|
||||
/** Glyphs table for font "Open Sans". */
|
||||
static const struct glyph *glyphs_OpenSansExtraBold_32[] = {
|
||||
&glyph_OpenSansExtraBold_32_0020, /* U+0020 ' ' */
|
||||
&glyph_OpenSansExtraBold_32_0030, /* U+0030 '0' */
|
||||
&glyph_OpenSansExtraBold_32_0031, /* U+0031 '1' */
|
||||
&glyph_OpenSansExtraBold_32_0032, /* U+0032 '2' */
|
||||
&glyph_OpenSansExtraBold_32_0033, /* U+0033 '3' */
|
||||
&glyph_OpenSansExtraBold_32_0034, /* U+0034 '4' */
|
||||
&glyph_OpenSansExtraBold_32_0035, /* U+0035 '5' */
|
||||
&glyph_OpenSansExtraBold_32_0036, /* U+0036 '6' */
|
||||
&glyph_OpenSansExtraBold_32_0037, /* U+0037 '7' */
|
||||
&glyph_OpenSansExtraBold_32_0038, /* U+0038 '8' */
|
||||
&glyph_OpenSansExtraBold_32_0039, /* U+0039 '9' */
|
||||
&glyph_OpenSansExtraBold_32_003a, /* U+003A ':' */
|
||||
&glyph_OpenSansExtraBold_32_0041, /* U+0041 'A' */
|
||||
&glyph_OpenSansExtraBold_32_004d, /* U+004D 'M' */
|
||||
&glyph_OpenSansExtraBold_32_0050, /* U+0050 'P' */
|
||||
};
|
||||
|
||||
/** Definition for font "Open Sans". */
|
||||
const struct font font_OpenSansExtraBold_32 = {
|
||||
.name = "Open Sans",
|
||||
.style = "ExtraBold",
|
||||
.size = 32,
|
||||
.dpi = 100,
|
||||
.count = 15,
|
||||
.max = 80,
|
||||
.ascender = 48,
|
||||
.descender = -14,
|
||||
.height = 61,
|
||||
.glyphs = glyphs_OpenSansExtraBold_32,
|
||||
.compressed = 0,
|
||||
};
|
||||
|
||||
15
lib/fonts/font-OpenSansExtraBold-32.h
Normal file
15
lib/fonts/font-OpenSansExtraBold-32.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_OpenSansExtraBold_32_H
|
||||
#define _FONTEM_OpenSansExtraBold_32_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_OpenSansExtraBold_32;
|
||||
|
||||
#endif /* _FONTEM_OpenSansExtraBold_32_H */
|
||||
1264
lib/fonts/font-OpenSansExtraBold-64.c
Normal file
1264
lib/fonts/font-OpenSansExtraBold-64.c
Normal file
File diff suppressed because it is too large
Load Diff
15
lib/fonts/font-OpenSansExtraBold-64.h
Normal file
15
lib/fonts/font-OpenSansExtraBold-64.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_OpenSansExtraBold_64_H
|
||||
#define _FONTEM_OpenSansExtraBold_64_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_OpenSansExtraBold_64;
|
||||
|
||||
#endif /* _FONTEM_OpenSansExtraBold_64_H */
|
||||
File diff suppressed because it is too large
Load Diff
2955
lib/fonts/font-notomono-16.c
Normal file
2955
lib/fonts/font-notomono-16.c
Normal file
File diff suppressed because it is too large
Load Diff
15
lib/fonts/font-notomono-16.h
Normal file
15
lib/fonts/font-notomono-16.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_notomono_16_H
|
||||
#define _FONTEM_notomono_16_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_notomono_16;
|
||||
|
||||
#endif /* _FONTEM_notomono_16_H */
|
||||
3636
lib/fonts/font-notomono-24.c
Normal file
3636
lib/fonts/font-notomono-24.c
Normal file
File diff suppressed because it is too large
Load Diff
15
lib/fonts/font-notomono-24.h
Normal file
15
lib/fonts/font-notomono-24.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_notomono_24_H
|
||||
#define _FONTEM_notomono_24_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_notomono_24;
|
||||
|
||||
#endif /* _FONTEM_notomono_24_H */
|
||||
868
lib/fonts/font-notomono-64.c
Normal file
868
lib/fonts/font-notomono-64.c
Normal file
@@ -0,0 +1,868 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "fontem.h"
|
||||
#include "font-notomono-64.h"
|
||||
|
||||
/* Character list: 0123456789 */
|
||||
|
||||
/** Glyph definition for character ' '. */
|
||||
static const struct glyph glyph_notomono_64_0020 = {
|
||||
.glyph = 32,
|
||||
.left = 0,
|
||||
.top = 0,
|
||||
.advance = 53,
|
||||
.cols = 0,
|
||||
.rows = 0,
|
||||
.bitmap = NULL,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '0'. */
|
||||
static const uint8_t bitmap_notomono_64_0030[] = {
|
||||
0x00, 0x00, 0xff, 0x80, 0x00, 0x00,
|
||||
0x00, 0x07, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x01, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x03, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x03, 0xff, 0x00, 0xff, 0xe0, 0x00,
|
||||
0x07, 0xfe, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfc, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00, 0xff, 0x00,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0xff, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0x7f, 0x00, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0xff, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x03, 0xff, 0x00, 0x7f, 0xe0, 0x00,
|
||||
0x01, 0xff, 0xff, 0xff, 0xe0, 0x00,
|
||||
0x01, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xff, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x07, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0x80, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '0'. */
|
||||
static const struct glyph glyph_notomono_64_0030 = {
|
||||
.glyph = 48,
|
||||
.left = 6,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 41,
|
||||
.rows = 66,
|
||||
.bitmap = bitmap_notomono_64_0030,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '1'. */
|
||||
static const uint8_t bitmap_notomono_64_0031[] = {
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x01, 0xff, 0x00,
|
||||
0x00, 0x03, 0xff, 0x00,
|
||||
0x00, 0x0f, 0xff, 0x00,
|
||||
0x00, 0x1f, 0xff, 0x00,
|
||||
0x00, 0x3f, 0xff, 0x00,
|
||||
0x00, 0xff, 0xff, 0x00,
|
||||
0x01, 0xff, 0xff, 0x00,
|
||||
0x03, 0xff, 0xff, 0x00,
|
||||
0x0f, 0xfe, 0xff, 0x00,
|
||||
0x1f, 0xfc, 0xff, 0x00,
|
||||
0x3f, 0xf8, 0xff, 0x00,
|
||||
0xff, 0xe0, 0xff, 0x00,
|
||||
0x7f, 0xc0, 0xff, 0x00,
|
||||
0x7f, 0x80, 0xff, 0x00,
|
||||
0x3f, 0x00, 0xff, 0x00,
|
||||
0x1c, 0x00, 0xff, 0x00,
|
||||
0x08, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '1'. */
|
||||
static const struct glyph glyph_notomono_64_0031 = {
|
||||
.glyph = 49,
|
||||
.left = 9,
|
||||
.top = 64,
|
||||
.advance = 53,
|
||||
.cols = 24,
|
||||
.rows = 64,
|
||||
.bitmap = bitmap_notomono_64_0031,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '2'. */
|
||||
static const uint8_t bitmap_notomono_64_0032[] = {
|
||||
0x00, 0x03, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x03, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x3f, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xfc, 0x01, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xe0, 0x00, 0x7f, 0xe0, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x1f, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x0c, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x80, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x01, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x03, 0xfe, 0x00, 0x00,
|
||||
0x00, 0x00, 0x07, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x3f, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7f, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0x80, 0x00, 0x00,
|
||||
0x00, 0x01, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x03, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x07, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x0f, 0xfc, 0x00, 0x00, 0x00,
|
||||
0x00, 0x0f, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xe0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00, 0x00, 0x00,
|
||||
0x00, 0xff, 0x80, 0x00, 0x00, 0x00,
|
||||
0x01, 0xff, 0x00, 0x00, 0x00, 0x00,
|
||||
0x03, 0xfe, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x00, 0x00, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xf0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '2'. */
|
||||
static const struct glyph glyph_notomono_64_0032 = {
|
||||
.glyph = 50,
|
||||
.left = 7,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 39,
|
||||
.rows = 65,
|
||||
.bitmap = bitmap_notomono_64_0032,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '3'. */
|
||||
static const uint8_t bitmap_notomono_64_0033[] = {
|
||||
0x00, 0x07, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x01, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x3f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x7f, 0xf8, 0x01, 0xff, 0xe0, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x7f, 0xe0, 0x00,
|
||||
0x3f, 0x00, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x1c, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x08, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x80, 0x00,
|
||||
0x00, 0x00, 0x03, 0xff, 0x80, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xfe, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0x80, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xff, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x03, 0xff, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x80, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0xe0, 0x00, 0x00, 0x1f, 0xf8, 0x00,
|
||||
0xf8, 0x00, 0x00, 0x7f, 0xf0, 0x00,
|
||||
0xff, 0x80, 0x01, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x3f, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xfe, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '3'. */
|
||||
static const struct glyph glyph_notomono_64_0033 = {
|
||||
.glyph = 51,
|
||||
.left = 6,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 39,
|
||||
.rows = 66,
|
||||
.bitmap = bitmap_notomono_64_0033,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '4'. */
|
||||
static const uint8_t bitmap_notomono_64_0034[] = {
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x01, 0xff, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x03, 0xf7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x03, 0xf7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x07, 0xf7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xe7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xe7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xc7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x3f, 0xc7, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x3f, 0x87, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x7f, 0x07, 0xf0, 0x00,
|
||||
0x00, 0x00, 0xff, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0xfe, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x01, 0xfc, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x03, 0xfc, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x03, 0xf8, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x07, 0xf0, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x0f, 0xe0, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x3f, 0x80, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x7f, 0x80, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0xff, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0xfe, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x01, 0xfe, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x03, 0xfc, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x03, 0xf8, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x07, 0xf8, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x0f, 0xe0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '4'. */
|
||||
static const struct glyph glyph_notomono_64_0034 = {
|
||||
.glyph = 52,
|
||||
.left = 3,
|
||||
.top = 64,
|
||||
.advance = 53,
|
||||
.cols = 45,
|
||||
.rows = 64,
|
||||
.bitmap = bitmap_notomono_64_0034,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '5'. */
|
||||
static const uint8_t bitmap_notomono_64_0035[] = {
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x9f, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x7f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x0e, 0x00, 0x07, 0xff, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x80, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0xc0, 0x00, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0xf8, 0x00, 0x00, 0xff, 0xe0, 0x00,
|
||||
0xff, 0x00, 0x03, 0xff, 0xc0, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0xff, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0xff, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x3f, 0xff, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x0f, 0xff, 0xff, 0x80, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xf8, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '5'. */
|
||||
static const struct glyph glyph_notomono_64_0035 = {
|
||||
.glyph = 53,
|
||||
.left = 7,
|
||||
.top = 64,
|
||||
.advance = 53,
|
||||
.cols = 38,
|
||||
.rows = 65,
|
||||
.bitmap = bitmap_notomono_64_0035,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '6'. */
|
||||
static const uint8_t bitmap_notomono_64_0036[] = {
|
||||
0x00, 0x00, 0x07, 0xff, 0x80, 0x00,
|
||||
0x00, 0x00, 0x7f, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x01, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x07, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x3f, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x01, 0xff, 0xe0, 0x00, 0x00, 0x00,
|
||||
0x01, 0xff, 0x80, 0x00, 0x00, 0x00,
|
||||
0x03, 0xff, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x00, 0x00, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x00, 0x00, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x00, 0x00, 0x00,
|
||||
0x7f, 0x80, 0x7f, 0xc0, 0x00, 0x00,
|
||||
0x7f, 0x81, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x7f, 0x87, 0xff, 0xfe, 0x00, 0x00,
|
||||
0xff, 0x0f, 0xff, 0xff, 0x80, 0x00,
|
||||
0xff, 0x1f, 0xff, 0xff, 0xc0, 0x00,
|
||||
0xff, 0x3f, 0xff, 0xff, 0xe0, 0x00,
|
||||
0xff, 0x7f, 0xc1, 0xff, 0xe0, 0x00,
|
||||
0xff, 0xfe, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0xff, 0xf8, 0x00, 0x1f, 0xf8, 0x00,
|
||||
0xff, 0xf0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0xff, 0xe0, 0x00, 0x07, 0xfc, 0x00,
|
||||
0xff, 0xc0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0xc0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x80, 0x00, 0x01, 0xfc, 0x00,
|
||||
0xff, 0x80, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x3f, 0x80, 0x00, 0x01, 0xfc, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x07, 0xff, 0x00, 0xff, 0xe0, 0x00,
|
||||
0x03, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x01, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x00, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x07, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0x80, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '6'. */
|
||||
static const struct glyph glyph_notomono_64_0036 = {
|
||||
.glyph = 54,
|
||||
.left = 7,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 39,
|
||||
.rows = 66,
|
||||
.bitmap = bitmap_notomono_64_0036,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '7'. */
|
||||
static const uint8_t bitmap_notomono_64_0037[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x80,
|
||||
0x00, 0x00, 0x00, 0x00, 0x7f, 0x80,
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0x00, 0x00, 0x00, 0x01, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0x80, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0x80, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x01, 0xfe, 0x00, 0x00,
|
||||
0x00, 0x00, 0x01, 0xfe, 0x00, 0x00,
|
||||
0x00, 0x00, 0x03, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x00, 0x03, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x00, 0x07, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0x07, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x3f, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x3f, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7f, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7f, 0x80, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7f, 0x80, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x01, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x01, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x03, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x03, 0xfc, 0x00, 0x00, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x00, 0x00, 0x00,
|
||||
0x00, 0x07, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x00, 0x07, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x0f, 0xf0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xf0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xe0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xe0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xc0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xc0, 0x00, 0x00, 0x00,
|
||||
0x00, 0x7f, 0x80, 0x00, 0x00, 0x00,
|
||||
0x00, 0xff, 0x80, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '7'. */
|
||||
static const struct glyph glyph_notomono_64_0037 = {
|
||||
.glyph = 55,
|
||||
.left = 6,
|
||||
.top = 64,
|
||||
.advance = 53,
|
||||
.cols = 41,
|
||||
.rows = 64,
|
||||
.bitmap = bitmap_notomono_64_0037,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '8'. */
|
||||
static const uint8_t bitmap_notomono_64_0038[] = {
|
||||
0x00, 0x01, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x01, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x07, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x0f, 0xfe, 0x00, 0xff, 0xe0, 0x00,
|
||||
0x1f, 0xf8, 0x00, 0x3f, 0xf0, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x07, 0xf0, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x1f, 0xe0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x0f, 0xf0, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x0f, 0xf8, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0x07, 0xfc, 0x00, 0x7f, 0xc0, 0x00,
|
||||
0x07, 0xfe, 0x00, 0xff, 0x80, 0x00,
|
||||
0x03, 0xff, 0x83, 0xff, 0x00, 0x00,
|
||||
0x01, 0xff, 0xef, 0xfe, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x0f, 0xff, 0xe0, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x01, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x03, 0xff, 0x8f, 0xff, 0x00, 0x00,
|
||||
0x07, 0xfe, 0x03, 0xff, 0x80, 0x00,
|
||||
0x0f, 0xfc, 0x00, 0xff, 0xc0, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x7f, 0xe0, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x7f, 0xc0, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xfc, 0x00,
|
||||
0x7f, 0xc0, 0x00, 0x0f, 0xf8, 0x00,
|
||||
0x3f, 0xf0, 0x00, 0x1f, 0xf8, 0x00,
|
||||
0x1f, 0xfc, 0x00, 0x7f, 0xf0, 0x00,
|
||||
0x1f, 0xff, 0xff, 0xff, 0xe0, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xc0, 0x00,
|
||||
0x07, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x03, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x00, 0x3f, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0x03, 0xff, 0x80, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '8'. */
|
||||
static const struct glyph glyph_notomono_64_0038 = {
|
||||
.glyph = 56,
|
||||
.left = 7,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 39,
|
||||
.rows = 66,
|
||||
.bitmap = bitmap_notomono_64_0038,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Bitmap definition for character '9'. */
|
||||
static const uint8_t bitmap_notomono_64_0039[] = {
|
||||
0x00, 0x03, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1f, 0xff, 0xc0, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x03, 0xff, 0xff, 0xfe, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xff, 0x00, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xff, 0x80, 0x00,
|
||||
0x0f, 0xfe, 0x01, 0xff, 0xc0, 0x00,
|
||||
0x1f, 0xf8, 0x00, 0x7f, 0xc0, 0x00,
|
||||
0x1f, 0xf0, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x3f, 0xc0, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x03, 0xf8, 0x00,
|
||||
0xff, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfc, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x01, 0xfe, 0x00,
|
||||
0xff, 0x00, 0x00, 0x03, 0xfe, 0x00,
|
||||
0x7f, 0x00, 0x00, 0x03, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xfe, 0x00,
|
||||
0x7f, 0x80, 0x00, 0x07, 0xfe, 0x00,
|
||||
0x7f, 0xc0, 0x00, 0x0f, 0xfe, 0x00,
|
||||
0x3f, 0xe0, 0x00, 0x1f, 0xfe, 0x00,
|
||||
0x3f, 0xf0, 0x00, 0x3f, 0xfe, 0x00,
|
||||
0x1f, 0xf8, 0x00, 0xff, 0xfe, 0x00,
|
||||
0x0f, 0xff, 0x07, 0xfd, 0xfe, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xf9, 0xfe, 0x00,
|
||||
0x07, 0xff, 0xff, 0xf1, 0xfe, 0x00,
|
||||
0x03, 0xff, 0xff, 0xe1, 0xfe, 0x00,
|
||||
0x00, 0xff, 0xff, 0xc3, 0xfc, 0x00,
|
||||
0x00, 0x3f, 0xff, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x07, 0xfc, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x03, 0xfc, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0xf8, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x3f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7f, 0xc0, 0x00,
|
||||
0x00, 0x00, 0x00, 0xff, 0x80, 0x00,
|
||||
0x00, 0x00, 0x01, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x07, 0xff, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1f, 0xfe, 0x00, 0x00,
|
||||
0x07, 0x81, 0xff, 0xfc, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xf8, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xf0, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0xc0, 0x00, 0x00,
|
||||
0x07, 0xff, 0xff, 0x00, 0x00, 0x00,
|
||||
0x07, 0xff, 0xfc, 0x00, 0x00, 0x00,
|
||||
0x03, 0xff, 0xc0, 0x00, 0x00, 0x00,
|
||||
};
|
||||
|
||||
/** Glyph definition for character '9'. */
|
||||
static const struct glyph glyph_notomono_64_0039 = {
|
||||
.glyph = 57,
|
||||
.left = 7,
|
||||
.top = 65,
|
||||
.advance = 53,
|
||||
.cols = 39,
|
||||
.rows = 66,
|
||||
.bitmap = bitmap_notomono_64_0039,
|
||||
.kerning = NULL,
|
||||
};
|
||||
|
||||
/** Glyphs table for font "Noto Mono". */
|
||||
static const struct glyph *glyphs_notomono_64[] = {
|
||||
&glyph_notomono_64_0020, /* U+0020 ' ' */
|
||||
&glyph_notomono_64_0030, /* U+0030 '0' */
|
||||
&glyph_notomono_64_0031, /* U+0031 '1' */
|
||||
&glyph_notomono_64_0032, /* U+0032 '2' */
|
||||
&glyph_notomono_64_0033, /* U+0033 '3' */
|
||||
&glyph_notomono_64_0034, /* U+0034 '4' */
|
||||
&glyph_notomono_64_0035, /* U+0035 '5' */
|
||||
&glyph_notomono_64_0036, /* U+0036 '6' */
|
||||
&glyph_notomono_64_0037, /* U+0037 '7' */
|
||||
&glyph_notomono_64_0038, /* U+0038 '8' */
|
||||
&glyph_notomono_64_0039, /* U+0039 '9' */
|
||||
};
|
||||
|
||||
/** Definition for font "Noto Mono". */
|
||||
const struct font font_notomono_64 = {
|
||||
.name = "Noto Mono",
|
||||
.style = "Regular",
|
||||
.size = 64,
|
||||
.dpi = 100,
|
||||
.count = 11,
|
||||
.max = 57,
|
||||
.ascender = 83,
|
||||
.descender = -22,
|
||||
.height = 104,
|
||||
.glyphs = glyphs_notomono_64,
|
||||
.compressed = 0,
|
||||
};
|
||||
|
||||
15
lib/fonts/font-notomono-64.h
Normal file
15
lib/fonts/font-notomono-64.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* AUTOMATICALLY GENERATED FILE! EDITING NOT RECOMMENDED!
|
||||
*
|
||||
* This file is distributed under the terms of the MIT License.
|
||||
* See the LICENSE file at the top of this tree, or if it is missing a copy can
|
||||
* be found at http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef _FONTEM_notomono_64_H
|
||||
#define _FONTEM_notomono_64_H
|
||||
|
||||
#include "fontem.h"
|
||||
|
||||
extern const struct font font_notomono_64;
|
||||
|
||||
#endif /* _FONTEM_notomono_64_H */
|
||||
202
lib/fonts/open_sans/LICENSE.txt
Normal file
202
lib/fonts/open_sans/LICENSE.txt
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
BIN
lib/fonts/open_sans/OpenSans-Bold.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-BoldItalic.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-ExtraBold.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-ExtraBoldItalic.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-Italic.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-Light.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-LightItalic.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-LightItalic.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-Regular.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-SemiBold.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
lib/fonts/open_sans/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
lib/fonts/open_sans/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user