7 lines
296 B
C
7 lines
296 B
C
|
#define allfiles_width 16
|
||
|
#define allfiles_height 16
|
||
|
static unsigned char allfiles_bits[] = {
|
||
|
0xfc, 0x3f, 0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0x84, 0x21, 0xa4, 0x25,
|
||
|
0xc4, 0x23, 0xf4, 0x2f, 0xf4, 0x2f, 0xc4, 0x23, 0xa4, 0x25, 0x84, 0x21,
|
||
|
0x04, 0x20, 0x04, 0x20, 0x04, 0x20, 0xfc, 0x3f};
|