mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
26 lines
475 B
Plaintext
26 lines
475 B
Plaintext
#define smileheart_width 18
|
|
#define smileheart_height 20
|
|
static char smileheart_bits[] = {
|
|
0xf8, 0x7c, 0x00,
|
|
0x8c, 0xc7, 0x00,
|
|
0x06, 0x83, 0x01,
|
|
0x23, 0x13, 0x03,
|
|
0x13, 0x08, 0x03,
|
|
0x33, 0x18, 0x03,
|
|
0x03, 0x00, 0x03,
|
|
0x03, 0x00, 0x03,
|
|
0x26, 0x88, 0x01,
|
|
0x46, 0x84, 0x01,
|
|
0x8c, 0xc3, 0x00,
|
|
0x18, 0x60, 0x00,
|
|
0x30, 0x30, 0x00,
|
|
0x60, 0x18, 0x00,
|
|
0x40, 0x0c, 0x00,
|
|
0xc0, 0x04, 0x00,
|
|
0x80, 0x06, 0x00,
|
|
0x80, 0x03, 0x00,
|
|
0x80, 0x01, 0x00,
|
|
0x80, 0x00, 0x00,
|
|
|
|
};
|