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.h
176 lines (176 loc) · 7.05 KB
/
glyphs.h
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
#ifndef GLYPH_binance_BPP
#define GLYPH_binance_WIDTH 14
#define GLYPH_binance_HEIGHT 14
#define GLYPH_binance_BPP 1
extern unsigned int const C_binance_colors[];
extern unsigned char const C_binance_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_binance;
#endif // GLYPH_binance_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_app_BPP
#define GLYPH_icon_app_WIDTH 16
#define GLYPH_icon_app_HEIGHT 16
#define GLYPH_icon_app_BPP 1
extern unsigned int const C_icon_app_colors[];
extern unsigned char const C_icon_app_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_app;
#endif // GLYPH_icon_app_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_back_BPP
#define GLYPH_icon_back_WIDTH 14
#define GLYPH_icon_back_HEIGHT 14
#define GLYPH_icon_back_BPP 1
extern unsigned int const C_icon_back_colors[];
extern unsigned char const C_icon_back_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_back;
#endif // GLYPH_icon_back_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_back_x_BPP
#define GLYPH_icon_back_x_WIDTH 14
#define GLYPH_icon_back_x_HEIGHT 14
#define GLYPH_icon_back_x_BPP 1
extern unsigned int const C_icon_back_x_colors[];
extern unsigned char const C_icon_back_x_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_back_x;
#endif // GLYPH_icon_back_x_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_certificate_BPP
#define GLYPH_icon_certificate_WIDTH 14
#define GLYPH_icon_certificate_HEIGHT 14
#define GLYPH_icon_certificate_BPP 1
extern unsigned int const C_icon_certificate_colors[];
extern unsigned char const C_icon_certificate_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_certificate;
#endif // GLYPH_icon_certificate_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_coggle_BPP
#define GLYPH_icon_coggle_WIDTH 14
#define GLYPH_icon_coggle_HEIGHT 14
#define GLYPH_icon_coggle_BPP 1
extern unsigned int const C_icon_coggle_colors[];
extern unsigned char const C_icon_coggle_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_coggle;
#endif // GLYPH_icon_coggle_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_crossmark_BPP
#define GLYPH_icon_crossmark_WIDTH 14
#define GLYPH_icon_crossmark_HEIGHT 14
#define GLYPH_icon_crossmark_BPP 1
extern unsigned int const C_icon_crossmark_colors[];
extern unsigned char const C_icon_crossmark_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_crossmark;
#endif // GLYPH_icon_crossmark_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_dashboard_BPP
#define GLYPH_icon_dashboard_WIDTH 14
#define GLYPH_icon_dashboard_HEIGHT 14
#define GLYPH_icon_dashboard_BPP 1
extern unsigned int const C_icon_dashboard_colors[];
extern unsigned char const C_icon_dashboard_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_dashboard;
#endif // GLYPH_icon_dashboard_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_dashboard_x_BPP
#define GLYPH_icon_dashboard_x_WIDTH 14
#define GLYPH_icon_dashboard_x_HEIGHT 14
#define GLYPH_icon_dashboard_x_BPP 1
extern unsigned int const C_icon_dashboard_x_colors[];
extern unsigned char const C_icon_dashboard_x_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_dashboard_x;
#endif // GLYPH_icon_dashboard_x_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_down_BPP
#define GLYPH_icon_down_WIDTH 7
#define GLYPH_icon_down_HEIGHT 4
#define GLYPH_icon_down_BPP 1
extern unsigned int const C_icon_down_colors[];
extern unsigned char const C_icon_down_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_down;
#endif // GLYPH_icon_down_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_eye_BPP
#define GLYPH_icon_eye_WIDTH 14
#define GLYPH_icon_eye_HEIGHT 14
#define GLYPH_icon_eye_BPP 1
extern unsigned int const C_icon_eye_colors[];
extern unsigned char const C_icon_eye_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_eye;
#endif // GLYPH_icon_eye_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_left_BPP
#define GLYPH_icon_left_WIDTH 4
#define GLYPH_icon_left_HEIGHT 7
#define GLYPH_icon_left_BPP 1
extern unsigned int const C_icon_left_colors[];
extern unsigned char const C_icon_left_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_left;
#endif // GLYPH_icon_left_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_right_BPP
#define GLYPH_icon_right_WIDTH 4
#define GLYPH_icon_right_HEIGHT 7
#define GLYPH_icon_right_BPP 1
extern unsigned int const C_icon_right_colors[];
extern unsigned char const C_icon_right_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_right;
#endif // GLYPH_icon_right_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_up_BPP
#define GLYPH_icon_up_WIDTH 7
#define GLYPH_icon_up_HEIGHT 4
#define GLYPH_icon_up_BPP 1
extern unsigned int const C_icon_up_colors[];
extern unsigned char const C_icon_up_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_up;
#endif // GLYPH_icon_up_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_validate_14_BPP
#define GLYPH_icon_validate_14_WIDTH 14
#define GLYPH_icon_validate_14_HEIGHT 14
#define GLYPH_icon_validate_14_BPP 1
extern unsigned int const C_icon_validate_14_colors[];
extern unsigned char const C_icon_validate_14_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_validate_14;
#endif // GLYPH_icon_validate_14_BPP
#endif // OS_IO_SEPROXYHAL
#ifndef GLYPH_icon_warning_BPP
#define GLYPH_icon_warning_WIDTH 14
#define GLYPH_icon_warning_HEIGHT 14
#define GLYPH_icon_warning_BPP 1
extern unsigned int const C_icon_warning_colors[];
extern unsigned char const C_icon_warning_bitmap[];
#ifdef OS_IO_SEPROXYHAL
#include "os_io_seproxyhal.h"
extern const bagl_icon_details_t C_icon_warning;
#endif // GLYPH_icon_warning_BPP
#endif // OS_IO_SEPROXYHAL