DRC | 2ff39b8 | 2011-07-28 08:38:59 +0000 | [diff] [blame^] | 1 | #define allfiles_width 16 |
2 | #define allfiles_height 16 | ||||
3 | static unsigned char allfiles_bits[] = { | ||||
4 | 0xfc, 0x3f, 0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0x84, 0x21, 0xa4, 0x25, | ||||
5 | 0xc4, 0x23, 0xf4, 0x2f, 0xf4, 0x2f, 0xc4, 0x23, 0xa4, 0x25, 0x84, 0x21, | ||||
6 | 0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0xfc, 0x3f}; |