10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define tee_ns,se_width 24
|
|
#define tee_ns,se_height 24
|
|
static char tee_ns,se_bits[] = {
|
|
0xf0, 0xff, 0x0f, 0xf8, 0xfe, 0x0d, 0xf8, 0xfe, 0x0d, 0xf8, 0xff, 0x0f,
|
|
0xdc, 0xfd, 0x0f, 0xdc, 0xdf, 0x0f, 0xfc, 0xdf, 0x1b, 0xfc, 0xdf, 0x3b,
|
|
0xfc, 0xfe, 0x3f, 0xf8, 0xfe, 0x7f, 0xf8, 0xfe, 0x7f, 0xf8, 0x7f, 0x77,
|
|
0xf0, 0x7f, 0x77, 0xf0, 0xff, 0xff, 0xf0, 0xfb, 0xff, 0xb0, 0xfb, 0xef,
|
|
0xb0, 0xff, 0xff, 0xe0, 0xff, 0xfe, 0xe0, 0xef, 0xfe, 0x60, 0xef, 0xdf,
|
|
0x60, 0x7f, 0xdf, 0x70, 0x7f, 0xff, 0xf0, 0xff, 0xff, 0xf0, 0xff, 0xff};
|