10 lines
542 B
Plaintext
10 lines
542 B
Plaintext
#define crossbones_width 24
|
|
#define crossbones_height 24
|
|
static char crossbones_bits[] = {
|
|
0x00, 0x00, 0x00, 0x30, 0x00, 0x06, 0x30, 0x00, 0x06, 0x3c, 0x00, 0x1e,
|
|
0x7c, 0x00, 0x1f, 0xe0, 0x80, 0x03, 0x40, 0x7f, 0x01, 0x80, 0x80, 0x00,
|
|
0x40, 0x00, 0x01, 0x40, 0x00, 0x01, 0x40, 0x36, 0x01, 0x40, 0x36, 0x01,
|
|
0x40, 0x00, 0x01, 0x80, 0x88, 0x00, 0x00, 0x41, 0x00, 0x40, 0x5d, 0x01,
|
|
0xe0, 0xa2, 0x03, 0x7c, 0x22, 0x1f, 0x3c, 0x1c, 0x1e, 0x30, 0x00, 0x06,
|
|
0x30, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|