mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
309 B
Plaintext
22 lines
309 B
Plaintext
#define oldcoffeecup_width 16
|
|
#define oldcoffeecup_height 16
|
|
static char oldcoffeecup_bits[] = {
|
|
0xf0, 0x33,
|
|
0x18, 0x1e,
|
|
0xf0, 0x0f,
|
|
0x00, 0x03,
|
|
0xe0, 0x01,
|
|
0x00, 0x00,
|
|
0xf8, 0x0f,
|
|
0x18, 0x38,
|
|
0x18, 0x78,
|
|
0x18, 0x68,
|
|
0x18, 0x78,
|
|
0x38, 0x3c,
|
|
0xf0, 0x07,
|
|
0xe0, 0x03,
|
|
0xf8, 0x0f,
|
|
0xf8, 0x0f,
|
|
|
|
};
|