1#define quit_width 16
2#define quit_height 16
3static char quit_bits[] = {
4 0x80,0x1f,0x80,0x1f,0xc0,0x0f,0xc0,0x07,0xe0,0x03,0xe0,0x01,0xf0,0x0f,0xf0,
5 0x07,0xc0,0x03,0xe0,0x01,0xf0,0x00,0x70,0x00,0x38,0x00,0x18,0x00,0x0c,0x00,
6 0x04,0x00};
7