10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define scale_width 24
|
|
#define scale_height 24
|
|
static char scale_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xe0,0x00,0x07,0x9c,0xdb,0x39,0xfa,0xff,0x5f,0x6e,0xdb,0x76,
|
|
0x92,0x24,0x49,0xfe,0xff,0x7f,0x6e,0xdb,0x76,0x9c,0x24,0x39,
|
|
0xe0,0xff,0x07,0x40,0xdb,0x02,0xc0,0x24,0x03,0xc0,0xff,0x03,
|
|
0x40,0xdb,0x02,0xc0,0x24,0x03,0xc0,0xff,0x03,0x40,0xdb,0x02,
|
|
0xc0,0xff,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|