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,0x00,0x00,0x00,0x1c,0x00,0x00,0x22,0x00,0x00,0x41,0x00,
|
|
0x00,0x49,0x00,0x00,0x41,0x00,0x00,0x22,0x00,0x00,0x1c,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};
|