Files
2017-10-19 12:40:28 -04:00

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,
};