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
215 B
6 lines
215 B
6 years ago
|
#define folder_width 16
|
||
|
#define folder_height 10
|
||
|
static unsigned char folder_bits[] = {
|
||
|
0xfc, 0x00, 0x02, 0x07, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08,
|
||
|
0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0xff, 0x07};
|