File size: 242 Bytes
ef99749 |
1 2 3 4 5 6 |
#define srcfile_width 12
#define srcfile_height 12
static unsigned char srcfile_bits[] = {
0xfe, 0x01, 0x02, 0x01, 0x02, 0x07, 0x02, 0x04, 0x72, 0x04, 0x8a, 0x04,
0x0a, 0x04, 0x0a, 0x04, 0x8a, 0x04, 0x72, 0x04, 0x02, 0x04, 0xfe, 0x07};
|