blob: c81297eac7d704da55fc9b8fd8aa6629d4ceaf2d (
plain)
1
2
3
4
5
|
#define note_width 9
#define note_height 9
static unsigned char note_bits[] = {
0x00, 0x00, 0xfc, 0x01, 0x04, 0x01, 0x04, 0x01, 0x04, 0x01, 0x04, 0x01,
0x04, 0x01, 0xc7, 0x01, 0xc7, 0x01 };
|