forked from dl8dtl/xonix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathd7.xbm
More file actions
12 lines (12 loc) · 752 Bytes
/
d7.xbm
File metadata and controls
12 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#define d7_width 24
#define d7_height 36
static unsigned char d7_bits[] = {
0xff, 0xff, 0xff, 0x03, 0x00, 0xe0, 0x07, 0x00, 0xd0, 0x0f, 0x00, 0xc8,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xcf,
0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xcf,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7,
0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xcf,
0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};