forked from raspberrypi/pico-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lcd18.c
212 lines (179 loc) · 6.94 KB
/
lcd18.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
#include "font.h"
/*******************************************************************************
* Size: 18 px
* Bpp: 4
* Opts:
******************************************************************************/
#ifndef LCD18
#define LCD18 1
#endif
#if LCD18
/*-----------------
* BITMAPS
*----------------*/
/*Store the image of the glyphs*/
static LV_ATTRIBUTE_LARGE_CONST const uint8_t gylph_bitmap[] = {
/* U+2E "." */
0x3, 0x11, 0xf7,
/* U+30 "0" */
0x1, 0x9b, 0xbb, 0xb8, 0x30, 0x3a, 0xcc, 0xcb,
0xb8, 0x7, 0xe0, 0x0, 0xe, 0x70, 0x8c, 0x0,
0x0, 0xf4, 0xa, 0xc0, 0x0, 0xf, 0x40, 0xa3,
0x7, 0x20, 0xb1, 0x5, 0x2, 0xc5, 0x8, 0x0,
0xf4, 0x0, 0x7, 0xe0, 0xf, 0x40, 0x0, 0x8c,
0x2, 0xf3, 0x0, 0xa, 0xc0, 0x4f, 0x33, 0x33,
0x96, 0x3, 0xbe, 0xff, 0xff, 0x40,
/* U+31 "1" */
0x19, 0xb8, 0x51, 0x8c, 0x9b, 0x0, 0xc, 0xa0,
0x0, 0xc8, 0x0, 0xe, 0x70, 0x0, 0x93, 0x0,
0x6, 0x20, 0x3, 0xf1, 0x0, 0x4f, 0x0, 0x7,
0xe0, 0x0, 0x8c, 0x0, 0x5, 0x90,
/* U+32 "2" */
0x1, 0x9b, 0xbb, 0xb8, 0x30, 0x18, 0xcc, 0xcb,
0xb8, 0x0, 0x0, 0x0, 0xf, 0x60, 0x0, 0x0,
0x0, 0xf4, 0x0, 0x0, 0x0, 0x1f, 0x40, 0x5,
0x77, 0x76, 0xc0, 0x5, 0xbc, 0xcc, 0xb1, 0x0,
0xf4, 0x0, 0x0, 0x0, 0xf, 0x40, 0x0, 0x0,
0x2, 0xf3, 0x0, 0x0, 0x0, 0x4f, 0x33, 0x33,
0x30, 0x3, 0xbe, 0xff, 0xff, 0x40,
/* U+33 "3" */
0x1, 0x9b, 0xbb, 0xb8, 0x30, 0x18, 0xcc, 0xcb,
0xb8, 0x0, 0x0, 0x0, 0xf, 0x60, 0x0, 0x0,
0x0, 0xf4, 0x0, 0x0, 0x0, 0x1f, 0x40, 0x5,
0x77, 0x76, 0xc0, 0x0, 0xbc, 0xcc, 0xb8, 0x0,
0x0, 0x0, 0x7, 0xd0, 0x0, 0x0, 0x0, 0x8c,
0x0, 0x0, 0x0, 0xa, 0xb0, 0x2, 0x33, 0x33,
0xc8, 0x3, 0xff, 0xff, 0xfb, 0x50,
/* U+34 "4" */
0x17, 0x0, 0x0, 0x43, 0x4e, 0x0, 0x0, 0xb8,
0x7e, 0x0, 0x0, 0xe7, 0x8c, 0x0, 0x0, 0xf4,
0xac, 0x0, 0x0, 0xf4, 0xa8, 0x77, 0x77, 0xc1,
0xb, 0xcc, 0xcc, 0xa0, 0x0, 0x0, 0x7, 0xe0,
0x0, 0x0, 0x8, 0xc0, 0x0, 0x0, 0xa, 0xc0,
0x0, 0x0, 0xc, 0x80, 0x0, 0x0, 0x8, 0x50,
/* U+35 "5" */
0x1, 0x7c, 0xbb, 0xb4, 0x4, 0xe9, 0xcc, 0xb0,
0x7, 0xe0, 0x0, 0x0, 0x8, 0xc0, 0x0, 0x0,
0xa, 0xc0, 0x0, 0x0, 0xa, 0x87, 0x77, 0x71,
0x0, 0xbc, 0xcc, 0xc9, 0x0, 0x0, 0x0, 0x7d,
0x0, 0x0, 0x0, 0x8c, 0x0, 0x0, 0x0, 0xab,
0x2, 0x33, 0x33, 0xc8, 0x3f, 0xff, 0xff, 0xb5,
/* U+36 "6" */
0x1, 0x9b, 0xbb, 0xbb, 0x40, 0x3a, 0xcc, 0xcc,
0x92, 0x7, 0xe0, 0x0, 0x0, 0x0, 0x8c, 0x0,
0x0, 0x0, 0xa, 0xc0, 0x0, 0x0, 0x0, 0xa8,
0x77, 0x77, 0x10, 0x5, 0xbc, 0xcc, 0xca, 0x0,
0xf4, 0x0, 0x7, 0xe0, 0xf, 0x40, 0x0, 0x8c,
0x2, 0xf3, 0x0, 0xa, 0xc0, 0x4f, 0x33, 0x33,
0x96, 0x3, 0xbe, 0xff, 0xff, 0x40,
/* U+37 "7" */
0x19, 0xbb, 0xbb, 0x83, 0x18, 0xcc, 0xcb, 0xb8,
0x0, 0x0, 0x0, 0xf6, 0x0, 0x0, 0x0, 0xf4,
0x0, 0x0, 0x1, 0xf4, 0x0, 0x0, 0x0, 0xc0,
0x0, 0x0, 0x0, 0x70, 0x0, 0x0, 0x7, 0xd0,
0x0, 0x0, 0x8, 0xc0, 0x0, 0x0, 0xa, 0xb0,
0x0, 0x0, 0xc, 0x80, 0x0, 0x0, 0x9, 0x50,
/* U+38 "8" */
0x1, 0x9b, 0xbb, 0xb8, 0x30, 0x3a, 0xcc, 0xcb,
0xb8, 0x7, 0xe0, 0x0, 0xe, 0x70, 0x8c, 0x0,
0x0, 0xf4, 0xa, 0xc0, 0x0, 0xf, 0x40, 0xa8,
0x77, 0x77, 0xc1, 0x5, 0xbc, 0xcc, 0xca, 0x0,
0xf4, 0x0, 0x7, 0xe0, 0xf, 0x40, 0x0, 0x8c,
0x2, 0xf3, 0x0, 0xa, 0xc0, 0x4f, 0x33, 0x33,
0x96, 0x3, 0xbe, 0xff, 0xff, 0x40,
/* U+39 "9" */
0x0, 0x9b, 0xbb, 0xb7, 0x40, 0x3a, 0xcc, 0xcc,
0xb8, 0x5, 0xf0, 0x0, 0xc, 0x80, 0x8c, 0x0,
0x0, 0xf5, 0x8, 0xc0, 0x0, 0xf, 0x40, 0x98,
0x77, 0x77, 0xb3, 0x0, 0xbc, 0xcc, 0xc7, 0x0,
0x0, 0x0, 0x5, 0xf0, 0x0, 0x0, 0x0, 0x8c,
0x0, 0x0, 0x0, 0x8, 0xc0, 0x2, 0x33, 0x33,
0x98, 0x3, 0xff, 0xff, 0xff, 0x40,
/* U+3A ":" */
0x3, 0x60, 0x7, 0xb1, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x3, 0x10, 0x1f, 0x70
};
/*---------------------
* GLYPH DESCRIPTION
*--------------------*/
static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
{.bitmap_index = 0, .adv_w = 0, .box_h = 0, .box_w = 0, .ofs_x = 0, .ofs_y = 0} /* id = 0 reserved */,
{.bitmap_index = 0, .adv_w = 83, .box_h = 2, .box_w = 3, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 3, .adv_w = 160, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 57, .adv_w = 115, .box_h = 12, .box_w = 5, .ofs_x = 2, .ofs_y = 0},
{.bitmap_index = 87, .adv_w = 160, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 141, .adv_w = 160, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 195, .adv_w = 160, .box_h = 12, .box_w = 8, .ofs_x = 2, .ofs_y = 0},
{.bitmap_index = 243, .adv_w = 160, .box_h = 12, .box_w = 8, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 291, .adv_w = 161, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 345, .adv_w = 160, .box_h = 12, .box_w = 8, .ofs_x = 2, .ofs_y = 0},
{.bitmap_index = 393, .adv_w = 160, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 447, .adv_w = 161, .box_h = 12, .box_w = 9, .ofs_x = 1, .ofs_y = 0},
{.bitmap_index = 501, .adv_w = 83, .box_h = 7, .box_w = 4, .ofs_x = 1, .ofs_y = 0}
};
/*---------------------
* CHARACTER MAPPING
*--------------------*/
//static const uint8_t glyph_id_ofs_list_0[] = {
// 0, 0, 1, 2, 3, 4, 5, 6,
// 7, 8, 9, 10, 11
//};
/*Collect the unicode lists and glyph_id offsets*/
static const lv_font_fmt_txt_cmap_t cmaps[] =
{
{
.range_start = 46, .range_length = 13, .type = LV_FONT_FMT_TXT_CMAP_FORMAT0_FULL,
.glyph_id_start = 1,
}
};
/*-----------------
* KERNING
*----------------*/
/*Pair left and right glyphs for kerning*/
//static const uint8_t kern_pair_glyph_ids[] =
// {
// 1, 3,
// 1, 6,
// 12, 3
// };
///* Kerning between the respective left and right glyphs
// * 4.4 format which needs to scaled with `kern_scale`*/
//static const int8_t kern_pair_values[] =
// {
// -32, -32, -32
// };
//
///*Collect the kern pair's data in one place*/
//static const lv_font_fmt_txt_kern_pair_t kern_pairs =
// {
// .glyph_ids = kern_pair_glyph_ids,
// .values = kern_pair_values,
// .pair_cnt = 3,
// .glyph_ids_size = 0
// };
/*--------------------
* ALL CUSTOM DATA
*--------------------*/
/*Store all the custom data of the font*/
static lv_font_fmt_txt_dsc_t font_dsc = {
.glyph_bitmap = gylph_bitmap,
.glyph_dsc = glyph_dsc,
.cmaps = cmaps,
.cmap_num = 1,
.bpp = 4,
// .kern_scale = 16,
// .kern_dsc = &kern_pairs,
// .kern_classes = 0
};
/*-----------------
* PUBLIC FONT
*----------------*/
/*Initialize a public general font descriptor*/
const lv_font_t lcd18 = {
.dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
// .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/
// .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/
.line_height = 13, /*The maximum line height required by the font*/
.base_line = 1, /*Baseline measured from the bottom of the line*/
};
#endif /*#if LCD18*/