5 lines
245 B
C
5 lines
245 B
C
#define textfile_width 12
|
|
#define textfile_height 12
|
|
static unsigned char textfile_bits[] = {
|
|
0xfe, 0x01, 0x02, 0x01, 0x02, 0x07, 0x7a, 0x04, 0x02, 0x04, 0x3a, 0x04,
|
|
0x02, 0x04, 0xfa, 0x04, 0x02, 0x04, 0xfa, 0x04, 0x02, 0x04, 0xfe, 0x07};
|