10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define headband6_width 24
|
|
#define headband6_height 24
|
|
static char headband6_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x3e,0x00,0x80,0xff,0x00,0xc0,0xff,0x01,
|
|
0xe0,0xc1,0x03,0x70,0x00,0x07,0x30,0x00,0x06,0x18,0x00,0x0c,
|
|
0x18,0x00,0x0c,0x08,0x00,0x08,0x08,0x00,0x08,0x08,0x00,0x08,
|
|
0x18,0x00,0x0c,0x18,0x00,0x0c,0x30,0x00,0x06,0x50,0x5d,0x05,
|
|
0xa0,0xff,0x02,0xe0,0xaa,0x03,0x80,0x88,0x00,0x00,0x7f,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|