10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define halbertl_width 24
|
|
#define halbertl_height 24
|
|
static char halbertl_bits[] = {
|
|
0x00,0x00,0x0c,0x24,0x00,0x1e,0x18,0x00,0x18,0x1f,0x00,0x1e,
|
|
0x2e,0x00,0x0c,0x4c,0x80,0x1f,0x88,0xfd,0x31,0x80,0xff,0x28,
|
|
0x00,0x02,0x35,0x00,0x04,0x2b,0x00,0xd8,0x24,0x00,0xf8,0x23,
|
|
0x00,0x20,0x21,0x00,0x00,0x1e,0x00,0x00,0x1f,0x00,0x00,0x1b,
|
|
0x00,0x80,0x1b,0x00,0x80,0x39,0x00,0x80,0x31,0x00,0xc0,0x30,
|
|
0x00,0xc0,0x30,0x00,0xc0,0x60,0x00,0x40,0x60,0x00,0xe0,0x60};
|