10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define halbertb_width 24
|
|
#define halbertb_height 24
|
|
static char halbertb_bits[] = {
|
|
0x00,0x0c,0x00,0x00,0x1e,0x10,0x00,0x1e,0x1a,0x00,0x1e,0x1f,
|
|
0x00,0x0c,0x1e,0x00,0x73,0x1a,0x80,0x80,0x12,0x80,0xca,0x03,
|
|
0x80,0xa0,0x03,0x00,0x2b,0x03,0x00,0x21,0x01,0x00,0xeb,0x01,
|
|
0x00,0xa1,0x01,0x00,0x1e,0x01,0x00,0x3e,0x01,0x00,0x3f,0x00,
|
|
0x00,0x73,0x00,0x00,0x63,0x00,0x00,0x63,0x00,0x80,0xc1,0x00,
|
|
0x80,0xc1,0x00,0x80,0xc1,0x00,0x00,0x81,0x00,0x80,0xc1,0x01};
|