10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define Eye3_width 24
|
|
#define Eye3_height 24
|
|
static char Eye3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x80,0xff,0x01,0x40,0x55,0x03,0xb8,0xfe,0x1e,
|
|
0xd4,0x81,0x25,0x68,0x0f,0x1a,0xb4,0x1f,0x34,0x9c,0x1f,0x28,
|
|
0x98,0x1f,0x18,0xac,0x1f,0x2c,0x58,0x0f,0x16,0xa8,0x81,0x1b,
|
|
0x58,0x7f,0x1d,0xb0,0xaa,0x0a,0xf0,0xff,0x0f,0x48,0x42,0x12,
|
|
0x50,0x84,0x12,0x90,0x44,0x14,0x88,0x42,0x24,0x84,0x82,0x24};
|