This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathglyphs.c
220 lines (204 loc) · 8.16 KB
/
glyphs.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
213
214
215
216
217
218
219
220
#include "glyphs.h"
unsigned int const C_binance_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_binance_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x1f, 0xd8, 0x07, 0x80, 0x81, 0x6d, 0x60, 0x1b, 0x18, 0x00,
0xbe, 0x81, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_binance = { GLYPH_binance_WIDTH, GLYPH_binance_HEIGHT, 1, C_binance_colors, C_binance_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_app_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_app_bitmap[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x67, 0xe0, 0x67, 0xe0, 0xff, 0xe7, 0xff, 0xe7, 0x67, 0xe6,
0x67, 0xe6, 0xe7, 0xff, 0xe7, 0xff, 0x07, 0xe6, 0x07, 0xe6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_app = { GLYPH_icon_app_WIDTH, GLYPH_icon_app_HEIGHT, 1, C_icon_app_colors, C_icon_app_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_back_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_back_bitmap[] = {
0xe0, 0x01, 0xfe, 0xc1, 0xfd, 0x38, 0x7f, 0x06, 0xdf, 0x81, 0xff, 0xc4, 0x7f, 0xf3, 0xff, 0xbc,
0x1f, 0xe7, 0xe7, 0xf1, 0x3f, 0xf8, 0x07, 0x78, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_back = { GLYPH_icon_back_WIDTH, GLYPH_icon_back_HEIGHT, 1, C_icon_back_colors, C_icon_back_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_back_x_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_back_x_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x0c, 0x80, 0x03, 0x70, 0x00, 0x0e, 0xc0, 0xff, 0xf0, 0x3f, 0x38, 0x00,
0x1c, 0x00, 0x0e, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_back_x = { GLYPH_icon_back_x_WIDTH, GLYPH_icon_back_x_HEIGHT, 1, C_icon_back_x_colors, C_icon_back_x_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_certificate_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_certificate_bitmap[] = {
0x00, 0x00, 0xfe, 0xc1, 0xff, 0x30, 0x30, 0xec, 0x0d, 0x03, 0xc3, 0xde, 0x30, 0x30, 0xec, 0x0d,
0x03, 0xc3, 0xc0, 0xf0, 0x3f, 0xf8, 0x07, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_certificate = { GLYPH_icon_certificate_WIDTH, GLYPH_icon_certificate_HEIGHT, 1, C_icon_certificate_colors, C_icon_certificate_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_coggle_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_coggle_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x0c, 0x40, 0x0b, 0xf8, 0x07, 0xfc, 0xc0, 0xf3, 0xf0, 0x3c, 0xf0, 0x03,
0xfe, 0x01, 0x2d, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_coggle = { GLYPH_icon_coggle_WIDTH, GLYPH_icon_coggle_HEIGHT, 1, C_icon_coggle_colors, C_icon_coggle_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_crossmark_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_crossmark_bitmap[] = {
0x00, 0x80, 0x01, 0xe6, 0xc0, 0x71, 0x38, 0x38, 0x07, 0xfc, 0x00, 0x1e, 0x80, 0x07, 0xf0, 0x03,
0xce, 0xc1, 0xe1, 0x38, 0x70, 0x06, 0x18, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_crossmark = { GLYPH_icon_crossmark_WIDTH, GLYPH_icon_crossmark_HEIGHT, 1, C_icon_crossmark_colors, C_icon_crossmark_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_dashboard_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_dashboard_bitmap[] = {
0xe0, 0x01, 0xfe, 0xc1, 0xff, 0x38, 0x70, 0x06, 0xd8, 0x79, 0x7e, 0x9e, 0x9f, 0xe7, 0xe7, 0xb9,
0x01, 0xe6, 0xc0, 0xf1, 0x3f, 0xf8, 0x07, 0x78, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_dashboard = { GLYPH_icon_dashboard_WIDTH, GLYPH_icon_dashboard_HEIGHT, 1, C_icon_dashboard_colors, C_icon_dashboard_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_dashboard_x_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_dashboard_x_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x0c, 0x80, 0x07, 0xf0, 0x03, 0xfe, 0xc1, 0xff, 0xf0, 0x3f, 0xf0, 0x03,
0xcc, 0x00, 0x33, 0xc0, 0x0c, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_dashboard_x = { GLYPH_icon_dashboard_x_WIDTH, GLYPH_icon_dashboard_x_HEIGHT, 1, C_icon_dashboard_x_colors, C_icon_dashboard_x_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_down_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_down_bitmap[] = {
0x41, 0x11, 0x05, 0x01,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_down = { GLYPH_icon_down_WIDTH, GLYPH_icon_down_HEIGHT, 1, C_icon_down_colors, C_icon_down_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_eye_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_eye_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x1e, 0xe0, 0x1f, 0x1c, 0x0e, 0x03, 0x63, 0x8c, 0x19, 0x63, 0x0c, 0x0c,
0x87, 0x83, 0x7f, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_eye = { GLYPH_icon_eye_WIDTH, GLYPH_icon_eye_HEIGHT, 1, C_icon_eye_colors, C_icon_eye_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_left_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_left_bitmap[] = {
0x48, 0x12, 0x42, 0x08,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_left = { GLYPH_icon_left_WIDTH, GLYPH_icon_left_HEIGHT, 1, C_icon_left_colors, C_icon_left_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_right_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_right_bitmap[] = {
0x21, 0x84, 0x24, 0x01,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_right = { GLYPH_icon_right_WIDTH, GLYPH_icon_right_HEIGHT, 1, C_icon_right_colors, C_icon_right_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_up_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_up_bitmap[] = {
0x08, 0x8a, 0x28, 0x08,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_up = { GLYPH_icon_up_WIDTH, GLYPH_icon_up_HEIGHT, 1, C_icon_up_colors, C_icon_up_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_validate_14_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_validate_14_bitmap[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x38, 0x00, 0x67, 0xe0, 0x38, 0x1c, 0x9c, 0x03,
0x7e, 0x00, 0x0f, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_validate_14 = { GLYPH_icon_validate_14_WIDTH, GLYPH_icon_validate_14_HEIGHT, 1, C_icon_validate_14_colors, C_icon_validate_14_bitmap };
#endif // OS_IO_SEPROXYHAL
#include "glyphs.h"
unsigned int const C_icon_warning_colors[] = {
0x00000000,
0x00ffffff,
};
unsigned char const C_icon_warning_bitmap[] = {
0x00, 0x00, 0x30, 0x00, 0x0c, 0x80, 0x07, 0x20, 0x01, 0xcc, 0x00, 0x33, 0xe0, 0x1c, 0x38, 0x07,
0xff, 0xc3, 0xf3, 0xf8, 0x7c, 0xfe, 0x1f, 0x00, 0x00,
};
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
const bagl_icon_details_t C_icon_warning = { GLYPH_icon_warning_WIDTH, GLYPH_icon_warning_HEIGHT, 1, C_icon_warning_colors, C_icon_warning_bitmap };
#endif // OS_IO_SEPROXYHAL