blob: 43e9cbe987045d6302d20fd7336d034b21f688ab (
plain)
1
2
3
4
5
|
#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 };
|