10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define halbertr_width 24
|
|
#define halbertr_height 24
|
|
static char halbertr_bits[] = {
|
|
0x18,0x00,0x00,0x3c,0x00,0x12,0x1c,0x00,0x0c,0x3c,0x00,0x7c,
|
|
0x18,0x00,0x3a,0xe4,0x00,0x19,0x02,0xdf,0x08,0x96,0xff,0x00,
|
|
0x42,0x20,0x00,0x56,0x10,0x00,0xc2,0x0d,0x00,0xd6,0x0f,0x00,
|
|
0x42,0x02,0x00,0x3c,0x00,0x00,0x7c,0x00,0x00,0x6c,0x00,0x00,
|
|
0xec,0x00,0x00,0xce,0x00,0x00,0xc6,0x00,0x00,0x86,0x01,0x00,
|
|
0x86,0x01,0x00,0x83,0x01,0x00,0x03,0x01,0x00,0x83,0x03,0x00};
|