forked from dl8dtl/xonix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathd2.xbm
More file actions
12 lines (12 loc) · 752 Bytes
/
d2.xbm
File metadata and controls
12 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
#define d2_width 24
#define d2_height 36
static unsigned char d2_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,
0x07, 0x00, 0xd0, 0x03, 0x00, 0xe0, 0x05, 0x00, 0xf0, 0xf9, 0xff, 0xff,
0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff,
0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff,
0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xf1, 0xff, 0xff, 0x09, 0x00, 0xf8,
0x05, 0x00, 0xf0, 0x03, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};