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,0x00,0x00,
|
|
0x00,0x3e,0x00,0x00,0x41,0x00,0x80,0x80,0x00,0x80,0x88,0x00,
|
|
0x80,0x94,0x00,0x80,0x88,0x00,0x80,0x80,0x00,0x00,0x41,0x00,
|
|
0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|