blob: 0e745384235472566d881455240e75412e334000 (
plain)
1
2
3
4
5
|
#define note2_width 9
#define note2_height 9
static unsigned char note2_bits[] = {
0x80, 0x01, 0x60, 0x01, 0x18, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01,
0xc8, 0x01, 0xce, 0x01, 0x0e, 0x00 };
|