10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
#define shadowtiger_width 24
|
|
#define shadowtiger_height 24
|
|
static unsigned char shadowtiger_bits[] = {
|
|
0xf0, 0xff, 0xdf, 0xf3, 0xf7, 0xff, 0xf7, 0xff, 0x7f, 0xf7, 0xff, 0xbf,
|
|
0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xfb, 0xff, 0xfc, 0xf9, 0xe9,
|
|
0xfc, 0xf9, 0x94, 0x78, 0x78, 0x20, 0x38, 0x78, 0x00, 0x38, 0x78, 0x00,
|
|
0x78, 0x78, 0x00, 0xf8, 0xf8, 0x00, 0xf8, 0xf0, 0x01, 0xf0, 0xf0, 0x01,
|
|
0x00, 0xe0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|