You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
206 B
6 lines
206 B
10 years ago
|
#define volume0_width 14
|
||
|
#define volume0_height 9
|
||
|
static unsigned char volume0_bits[] = {
|
||
|
0x30, 0x20, 0x58, 0x10, 0x9c, 0x08, 0x1f, 0x05, 0x1f, 0x02, 0x1f, 0x05,
|
||
|
0x9c, 0x08, 0x58, 0x10, 0x30, 0x20 };
|