5 lines
199 B
C
5 lines
199 B
C
#define file2_width 9
|
|
#define file2_height 9
|
|
static unsigned char file2_bits[] = {
|
|
0x7f, 0x00, 0xc1, 0x00, 0xc1, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
|
|
0x01, 0x01, 0x01, 0x01, 0xff, 0x01 };
|