5 lines
242 B
C
5 lines
242 B
C
#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};
|