1
2
3
4
5
6
|
#define next_width 16
#define next_height 16
static unsigned char next_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xe0, 0x01,
0xe0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x03, 0xe0, 0x01, 0xe0, 0x00,
0x60, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00};
|