10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define ruby1_width 24
|
|
#define ruby1_height 24
|
|
static char ruby1_bits[] = {
|
|
0x40,0x01,0x09,0x24,0x44,0x20,0x50,0x90,0x0f,0xb9,0xc7,0x0b,
|
|
0x7c,0xfd,0x2b,0x7c,0xeb,0x0b,0x7d,0xdf,0x0b,0x7c,0xbf,0x25,
|
|
0xf9,0xbf,0x0a,0xf0,0xbf,0x91,0x24,0xbe,0x2a,0x80,0xfe,0x5c,
|
|
0x08,0x7c,0xbe,0xf2,0xf9,0xbf,0x78,0x11,0xbe,0x7d,0xe9,0xbf,
|
|
0x7e,0xff,0xbf,0x7e,0xf1,0xff,0xbe,0xef,0x7f,0xde,0xdf,0x3f,
|
|
0xfe,0x7f,0x90,0x81,0xbf,0x02,0x24,0x1f,0x28,0x80,0x20,0x00};
|