10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define shovel_1_width 24
|
|
#define shovel_1_height 24
|
|
static char shovel_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,
|
|
0x40,0x01,0x00,0x20,0x01,0x00,0x10,0x01,0x00,0x88,0x01,0x00,
|
|
0xf0,0x01,0x00,0x00,0x02,0x00,0x00,0x04,0x00,0x00,0x08,0x00,
|
|
0x00,0x10,0x00,0x00,0x20,0x02,0x00,0x40,0x06,0x00,0x80,0x0f,
|
|
0x00,0x80,0x1f,0x00,0xe0,0x1e,0x00,0xc0,0x1d,0x00,0x80,0x1b,
|
|
0x00,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|