9 lines
450 B
Plaintext
9 lines
450 B
Plaintext
#define idaten_width 24
|
|
#define idaten_height 24
|
|
static char idaten_bits[] = {
|
|
0x20,0x00,0x00,0x10,0x00,0x0c,0x10,0x00,0x18,0xd8,0xe3,0x1b,0x38,0x34,0x1e,
|
|
0xfc,0xf7,0x3f,0xfc,0xf7,0x3f,0xac,0xd7,0x3b,0xac,0xd7,0x33,0x8c,0xc7,0x33,
|
|
0x88,0xc7,0x33,0x88,0xc7,0x13,0x88,0xc7,0x13,0x80,0xc7,0x13,0x80,0xc7,0x03,
|
|
0x60,0xc3,0x03,0x90,0x83,0x03,0xe8,0x63,0x03,0xfc,0x40,0x07,0x38,0xc0,0x0e,
|
|
0x00,0x80,0x0f,0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00};
|