1
2
3
4
5
6
|
#define Xxcirc_width 16
#define Xxcirc_height 16
static char Xxcirc_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0xf0, 0x0f, 0x78, 0x1e,
0xf8, 0x1f, 0xd8, 0x1b, 0xd8, 0x1b, 0xf8, 0x1f, 0x78, 0x1e, 0xf0, 0x0f,
0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|