10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
#define ew_width 24
|
|
#define ew_height 24
|
|
static char ew_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x88,0x88,0x88,0xcc,0xcc,0xcc,0xaa,0xaa,0xaa,
|
|
0x44,0x44,0x44,0xff,0xff,0xff,0x22,0x22,0x22,0x11,0x11,0x11,
|
|
0x11,0x11,0x11,0x88,0x88,0x88,0x88,0x88,0x88,0x44,0x44,0x44,
|
|
0x44,0x44,0x44,0x22,0x22,0x22,0xff,0xff,0xff,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|