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
242 B
6 lines
242 B
6 years ago
|
#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};
|