5 lines
199 B
C
5 lines
199 B
C
#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 };
|