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

22 lines
300 B
Plaintext

#define champagne_width 16
#define champagne_height 16
static char champagne_bits[] = {
0x00, 0x06,
0x00, 0x06,
0x18, 0x30,
0x98, 0x31,
0x80, 0x01,
0x00, 0x00,
0xfc, 0x3f,
0xf8, 0x1f,
0xf0, 0x0f,
0xe0, 0x07,
0xc0, 0x03,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0x80, 0x01,
0xf0, 0x0f,
};