1
2
3
4
5
6
|
#define Xobox_width 16
#define Xobox_height 16
static char Xobox_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0xfc, 0x3f, 0x0c, 0x30, 0x0c, 0x30,
0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30, 0x0c, 0x30,
0xfc, 0x3f, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};
|