|
#define music_width 16
|
|
#define music_height 16
|
|
static unsigned char music_bits[] = {
|
|
0x00, 0x00, 0xe0, 0x00, 0xe0, 0x03, 0x20, 0x1f, 0x20, 0x1c, 0x20, 0x10,
|
|
0x20, 0x10, 0x20, 0x10, 0x20, 0x10, 0x2c, 0x10, 0x3e, 0x10, 0x1e, 0x16,
|
|
0x0c, 0x1f, 0x00, 0x0f, 0x00, 0x06, 0x00, 0x00 };
|
|
|