10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define ithus_width 24
|
|
#define ithus_height 24
|
|
static char ithus_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0x00,
|
|
0xc0,0xe9,0x00,0x60,0x50,0x01,0x30,0x80,0x02,0x18,0x1f,0x03,
|
|
0x88,0x31,0x06,0xcc,0x20,0x05,0x44,0x22,0x06,0x44,0x36,0x25,
|
|
0x44,0x1c,0x52,0xc4,0x00,0x1b,0x8c,0xc1,0x7f,0x08,0x7f,0x5d,
|
|
0x18,0x00,0xfa,0x30,0x80,0xfc,0x60,0x50,0x3b,0xc0,0xa5,0x1e,
|
|
0x00,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|