10 lines
449 B
Groff
10 lines
449 B
Groff
#define sound_1_width 24
|
|
#define sound_1_height 24
|
|
static char sound_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x00,
|
|
0x00,0x63,0x00,0x80,0x80,0x00,0x80,0x9c,0x00,0x40,0x22,0x01,
|
|
0x40,0x22,0x01,0x40,0x22,0x01,0x80,0x9c,0x00,0x80,0x80,0x00,
|
|
0x00,0x63,0x00,0x00,0x1c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|