mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-02 11:08:30 +02:00
7 lines
248 B
C
7 lines
248 B
C
#define down_width 13
|
|
#define down_height 13
|
|
static unsigned char down_bits[] = {
|
|
0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00,
|
|
0xff, 0x1f, 0xfe, 0x0f, 0xfc, 0x07, 0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00,
|
|
0x40, 0x00};
|