10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define granatsplint_width 24
|
|
#define granatsplint_height 24
|
|
static char granatsplint_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf8,0x01,
|
|
0x00,0xec,0x01,0x00,0xfe,0x01,0x80,0xfb,0x00,0x80,0xff,0x00,
|
|
0x00,0x7f,0x00,0x00,0x7f,0x00,0x00,0x36,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|