10 lines
524 B
Plaintext
10 lines
524 B
Plaintext
#define cake_width 24
|
|
#define cake_height 24
|
|
static char cake_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01,
|
|
0x00, 0xc0, 0x02, 0x00, 0x30, 0x04, 0x00, 0xcc, 0x04, 0x80, 0xa3, 0x09,
|
|
0x60, 0xe0, 0x09, 0x38, 0xc0, 0x08, 0xe8, 0x03, 0x10, 0x08, 0x3e, 0x10,
|
|
0x18, 0xe0, 0x1b, 0xf8, 0x01, 0x1e, 0x88, 0x1f, 0x10, 0x18, 0xf8, 0x11,
|
|
0xe0, 0x81, 0x1f, 0x00, 0x1e, 0x1c, 0x00, 0xe0, 0x11, 0x00, 0x00, 0x1e,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|