5 lines
131 B
C
5 lines
131 B
C
|
#define note_width 8
|
||
|
#define note_height 8
|
||
|
static unsigned char note_bits[] = {
|
||
|
0xFC, 0xFC, 0x84, 0x84, 0x84, 0x84, 0xE7, 0xE7 };
|